aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-04Add support for finding libpng via pkg-config.Brad
2011-08-04alpha-softmmu: Disable for the 0.15 release branch.Richard Henderson
2011-08-04configure: Fix bad shell expression for non-Linux hostsStefan Weil
2011-08-04virtio-balloon: Unregister savevm section on device unplugAmit Shah
2011-08-04virtio-balloon: Add exit handler, fix memleaksAmit Shah
2011-08-04balloon: Reject negative balloon valuesAmit Shah
2011-08-04virtio-balloon: Check if balloon registration failedAmit Shah
2011-08-04balloon: Don't allow multiple balloon handler registrationsAmit Shah
2011-08-04virtio-balloon: Fix header comment; add CopyrightAmit Shah
2011-08-04balloon: Fix header comment; add CopyrightAmit Shah
2011-08-04balloon: Separate out stat and balloon handlingAmit Shah
2011-08-04virtio-balloon: Separate status handling into separate functionAmit Shah
2011-08-04balloon: Simplify code flowAmit Shah
2011-08-04balloon: Add braces around if statementsAmit Shah
2011-08-04balloon: Make functions, local vars staticAmit Shah
2011-08-04bluetooth: kill dummy usb device, use hid code directly.Gerd Hoffmann
2011-08-04hid: move idle+protocol from usb-hid to hid too.Gerd Hoffmann
2011-08-04usb-hid: split hid code to hw/hid.[ch]Gerd Hoffmann
2011-08-04usb-hid: add hid_has_events()Gerd Hoffmann
2011-08-04usb-hid: add event callbackGerd Hoffmann
2011-08-04usb-hid: create & use HIDStateGerd Hoffmann
2011-08-04ehci: iovec support, remove bufferGerd Hoffmann
2011-08-04uhci: remove bufferGerd Hoffmann
2011-08-04usb-storage: iovec supportGerd Hoffmann
2011-08-04usb-host: iovec supportGerd Hoffmann
2011-08-04usb-serial: iovec supportGerd Hoffmann
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-08-04move QEMUSGList typedefGerd Hoffmann
2011-08-04Add iov_clear()Gerd Hoffmann
2011-08-04Add iov_hexdump()Gerd Hoffmann
2011-08-04re-activate usb-host for bsdGerd Hoffmann
2011-08-04block: Use bdrv_co_* instead of synchronous versions in coroutinesKevin Wolf
2011-08-04lm32: softusb: claim to support full speedMichael Walle
2011-08-03vhost: remove an incorrect assertMichael S. Tsirkin
2011-08-03Delayed IP packetsFabien Chouteau
2011-08-03Simple ARP tableFabien Chouteau
2011-08-03Makefile: delete config.log in distcleanAlexandre Raymond
2011-08-03HMP: Remove the duplicated info "info kvm" in hmp-commands.hx.Zhi Yong Wu
2011-08-03configure: display "no" for disabled kvm/vhost-netBrad
2011-08-03qxl: bump pci revGerd Hoffmann
2011-08-03qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 supportAlon Levy
2011-08-03qxl: async io support using new spice apiAlon Levy
2011-08-03slirp: Take maintainer tokenJan Kiszka
2011-08-02posix-aio-compat: Allow read after EOFKevin Wolf
2011-08-02coroutines: Use one global bottom half for CoQueueKevin Wolf
2011-08-02async: Remove AsyncContextKevin Wolf
2011-08-02qcow: Use coroutinesKevin Wolf
2011-08-02qcow2: Use coroutinesKevin Wolf
2011-08-02coroutines: LocksKevin Wolf
2011-08-02block: Add bdrv_co_readv/writev emulationKevin Wolf