index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-27
qxl: require spice >= 0.8.2
Alon Levy
5
-74
/
+1
2012-02-27
qxl: drop qxl_spice_update_area_async definition
Alon Levy
1
-6
/
+0
2012-02-27
sdl: remove NULL check, g_malloc0 can't fail
Alon Levy
1
-4
/
+0
2012-02-27
qxl: fix spice+sdl no cursor regression
Alon Levy
3
-9
/
+19
2012-02-25
audio: Add some fall through comments
Stefan Weil
2
-1
/
+4
2012-02-24
configure: Check whether makecontext() is a glibc stub function
Peter Maydell
1
-0
/
+4
2012-02-24
vl.c: Avoid segfault when started with no arguments
Peter Maydell
1
-7
/
+10
2012-02-24
nic: zap obsolote romloading bits from ne2k + pcnet
Gerd Hoffmann
2
-16
/
+2
2012-02-24
build: allow turning off debuginfo
Gerd Hoffmann
1
-2
/
+13
2012-02-24
optimize screendump for the common non-switch case
Gerd Hoffmann
9
-21
/
+34
2012-02-24
Remove screendump dummy functions.
Gerd Hoffmann
3
-12
/
+4
2012-02-24
vga: simplify screendump
Gerd Hoffmann
1
-35
/
+1
2012-02-24
suspend: add qmp events
Gerd Hoffmann
3
-0
/
+10
2012-02-24
suspend: make acpi timer wakeup the guest.
Gerd Hoffmann
2
-0
/
+9
2012-02-24
suspend: make rtc alarm wakeup the guest.
Gerd Hoffmann
3
-0
/
+9
2012-02-24
suspend: make serial ports wakeup the guest.
Gerd Hoffmann
1
-0
/
+6
2012-02-24
suspend: make ps/2 devices wakeup the guest
Gerd Hoffmann
1
-0
/
+6
2012-02-24
suspend: add system_wakeup monitor command
Gerd Hoffmann
6
-0
/
+57
2012-02-24
suspend: switch acpi s3 to new infrastructure.
Gerd Hoffmann
10
-42
/
+47
2012-02-24
suspend: add infrastructure
Gerd Hoffmann
2
-0
/
+76
2012-02-24
acpi: add acpi_pm1_evt_write_en
Gerd Hoffmann
4
-2
/
+8
2012-02-24
acpi: don't pass overflow_time to acpi_pm1_evt_get_sts
Gerd Hoffmann
4
-8
/
+8
2012-02-24
acpi: add ACPIREGS
Gerd Hoffmann
4
-143
/
+145
2012-02-24
acpi: move around structs
Gerd Hoffmann
1
-25
/
+23
2012-02-24
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
3
-28
/
+9
2012-02-24
Merge remote-tracking branch 'mdroth/qga-win32-pull-2-23-12' into staging
Anthony Liguori
14
-318
/
+1263
2012-02-24
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
12
-62
/
+104
2012-02-24
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
69
-0
/
+153385
2012-02-24
Merge remote-tracking branch 'bonzini/virtio-scsi' into staging
Anthony Liguori
22
-113
/
+1132
2012-02-24
target-i386: Introduce x86_cpuid_set_model_id()
Andreas Färber
1
-14
/
+19
2012-02-24
target-i386: Introduce x86_cpuid_version_set_stepping()
Andreas Färber
1
-1
/
+7
2012-02-24
target-i386: Introduce x86_cpuid_version_set_model()
Andreas Färber
1
-1
/
+7
2012-02-24
target-i386: Introduce x86_cpuid_version_set_family()
Andreas Färber
1
-4
/
+11
2012-02-24
console: Eliminate text_consoles[]
Markus Armbruster
1
-14
/
+4
2012-02-24
sockets: Clean up inet_listen_opts()'s convoluted bind() loop
Markus Armbruster
1
-8
/
+6
2012-02-24
sockets: Drop sockets_debug debug code
Markus Armbruster
1
-41
/
+2
2012-02-24
gdbstub: Error locations for -gdb
Markus Armbruster
1
-6
/
+4
2012-02-24
vl.c: Error locations for options using add_device_config()
Markus Armbruster
1
-0
/
+4
2012-02-24
qemu-char: qemu_chr_open_fd() can't fail, don't check
Markus Armbruster
1
-4
/
+0
2012-02-24
qemu-char: Re-apply style fixes from just reverted aad04cd0
Markus Armbruster
1
-7
/
+14
2012-02-24
qemu-char: Use qemu_open() to avoid leaking fds to children
Markus Armbruster
1
-4
/
+4
2012-02-24
Revert "qemu-char: Print strerror message on failure" and deps
Markus Armbruster
9
-122
/
+84
2012-02-24
scsi-block: always use scsi_generic_ops for cache != none
Paolo Bonzini
1
-4
/
+14
2012-02-24
scsi: fix searching for an empty id
Paolo Bonzini
1
-5
/
+10
2012-02-24
scsi: fix wrong return for target INQUIRY
Paolo Bonzini
1
-1
/
+1
2012-02-24
virtio-scsi: add migration support
Paolo Bonzini
1
-1
/
+49
2012-02-24
virtio-scsi: process control queue requests
Paolo Bonzini
1
-8
/
+126
2012-02-24
slirp/misc: fix gcc __warn_memset_zero_len warnings
Alon Levy
1
-14
/
+7
2012-02-23
qemu-ga: add win32 guest-shutdown command
Michael Roth
1
-1
/
+40
2012-02-23
qemu-ga: add Windows service integration
Michael Roth
4
-10
/
+249
[next]