Sign in
qemu-android
/
qemu-android
/
f6584ee20338a74ef3b05b38b8f9dc5e7a7276a6
f6584ee
Add support for async page fault to qemu
by Gleb Natapov
· 14 years ago
4384942
tap: clear vhost_net backend on cleanup
by Michael S. Tsirkin
· 14 years ago
7889542
more stdvga cleanups.
by Gerd Hoffmann
· 14 years ago
4eccfec
switch vmware_vga to pci vgabios
by Gerd Hoffmann
· 15 years ago
543f8e3
switch stdvga to pci vgabios
by Gerd Hoffmann
· 15 years ago
3b3d448
Add new vgabios binaries to blobs list.
by Gerd Hoffmann
· 15 years ago
cf2c183
add copyright to spiceaudio
by Gerd Hoffmann
· 14 years ago
3e31375
spice: add audio
by Gerd Hoffmann
· 14 years ago
df0db22
intel-hda: fix codec addressing.
by Gerd Hoffmann
· 14 years ago
e2553eb
Revert "intel-hda: fix codec addressing."
by malc
· 14 years ago
acc0868
intel-hda: fix codec addressing.
by Gerd Hoffmann
· 14 years ago
17786d5
intel-hda: add msi support
by Gerd Hoffmann
· 14 years ago
6a0d02f
intel-hda: update irq status on WAKEEN changes.
by Gerd Hoffmann
· 14 years ago
af93485
intel-hda: Honor WAKEEN bits.
by François Revol
· 14 years ago
129dcd2
hda-audio: exit cleanup
by Gerd Hoffmann
· 14 years ago
dc4b924
intel-hda: exit cleanup
by Gerd Hoffmann
· 14 years ago
cfd07e7
Fix win32 build
by Blue Swirl
· 14 years ago
d33ea50
scsi-disk: Fix immediate failure of bdrv_aio_*
by Kevin Wolf
· 14 years ago
18a8d42
virtio-blk: Handle immediate flush failure properly
by Kevin Wolf
· 14 years ago
b2df753
ide: Handle immediate bdrv_aio_flush failure
by Kevin Wolf
· 14 years ago
a313358
block: avoid a warning on 64 bit hosts with long as int64_t
by Blue Swirl
· 14 years ago
1c02e2a
qcow2: Invalidate cache after failed read
by Kevin Wolf
· 14 years ago
4a41118
vpc: Implement bdrv_flush
by Kevin Wolf
· 14 years ago
78ced65
scsi-disk: Implement werror for flushes
by Kevin Wolf
· 14 years ago
8af7a3a
scsi-disk: Complete failed requests in scsi_disk_emulate_command
by Kevin Wolf
· 14 years ago
205ef79
block: Allow bdrv_flush to return errors
by Kevin Wolf
· 14 years ago
5dba48a
scsi-disk: Implement rerror option
by Kevin Wolf
· 14 years ago
5fc9cfe
Fold send_all() wrapper unix_write() into one function
by Jes Sorensen
· 14 years ago
07de3e6
Remove obsolete 'f' double parameter type
by Jes Sorensen
· 14 years ago
ed3d4a8
Switch migrate_set_speed() to take an 'o' argument rather than a float.
by Jes Sorensen
· 14 years ago
dbc0c67
Add support for 'o' octet (bytes) format as monitor parameter.
by Jes Sorensen
· 14 years ago
9f9b17a
Introduce strtosz() library function to convert a string to a byte count.
by Jes Sorensen
· 14 years ago
7d72e76
intel-hda: documentation update
by Gerd Hoffmann
· 14 years ago
e14056a
Fix out of tree build
by Blue Swirl
· 14 years ago
2d8418b
Merge remote branch 'spice/config.2' into staging
by Anthony Liguori
· 14 years ago
4f25ac5
Merge remote branch 'mst/for_anthony' into staging
by Anthony Liguori
· 14 years ago
9fe5497
hda-audio: Zap tabs
by malc
· 14 years ago
d61a4ce
Add Intel HD Audio support to qemu.
by Gerd Hoffmann
· 14 years ago
cdae5cf
add VMSTATE_BOOL
by Gerd Hoffmann
· 14 years ago
12b6278
Remove trailing whitespace
by malc
· 14 years ago
97bf485
sparc32: convert debug printf statements to tracepoints
by Blue Swirl
· 14 years ago
b45e9c0
Remove unncessary includes
by Jes Sorensen
· 14 years ago
b152aa8
Consolidate oom_check() functions
by Jes Sorensen
· 14 years ago
bc4a957
Separate qemu_pidfile() into OS specific versions
by Jes Sorensen
· 14 years ago
ff753bb
Do not redefine reserved key-words TRUE/FALSE
by Jes Sorensen
· 14 years ago
dc786bc
Move qemu_gettimeofday() to OS specific files
by Jes Sorensen
· 14 years ago
949d31e
We only support eventfd under POSIX, move qemu_eventfd() to os-posix.c
by Jes Sorensen
· 14 years ago
70e72ce
qemu_pipe() is used only by POSIX code, so move to oslib-posix.c
by Jes Sorensen
· 14 years ago
9549e76
Move osdep socket code to oslib-{posix,win32}.c
by Jes Sorensen
· 14 years ago
c1b0b93
Move QEMU OS dependant library functions to OS specific files
by Jes Sorensen
· 14 years ago
9a78eea
target-xxx: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
055403b
exec: Use fprintf_function for dump_exec_info (format checking)
by Stefan Weil
· 14 years ago
405cf9f
tcg: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
f868445
Add fprintf_function for function pointers to fprintf-like functions
by Stefan Weil
· 14 years ago
338b922
Mov muldiv64 to qemu-common.h (Thus unbreaking gus)
by malc
· 14 years ago
b907b69
Merge branch 'pci' into for_anthony
by Michael S. Tsirkin
· 14 years ago
804b207
pcie: update satus on reset
by Michael S. Tsirkin
· 14 years ago
b794ec7
msi: minor cleanups
by Michael S. Tsirkin
· 14 years ago
531a0b8
msi: simplify range checks
by Michael S. Tsirkin
· 14 years ago
f9aebe2
pci: improve w1c mask handling
by Michael S. Tsirkin
· 14 years ago
6bde6aa
pcie: clean up hot plug notification
by Michael S. Tsirkin
· 14 years ago
ac0cdda
pcie: simplify range check
by Michael S. Tsirkin
· 14 years ago
5afb986
Introduce range.h
by Blue Swirl
· 15 years ago
df2943b
qemu-options.def: add to generated header list
by Michael S. Tsirkin
· 14 years ago
f7c31d6
net: properly handle illegal fd/vhostfd from command line
by Jason Wang
· 14 years ago
258dc7c
virtio: sanity-check available index
by Michael S. Tsirkin
· 14 years ago
492fb99
migration: don't segfault on invalid input
by Michael S. Tsirkin
· 14 years ago
174b287
Merge remote branch 'qmp/for-anthony' into staging
by Anthony Liguori
· 14 years ago
21bcc59
Merge remote branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 14 years ago
758c309
seabios: Update to 0.6.1
by Anthony Liguori
· 14 years ago
c57c846
qemu-timer: move commonly used timer code to qemu-timer-common
by Blue Swirl
· 14 years ago
2b2e59e
rewrite i386 tests Makefile
by Paolo Bonzini
· 14 years ago
48118b0
fix test_path
by Paolo Bonzini
· 14 years ago
e311248
make runcom compile on recent distributions
by Paolo Bonzini
· 14 years ago
f34f1fe
disable test_enter on i386, it is broken
by Paolo Bonzini
· 14 years ago
9517a9e
unbreak "make" from vpath-built tests directory
by Paolo Bonzini
· 14 years ago
e6c3b0f
unbreak "make" from tests directory
by Paolo Bonzini
· 14 years ago
5340c8a
mips_fulong2e: fix ram allocation
by Blue Swirl
· 14 years ago
2c80e42
Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)
by Stefan Weil
· 14 years ago
47b01cf
Remove special handling of system include files (no longer needed)
by Stefan Weil
· 14 years ago
dbb1413
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 14 years ago
8c269b5
virtio-blk: Respect werror option for flushes
by Kevin Wolf
· 14 years ago
e2bcada
ide: Handle flush failure
by Kevin Wolf
· 14 years ago
6bcb1a7
ide: Factor ide_flush_cache out
by Kevin Wolf
· 14 years ago
a18953f
qemu-img: Fix qemu-img convert -obacking_file
by Kevin Wolf
· 14 years ago
a77cffe
block: Use GCC_FMT_ATTR and fix a format error
by Stefan Weil
· 15 years ago
191c289
qemu-io: New command map
by Kevin Wolf
· 15 years ago
51ef672
Copy snapshots out of QCOW2 disk
by edison
· 15 years ago
a58b8d5
ide: set WCACHE supported in IDENTIFY data
by Christoph Hellwig
· 14 years ago
9b03605
qcow2: Remove old image creation function
by Kevin Wolf
· 15 years ago
a942073
qcow2: Simplify image creation
by Kevin Wolf
· 15 years ago
7289375
qcow2: Support exact L1 table growth
by Stefan Hajnoczi
· 14 years ago
46c7fc1
monitor: Ignore "." and ".." when completing file name.
by Kusanagi Kouichi
· 14 years ago
945d3e6
Fix test suite build with tracing enabled
by Jan Kiszka
· 14 years ago
e7a06af
Silence compiler warning in json test case
by Jan Kiszka
· 14 years ago
7af72c2
Trivial fix for QMP/qmp-events.txt
by Hidetoshi Seto
· 14 years ago
d03703c
curses: Fix control-{@[\]^_} and ESC
by Samuel Thibault
· 14 years ago
25d2e36
kvm: save/restore x86-64 MSRs on x86-64 kernels
by Marcelo Tosatti
· 14 years ago
384331a
kvm: writeback SMP TSCs on migration only
by Marcelo Tosatti
· 14 years ago
75b10c4
kvm: factor out kvm_has_msr_star
by Marcelo Tosatti
· 14 years ago
Next »