aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-07-30hw/nand: Writing to NAND can only clear bitsPeter Maydell1-4/+13
2011-07-30hw/nand: Support multiple reads following READ STATUSJuha Riihimäki1-3/+8
2011-07-30hw/nand: Support devices wider than 8 bitsJuha Riihimäki2-34/+88
2011-07-30nand: Bump vmstate version after changing structure.Andrzej Zaborowski1-3/+3
2011-07-30hw/nand: Support large NAND devicesJuha Riihimäki1-21/+27
2011-07-30hw/nand: Pass block device state to init functionPeter Maydell5-10/+15
2011-07-30lm832x: Take DeviceState pointer in lm832x_key_event()Peter Maydell3-7/+6
2011-07-30hw/omap_gpio.c: Convert to qdevJuha Riihimäki6-173/+218
2011-07-30hw/omap_clk: Add the clock for the OMAP2430-specific fifth GPIO modulePeter Maydell1-1/+5
2011-07-30hw/omap_l4.c: Add helper function omap_l4_region_baseJuha Riihimäki2-0/+8
2011-07-29Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori5-3/+93
2011-07-29Merge remote-tracking branch 'kraxel/migration.2' into stagingAnthony Liguori8-0/+51
2011-07-29multiboot: Fix bss segment supportGöran Weinholt1-5/+9
2011-07-29Fix last sector write on sd cardDr. David Alan Gilbert1-8/+11
2011-07-29showing a splash picture when startwayne1-1/+139