aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-08-08pci: pass I/O address space to new PCI busAvi Kivity20-38/+91
2011-08-08cirrus: simplify linear framebuffer access functionsAvi Kivity1-66/+8
2011-08-08vga: simplify vga window mmio access functionsAvi Kivity3-52/+12
2011-08-08cirrus: simplify vga window mmio access functionsAvi Kivity1-68/+11
2011-08-08cirrus: simplify bitblt BAR access functionsAvi Kivity1-68/+13
2011-08-08cirrus: simplify mmio BAR access functionsAvi Kivity1-70/+8
2011-08-08vga: convert vga and its derivatives to the memory APIAvi Kivity10-435/+437
2011-08-08vmsvga: don't remember pci BAR address in callback any moreAvi Kivity1-6/+6
2011-08-08pci: add API to get a BAR's mapped addressAvi Kivity2-0/+6
2011-08-05qdev: Eliminate duplicate resetIsaku Yamahata1-2/+12
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