summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-06-25virtio-ccw: Wire up guest and host notifies.Cornelia Huck2-0/+89
2013-06-25virtio-ccw: Wire up ioeventfd.Cornelia Huck4-1/+126
2013-06-25s390/virtio-ccw: Fix virtio resetChristian Borntraeger1-0/+2
2013-06-25Move hardcoded initialization of xen-platform device.Paul Durrant1-3/+7
2013-06-25Allow use of pc machine type (accel=xen) for Xen HVM domains.Paul Durrant1-3/+5
2013-06-25Revert "xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-trad...Stefano Stabellini1-3/+3
2013-06-24Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori1-573/+669
2013-06-24Merge remote-tracking branch 'spice/spice.v71' into stagingAnthony Liguori1-1/+1
2013-06-24Merge remote-tracking branch 'kraxel/usb.84' into stagingAnthony Liguori10-51/+211
2013-06-24Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori9-22/+27
2013-06-24cadence_uart: Handle backend tx errorsEdgar E. Iglesias1-3/+1
2013-06-24ide: Clean up ide_exec_cmd()Kevin Wolf1-24/+12
2013-06-24ide: Convert SMART commands to ide_cmd_table handlerKevin Wolf1-151/+174
2013-06-24ide: Convert CF-ATA commands to ide_cmd_table handlerKevin Wolf1-75/+95
2013-06-24ide: Convert ATAPI commands to ide_cmd_table handlerKevin Wolf1-39/+61
2013-06-24ide: Convert SEEK to ide_cmd_table handlerKevin Wolf1-6/+7
2013-06-24ide: Convert FLUSH CACHE to ide_cmd_table handlerKevin Wolf1-6/+8
2013-06-24ide: Convert SET FEATURES to ide_cmd_table handlerKevin Wolf1-72/+75
2013-06-24ide: Convert CHECK POWER MDOE to ide_cmd_table handlerKevin Wolf1-9/+8
2013-06-24ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handlerKevin Wolf1-17/+18
2013-06-24ide: Convert DMA read/write commands to ide_cmd_table handlerKevin Wolf1-31/+38
2013-06-24ide: Convert PIO read/write commands to ide_cmd_table handlerKevin Wolf1-43/+50
2013-06-24ide: Convert read/write multiple commands to ide_cmd_table handlerKevin Wolf1-59/+60
2013-06-24ide: Convert verify commands to ide_cmd_table handlerKevin Wolf1-14/+13
2013-06-24ide: Convert cmd_nop commands to ide_cmd_table handlerKevin Wolf1-31/+17
2013-06-24ide: Convert WIN_IDENTIFY to ide_cmd_table handlerKevin Wolf1-17/+23
2013-06-24ide: Convert WIN_DSM to ide_cmd_table handlerKevin Wolf1-13/+16
2013-06-24ide: Add handler to ide_cmd_tableKevin Wolf1-58/+86
2013-06-24usb: fix serial number for hid devicesGerd Hoffmann1-0/+12
2013-06-24usb: add serial bus propertyGerd Hoffmann4-10/+13
2013-06-24usb-host-libusb: set USB_DEV_FLAG_IS_HOSTGerd Hoffmann1-0/+1
2013-06-24usb/host-libusb: Fix building with libusb git master codeHans de Goede1-0/+4
2013-06-24usb/hcd-ehci: Add Faraday FUSBH200 supportKuo-Jung Su2-0/+87
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su4-14/+28
2013-06-24usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber2-0/+16
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber4-20/+44
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber4-10/+9
2013-06-24qxl: fix Coverity scan SIGN_EXTENSION errorGerd Hoffmann1-1/+1
2013-06-21sd: pass bool parameter for sd_initliguang6-7/+7
2013-06-21block/nand: Formatting sweepPeter Crosthwaite1-15/+18
2013-06-21qxl: Fix QXLRam initialisation.Anthony PERARD1-0/+1
2013-06-21kvm: Fix potential resource leak (missing fclose)Stefan Weil1-0/+1
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy3-3/+6
2013-06-20dma: eliminate DMAContextPaolo Bonzini18-66/+61
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini2-12/+2
2013-06-20pci: use memory core for iommu supportAvi Kivity2-24/+23
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini2-2/+3
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini1-21/+27
2013-06-20spapr: make IOMMU translation go through IOMMUTLBEntryPaolo Bonzini1-25/+35
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini3-42/+33