Sign in
qemu-android
/
qemu-android
/
7d1994f863c355f1906655f08d624582eeb30788
7d1994f
usb-xhci: enable packet queuing
by Gerd Hoffmann
· 13 years ago
5a24828
usb-uhci: implement packet queuing
by Gerd Hoffmann
· 13 years ago
971a5a4
usb-uhci: process uhci_handle_td return code via switch.
by Gerd Hoffmann
· 13 years ago
f8af1e8
usb-uhci: add UHCIQueue
by Gerd Hoffmann
· 13 years ago
326700e
usb-uhci: cleanup UHCIAsync allocation & initialization.
by Gerd Hoffmann
· 13 years ago
81d3773
usb-ehci: fix reset
by Gerd Hoffmann
· 13 years ago
299aa1c
usb-hid: fix tablet activation
by Gerd Hoffmann
· 13 years ago
b4bd0b1
audio: Add some fall through comments
by Stefan Weil
· 13 years ago
cdf8480
configure: Check whether makecontext() is a glibc stub function
by Peter Maydell
· 13 years ago
967c0da
vl.c: Avoid segfault when started with no arguments
by Peter Maydell
· 13 years ago
9ebe95f
nic: zap obsolote romloading bits from ne2k + pcnet
by Gerd Hoffmann
· 13 years ago
5bc62e0
build: allow turning off debuginfo
by Gerd Hoffmann
· 13 years ago
45efb16
optimize screendump for the common non-switch case
by Gerd Hoffmann
· 13 years ago
1673510
Remove screendump dummy functions.
by Gerd Hoffmann
· 13 years ago
9a51f5b
vga: simplify screendump
by Gerd Hoffmann
· 13 years ago
53370b7
suspend: add qmp events
by Gerd Hoffmann
· 13 years ago
6595abc
suspend: make acpi timer wakeup the guest.
by Gerd Hoffmann
· 13 years ago
62aeb0f
suspend: make rtc alarm wakeup the guest.
by Gerd Hoffmann
· 13 years ago
9826fd5
suspend: make serial ports wakeup the guest.
by Gerd Hoffmann
· 13 years ago
fd214d1
suspend: make ps/2 devices wakeup the guest
by Gerd Hoffmann
· 13 years ago
9b9df25
suspend: add system_wakeup monitor command
by Gerd Hoffmann
· 13 years ago
da98c8e
suspend: switch acpi s3 to new infrastructure.
by Gerd Hoffmann
· 13 years ago
95b363b
suspend: add infrastructure
by Gerd Hoffmann
· 13 years ago
8283c4f
acpi: add acpi_pm1_evt_write_en
by Gerd Hoffmann
· 13 years ago
2886be1
acpi: don't pass overflow_time to acpi_pm1_evt_get_sts
by Gerd Hoffmann
· 13 years ago
355bf2e
acpi: add ACPIREGS
by Gerd Hoffmann
· 13 years ago
067866d
acpi: move around structs
by Gerd Hoffmann
· 13 years ago
85f3855
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
18ac549
Merge remote-tracking branch 'mdroth/qga-win32-pull-2-23-12' into staging
by Anthony Liguori
· 13 years ago
7c1daf3
Merge remote-tracking branch 'qmp/queue/qmp' into staging
by Anthony Liguori
· 13 years ago
5105b6d
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
9ef1300
Merge remote-tracking branch 'bonzini/virtio-scsi' into staging
by Anthony Liguori
· 13 years ago
dcce667
target-i386: Introduce x86_cpuid_set_model_id()
by Andreas Färber
· 13 years ago
38c3dc4
target-i386: Introduce x86_cpuid_version_set_stepping()
by Andreas Färber
· 13 years ago
b0704cb
target-i386: Introduce x86_cpuid_version_set_model()
by Andreas Färber
· 13 years ago
ed5e1ec
target-i386: Introduce x86_cpuid_version_set_family()
by Andreas Färber
· 13 years ago
8811e1e
console: Eliminate text_consoles[]
by Markus Armbruster
· 13 years ago
877691f
sockets: Clean up inet_listen_opts()'s convoluted bind() loop
by Markus Armbruster
· 13 years ago
136faa3
sockets: Drop sockets_debug debug code
by Markus Armbruster
· 13 years ago
ef0c4a0
gdbstub: Error locations for -gdb
by Markus Armbruster
· 13 years ago
d9a5954
vl.c: Error locations for options using add_device_config()
by Markus Armbruster
· 13 years ago
d7378ee
qemu-char: qemu_chr_open_fd() can't fail, don't check
by Markus Armbruster
· 13 years ago
a89dd6c
qemu-char: Re-apply style fixes from just reverted aad04cd0
by Markus Armbruster
· 13 years ago
b181e04
qemu-char: Use qemu_open() to avoid leaking fds to children
by Markus Armbruster
· 13 years ago
1f51470
Revert "qemu-char: Print strerror message on failure" and deps
by Markus Armbruster
· 13 years ago
eaccf49
scsi-block: always use scsi_generic_ops for cache != none
by Paolo Bonzini
· 13 years ago
d3d250b
scsi: fix searching for an empty id
by Paolo Bonzini
· 13 years ago
9fac25b
scsi: fix wrong return for target INQUIRY
by Paolo Bonzini
· 13 years ago
5db1764
virtio-scsi: add migration support
by Paolo Bonzini
· 13 years ago
06114d7
virtio-scsi: process control queue requests
by Paolo Bonzini
· 13 years ago
f293d8b
slirp/misc: fix gcc __warn_memset_zero_len warnings
by Alon Levy
· 13 years ago
546b60d
qemu-ga: add win32 guest-shutdown command
by Michael Roth
· 13 years ago
bc62fa0
qemu-ga: add Windows service integration
by Michael Roth
· 13 years ago
7868e26
qemu-ga: add initial win32 support
by Michael Roth
· 13 years ago
d8ca685
qemu-ga: fixes for win32 build of qemu-ga
by Michael Roth
· 13 years ago
c216e5a
qemu-ga: rename guest-agent-commands.c -> commands-posix.c
by Michael Roth
· 13 years ago
42074a9
qemu-ga: separate out common commands from posix-specific ones
by Michael Roth
· 13 years ago
125b310
qemu-ga: move channel/transport functionality into wrapper class
by Michael Roth
· 13 years ago
5438372
qemu-ga: Add schema documentation for types
by Michael Roth
· 13 years ago
d06cddf
Merge qemu-iotests into for-anthony
by Kevin Wolf
· 13 years ago
d305fd5
qemu-iotests: common.config: Allow use of arbitrary qemu* paths
by Lucas Meneghel Rodrigues
· 13 years ago
df4b627
qemu-iotests: check: print relevant path information
by Lucas Meneghel Rodrigues
· 13 years ago
8455e4e
qemu-iotests: test loading internal snapshots
by Kevin Wolf
· 14 years ago
bfe8524
qemu-iotests: Update filter for default cluster size
by Kevin Wolf
· 14 years ago
25bb8a3
qemu-iotests: add qed support to 025 image resize test
by Stefan Hajnoczi
· 14 years ago
92eeab5
qemu-iotests: Update rbd support
by Josh Durgin
· 14 years ago
5e654e0
qemu-iotests: common.config: Fix no $TEST_DIR directory
by Mitnick Lyu
· 14 years ago
5177c51
qemu-iotests: only run 016 for file and sheepdog protocols
by Christoph Hellwig
· 14 years ago
dd0c35d
qemu-iotests: Use zero-based offsets for IO patterns
by Stefan Hajnoczi
· 14 years ago
9cdfa1b
qemu-iotests: add support for rbd and sheepdog protocols
by MORITA Kazutaka
· 14 years ago
62284d1
qemu-iotests: filter IMGFMT correctly in 019
by Stefan Hajnoczi
· 14 years ago
657c166
qemu-iotests: README: Fix spelling
by Stefan Weil
· 14 years ago
f5a4bbd
qemu-iotests: add support for qed format
by Stefan Hajnoczi
· 14 years ago
2684871
qemu-iotests: filter TEST_DIR correctly in 019
by Christoph Hellwig
· 14 years ago
3b26486
vl.c: Increase width of machine name column in "-M ?" output
by Peter Maydell
· 13 years ago
a97e45c
tcg: Remove unneeded include statements
by Stefan Weil
· 13 years ago
f0cdc96
qom: In function object_set_link_property(), first call object_ref(), then object_unref().
by Alexander Barabash
· 13 years ago
adbbdf2
cpu defs: uncomment empty extfeatures_ecx definition for Opteron_G1 (v2)
by Eduardo Habkost
· 13 years ago
c58a669
add Westmere as a qemu cpu model (v2)
by Eduardo Habkost
· 13 years ago
df07ec5
cpu defs: remove replicated flags from Intel (v2)
by Eduardo Habkost
· 13 years ago
0ce0137
cpu defs: add pse36, mca, mtrr to AMD CPU definitions (v2)
by Eduardo Habkost
· 13 years ago
3ac8ebf
cpu defs: use Intel flag names for Intel models (v2)
by Eduardo Habkost
· 13 years ago
f370be3
cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt
by Eduardo Habkost
· 13 years ago
f5244e9
cpu models: reorder flag list to match bit order
by Eduardo Habkost
· 13 years ago
de7724f
split SCSI and LSI, add myself as SCSI maintainer
by Paolo Bonzini
· 13 years ago
6f382ed
qmp: add DEVICE_TRAY_MOVED event
by Luiz Capitulino
· 13 years ago
bde2538
ide: drop ide_tray_state_post_load()
by Luiz Capitulino
· 13 years ago
d88b181
block: Don't call bdrv_eject() if the tray state didn't change
by Luiz Capitulino
· 13 years ago
f36f394
block: bdrv_eject(): Make eject_flag a real bool
by Luiz Capitulino
· 13 years ago
329c0a4
block: Rename bdrv_mon_event() & BlockMonEventAction
by Luiz Capitulino
· 13 years ago
235fe3b
qom: add test tools
by Anthony Liguori
· 13 years ago
9f68f7f
qmp: make qmp.py easier to use
by Anthony Liguori
· 13 years ago
581e7d5
qemu-iotests: fix 019 golden output
by Kevin Wolf
· 14 years ago
727822f
qemu-iotests: update expected results after qemu-img changes
by Kevin Wolf
· 14 years ago
8268b76
qemu-iotests: add read/write from smaller backing image test
by Stefan Hajnoczi
· 14 years ago
89d22bc
qemu-iotests: add sub-cluster allocating write test for sparse image formats
by Stefan Hajnoczi
· 14 years ago
2547caa
qemu-iotests: improve test for qemu-img convert with backing file
by Kevin Wolf
· 14 years ago
72bb202
qemu-iotests: consider more cases in parsing qemu-io output
by Kevin Wolf
· 14 years ago
52280ea
qemu-iotests: qcow2 error path tests
by Kevin Wolf
· 15 years ago
d586bc6
qemu-iotests: improve rebase test
by Kevin Wolf
· 15 years ago
Next »