Sign in
qemu-android
/
qemu-android
/
2a74440547ea0a15195224fa2b7784b267cbfe15
2a74440
qerror: reduce public exposure
by Luiz Capitulino
· 13 years ago
b5d90f0
qerror: QERR_DEVICE_ENCRYPTED: change error message
by Luiz Capitulino
· 13 years ago
484051b
qerror: QERR_AMBIGUOUS_PATH: drop %(object) from human msg
by Luiz Capitulino
· 13 years ago
74ee59a
monitor: drop unused monitor debug code
by Luiz Capitulino
· 13 years ago
33e95c6
qom: Reimplement Interfaces
by Anthony Liguori
· 13 years ago
669b498
xilinx_axi*: Re-implemented interconnect
by Peter A. G. Crosthwaite
· 13 years ago
346fe0c
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
53810ba
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
3129426
Merge remote-tracking branch 'bonzini/scsi-next' into staging
by Anthony Liguori
· 13 years ago
c075a72
configure: fix double check tests with Clang
by Blue Swirl
· 13 years ago
8dc38a7
configure: Check for -Werror causing failures when compiling tests
by Peter Maydell
· 13 years ago
5fda043
exec.c: fix dirty bitmap reallocation
by Igor Mitsyanko
· 13 years ago
0521d37
Makefile: add qapi.py dependencies
by Stefan Hajnoczi
· 13 years ago
ff5928d
unicore32-softmmu: Add a minimal curses screen support
by Guan Xuetao
· 13 years ago
1e5cdaa
unicore32: Close dump-option of cpu_dump_state_ucf64 function
by Guan Xuetao
· 13 years ago
c5240d8
unicore32: Disintegrate cpu_dump_state_ucf64 function
by Guan Xuetao
· 13 years ago
e8ede0a
unicore32: Split UniCore-F64 instruction helpers from helper.c
by Guan Xuetao
· 13 years ago
220c214
unicore32-softmmu: Add is_default setting for puv3 machine
by Guan Xuetao
· 13 years ago
ab9528c
unicore32-softmmu: Add maintainer information for UniCore32 machine
by Guan Xuetao
· 13 years ago
79683f6
unicore32-softmmu: Add ps2 support
by Guan Xuetao
· 13 years ago
1ea3489
unicore32-softmmu: Add puv3 dma support
by Guan Xuetao
· 13 years ago
f716c19
unicore32-softmmu: Add puv3 pm support
by Guan Xuetao
· 13 years ago
a89d01c
unicore32-softmmu: Add puv3 gpio support
by Guan Xuetao
· 13 years ago
56d07a9
unicore32-softmmu: Add puv3 ostimer support
by Guan Xuetao
· 13 years ago
5c8556a
unicore32-softmmu: Add puv3 interrupt support
by Guan Xuetao
· 13 years ago
fbbdf98
unicore32-softmmu: Add puv3 soc/board support
by Guan Xuetao
· 13 years ago
ef03168
unicore32-softmmu: Make sure that kernel can access user space
by Guan Xuetao
· 13 years ago
f3ccc32
unicore32-softmmu: Implement softmmu specific functions
by Guan Xuetao
· 13 years ago
889c134
target-unicore32: Drop UC32_CPUID macros
by Andreas Färber
· 13 years ago
d48813d
unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runable
by Guan Xuetao
· 13 years ago
527d997
unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction support
by Guan Xuetao
· 13 years ago
4f23a1e
unicore32-softmmu: Add unicore32-softmmu build support
by Guan Xuetao
· 13 years ago
b90372a
target-arm: Fix typos in comments
by Peter Maydell
· 13 years ago
6562674
arm: translate: comment typo - s/middel/middle/
by Peter A. G. Crosthwaite
· 13 years ago
fb7c269
vl.c: Exit QEMU early if no machine is found
by Dunrong Huang
· 13 years ago
166f3c7
qemu-iotests: skip 039 with ./check -nocache
by Stefan Hajnoczi
· 13 years ago
058f8f1
block: add BLOCK_O_CHECK for qemu-img check
by Stefan Hajnoczi
· 13 years ago
acbe598
qcow2: mark image clean after repair succeeds
by Stefan Hajnoczi
· 13 years ago
b10170a
qed: mark image clean after repair succeeds
by Stefan Hajnoczi
· 13 years ago
1f212b9
blockdev: flip default cache mode from writethrough to writeback
by Paolo Bonzini
· 13 years ago
9315cbf
virtio-blk: disable write cache if not negotiated
by Paolo Bonzini
· 13 years ago
13e3dce
virtio-blk: support VIRTIO_BLK_F_CONFIG_WCE
by Paolo Bonzini
· 13 years ago
353a41b
qemu-iotests: Save some sed processes
by Kevin Wolf
· 13 years ago
ea8d82a
ahci: Fix sglist memleak in ahci_dma_rw_buf()
by Jason Baron
· 13 years ago
61f52e0
ahci: Fix ahci cdrom read corruptions for reads > 128k
by Jason Baron
· 13 years ago
730a9c5
virtio-blk: fix use-after-free while handling scsi commands
by Avi Kivity
· 13 years ago
3d1d965
handle device help before accelerator set up
by Bruce Rogers
· 13 years ago
d3da41e
Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu
by Blue Swirl
· 13 years ago
8227421
qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAX
by Stefano Stabellini
· 13 years ago
82e5d46
target-xtensa: make 'sim' to be the default machine
by Max Filippov
· 13 years ago
e38077f
target-xtensa: make default CPU depend on target endianness
by Max Filippov
· 13 years ago
f1cb095
MIPS: Correct FCR0 initialization
by Nathan Froyd
· 13 years ago
832a226
scsi-bus: remove overlapping entry
by Blue Swirl
· 13 years ago
a1e64eb
xilinx_axienet: avoid useless self-assignment
by Blue Swirl
· 13 years ago
1846ec2
user: fix accidental AREG0 use
by Blue Swirl
· 13 years ago
427a1a2
qapi: avoid reserved keywords
by Blue Swirl
· 13 years ago
8954bae
sparc: fix expression with uninitialized initial value
by Blue Swirl
· 13 years ago
acfbe71
sparc: fix floppy TC line setup
by Blue Swirl
· 13 years ago
cea936b
esp: add Tekram DC-390 emulation (PC SCSI adapter)
by Hervé Poussineau
· 13 years ago
bde299a
Revert "pci: add some stubs"
by Hervé Poussineau
· 13 years ago
aebcf56
esp: move PCI emulation to a new file esp-pci.c
by Hervé Poussineau
· 13 years ago
9c7e23f
esp: move some definitions to header file
by Hervé Poussineau
· 13 years ago
5222aaf
scsi-disk: add support for the UNMAP command
by Paolo Bonzini
· 13 years ago
a084a70
scsi-disk: improve out-of-range LBA detection for WRITE SAME
by Paolo Bonzini
· 13 years ago
46e3f30
scsi-disk: more assertions and resets for aiocb
by Paolo Bonzini
· 13 years ago
4dd7c82
virtio-scsi: do not compare 32-bit QEMU tags against 64-bit virtio-scsi tags
by Paolo Bonzini
· 13 years ago
31459f4
iscsi: Pick default initiator-name based on the name of the VM
by Ronnie Sahlberg
· 13 years ago
f2ef4a6
iscsi: reorganize code for parse_initiator_name
by Paolo Bonzini
· 13 years ago
b93c94f
iscsi: do not leak initiator_name
by Paolo Bonzini
· 13 years ago
c03b0aa
Merge remote-tracking branch 'kraxel/usb.58' into staging
by Anthony Liguori
· 13 years ago
b262fce
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
5441421
usb-storage: fix SYNCHRONIZE_CACHE
by Gerd Hoffmann
· 13 years ago
06f9847
usb-storage: improve debug logging
by Gerd Hoffmann
· 13 years ago
0b8db8f
slirp: fix build on mingw32
by Anthony Liguori
· 13 years ago
20caf0f
qemu-img: use QemuOpts instead of QEMUOptionParameter in resize function
by Dong Xu Wang
· 13 years ago
b0869a4
qemu-iotests: Be more flexible with image creation options
by Kevin Wolf
· 13 years ago
dc68afe
qemu-iotests: add 039 qcow2 lazy refcounts test
by Stefan Hajnoczi
· 13 years ago
e01c30d
qemu-io: add "abort" command to simulate program crash
by Stefan Hajnoczi
· 13 years ago
bfe8043
qcow2: implement lazy refcounts
by Stefan Hajnoczi
· 13 years ago
91cf8a3
qemu-iotests: ignore qemu-img create lazy_refcounts output
by Stefan Hajnoczi
· 13 years ago
dae8796
docs: add lazy refcounts bit to qcow2 specification
by Stefan Hajnoczi
· 13 years ago
c61d000
qcow2: introduce dirty bit
by Stefan Hajnoczi
· 13 years ago
0f6d767
docs: add dirty bit to qcow2 specification
by Stefan Hajnoczi
· 13 years ago
e77964f
qemu-iotests: add qed.py image manipulation utility
by Stefan Hajnoczi
· 13 years ago
05290d8
qapi: generalize documentation of streaming commands
by Paolo Bonzini
· 13 years ago
b2df431
ide scsi: Mess with geometry only for hard disk devices
by Markus Armbruster
· 13 years ago
26b9b5f
virtio: fix vhost handling
by Paolo Bonzini
· 13 years ago
22d48de
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
by Anthony Liguori
· 13 years ago
f777501
Merge branch 'axp-next' of git://repo.or.cz/qemu/rth
by Blue Swirl
· 13 years ago
95c0982
alpha-linux-user: Fix the getpriority syscall
by Richard Henderson
· 13 years ago
0229f5a
alpha-linux-user: Properly handle the non-rt sigprocmask syscall.
by Richard Henderson
· 13 years ago
0e14197
alpha-linux-user: Fix a3 error return with v0 error bypass.
by Richard Henderson
· 13 years ago
e7ea6cb
linux-user: Translate pipe2 flags; add to strace
by Richard Henderson
· 13 years ago
a5e7ee4
linux-user: Allocate the right amount of space for non-fixed file maps
by Richard Henderson
· 13 years ago
afc8763
linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH
by Richard Henderson
· 13 years ago
4eeea4f
linux-user: Sync fcntl.h bits with the kernel
by Richard Henderson
· 13 years ago
6e06d51
alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properly
by Richard Henderson
· 13 years ago
7639364
alpha-linux-user: Work around hosted mmap allocation problems
by Richard Henderson
· 13 years ago
d0f2049
alpha-linux-user: Fix signal handling
by Richard Henderson
· 13 years ago
17a4ed8
bitops: drop volatile qualifier
by Blue Swirl
· 13 years ago
Next »