aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-04guest agent: add --enable-guest-agent config optionMichael Roth1-13/+27
2011-08-04Add support for finding libpng via pkg-config.Brad1-0/+6
2011-08-04alpha-softmmu: Disable for the 0.15 release branch.Richard Henderson1-1/+0
2011-08-04configure: Fix bad shell expression for non-Linux hostsStefan Weil1-4/+4
2011-08-04virtio-balloon: Unregister savevm section on device unplugAmit Shah1-0/+4
2011-08-04virtio-balloon: Add exit handler, fix memleaksAmit Shah3-1/+16
2011-08-04balloon: Reject negative balloon valuesAmit Shah1-1/+7
2011-08-04virtio-balloon: Check if balloon registration failedAmit Shah2-1/+11
2011-08-04balloon: Don't allow multiple balloon handler registrationsAmit Shah2-4/+12
2011-08-04virtio-balloon: Fix header comment; add CopyrightAmit Shah1-1/+3
2011-08-04balloon: Fix header comment; add CopyrightAmit Shah1-2/+3
2011-08-04balloon: Separate out stat and balloon handlingAmit Shah3-15/+17
2011-08-04virtio-balloon: Separate status handling into separate functionAmit Shah1-20/+31
2011-08-04balloon: Simplify code flowAmit Shah1-9/+7
2011-08-04balloon: Add braces around if statementsAmit Shah1-3/+4
2011-08-04balloon: Make functions, local vars staticAmit Shah2-15/+11
2011-08-04bluetooth: kill dummy usb device, use hid code directly.Gerd Hoffmann1-40/+22
2011-08-04hid: move idle+protocol from usb-hid to hid too.Gerd Hoffmann3-23/+25
2011-08-04usb-hid: split hid code to hw/hid.[ch]Gerd Hoffmann4-395/+452
2011-08-04usb-hid: add hid_has_events()Gerd Hoffmann1-9/+7
2011-08-04usb-hid: add event callbackGerd Hoffmann1-43/+63
2011-08-04usb-hid: create & use HIDStateGerd Hoffmann1-148/+168
2011-08-04ehci: iovec support, remove bufferGerd Hoffmann1-86/+63
2011-08-04uhci: remove bufferGerd Hoffmann1-8/+7
2011-08-04usb-storage: iovec supportGerd Hoffmann1-58/+49
2011-08-04usb-host: iovec supportGerd Hoffmann1-9/+18
2011-08-04usb-serial: iovec supportGerd Hoffmann1-11/+16
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann21-222/+338
2011-08-04move QEMUSGList typedefGerd Hoffmann2-2/+3
2011-08-04Add iov_clear()Gerd Hoffmann2-0/+25
2011-08-04Add iov_hexdump()Gerd Hoffmann2-0/+33
2011-08-04re-activate usb-host for bsdGerd Hoffmann1-8/+2
2011-08-04block: Use bdrv_co_* instead of synchronous versions in coroutinesKevin Wolf1-0/+56
2011-08-04lm32: softusb: claim to support full speedMichael Walle1-2/+4
2011-08-03vhost: remove an incorrect assertMichael S. Tsirkin1-1/+0
2011-08-03Delayed IP packetsFabien Chouteau5-37/+69
2011-08-03Simple ARP tableFabien Chouteau5-59/+169
2011-08-03Makefile: delete config.log in distcleanAlexandre Raymond1-0/+1
2011-08-03HMP: Remove the duplicated info "info kvm" in hmp-commands.hx.Zhi Yong Wu1-2/+0
2011-08-03configure: display "no" for disabled kvm/vhost-netBrad1-2/+2
2011-08-03qxl: bump pci revGerd Hoffmann2-7/+24
2011-08-03qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 supportAlon Levy1-0/+30
2011-08-03qxl: async io support using new spice apiAlon Levy5-56/+276
2011-08-03slirp: Take maintainer tokenJan Kiszka1-2/+3
2011-08-02posix-aio-compat: Allow read after EOFKevin Wolf1-0/+19
2011-08-02coroutines: Use one global bottom half for CoQueueKevin Wolf1-13/+6
2011-08-02async: Remove AsyncContextKevin Wolf7-169/+11
2011-08-02qcow: Use coroutinesKevin Wolf1-118/+62
2011-08-02qcow2: Use coroutinesKevin Wolf3-169/+102
2011-08-02coroutines: LocksKevin Wolf5-1/+198