summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-08-05Check fread() results to avoid gcc 4.6 warningsDavid Gibson1-0/+13
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori9-27/+64
2011-08-04Merge remote-tracking branch 'spice/spice.v40' into stagingAnthony Liguori3-57/+419
2011-08-04Merge remote-tracking branch 'kraxel/usb.22' into stagingAnthony Liguori19-802/+959
2011-08-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-101/+116
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-04virtio-balloon: Check if balloon registration failedAmit Shah2-1/+11
2011-08-04virtio-balloon: Fix header comment; add CopyrightAmit Shah1-1/+3
2011-08-04balloon: Separate out stat and balloon handlingAmit Shah1-5/+2
2011-08-04virtio-balloon: Separate status handling into separate functionAmit Shah1-20/+31
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 Hoffmann3-395/+451
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-serial: iovec supportGerd Hoffmann1-11/+16
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann17-181/+288
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-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 Levy3-41/+217
2011-08-01qxl: only disallow specific io's in vga modeAlon Levy1-1/+2
2011-08-01qxl: make qxl_guest_bug take variable argumentsAlon Levy2-3/+8
2011-08-01qxl: error handling fixes and cleanups.Gerd Hoffmann2-5/+32
2011-08-01qxl: add io_port_to_stringAlon Levy1-1/+39
2011-08-01qxl: fix surface tracking & lockingGerd Hoffmann2-1/+14
2011-08-01spice/qxl: move worker wrappersGerd Hoffmann3-12/+72
2011-08-01spice: add qemu_spice_display_init_commonGerd Hoffmann1-6/+1
2011-08-01spice: add worker wrapper functions.Gerd Hoffmann2-18/+18
2011-08-01scsi-disk: Remove 'drive_kind'Hannes Reinecke2-25/+27
2011-08-01scsi: Sanitize command definitionsHannes Reinecke4-54/+81
2011-08-01scsi: Remove REZERO_UNIT emulationHannes Reinecke3-11/+0
2011-08-01scsi: Remove references to SET_WINDOWHannes Reinecke2-3/+0
2011-08-01scsi-disk: Codingstyle fixesHannes Reinecke1-8/+8
2011-07-30exec.h cleanupBlue Swirl1-1/+1
2011-07-30revamp acpitable parsing and allow to specify complete (headerful) tableMichael Tokarev1-126/+172
2011-07-30sd: do not add one sector to the disk sizeVincent Palatin1-3/+1
2011-07-30usb-hid: Fix 0/0 position for Windows in tablet modeJan Kiszka1-0/+5
2011-07-30Add support for Zipit Z2 machineVasily Khoruzhick1-0/+358
2011-07-30onenand: Add missing brace.Andrzej Zaborowski1-0/+1
2011-07-30hw/onenand: program actions can only clear bitsJuha Riihimäki1-29/+106
2011-07-30onenand: Handle various ID fields separatelyJuha Riihimäki3-14/+23
2011-07-30onenand: Pass BlockDriverState to init functionPeter Maydell3-10/+12
2011-07-30hw/nand: qdevifyJuha Riihimäki5-81/+103