aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-06-04dataplane: Support VIRTIO_BLK_T_SCSI_CMDFam Zheng1-8/+10
2014-06-04virtio-blk: Factor out virtio_blk_handle_scsi_req from virtio_blk_handle_scsiFam Zheng1-34/+41
2014-06-04virtio-blk: Allow config-wce in dataplaneFam Zheng2-7/+7
2014-06-04dataplane: implement async flushStefan Hajnoczi1-16/+27
2014-06-04dataplane: delete IOQueue since it is no longer usedStefan Hajnoczi3-175/+1
2014-06-04dataplane: use the QEMU block layer for I/OStefan Hajnoczi1-128/+65
2014-06-03kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti1-0/+4
2014-06-03Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014060...Peter Maydell1-48/+380
2014-06-02xhci: order superspeed ports firstGerd Hoffmann1-8/+37
2014-06-02xhci: make port reset trace point more verboseGerd Hoffmann1-1/+1
2014-06-02usb: add usb_pick_speedGerd Hoffmann2-12/+21
2014-06-02usb-host: add HAVE_STREAMS defineGerd Hoffmann1-7/+11
2014-06-02usb-host: allow attaching usb3 devices to ehciGerd Hoffmann1-8/+54
2014-06-02usb: move ehci register defines to header fileGerd Hoffmann1-78/+1
2014-06-02usb: move uhci register defines to header fileGerd Hoffmann1-35/+1
2014-05-30vfio: Add guest side IOMMU supportDavid Gibson1-5/+134
2014-05-30vfio: Create VFIOAddressSpace objects as neededDavid Gibson1-16/+41
2014-05-30vfio: Introduce VFIO address spacesDavid Gibson1-13/+38
2014-05-30vfio: Rework to have error pathsAlexey Kardashevskiy1-26/+32
2014-05-30vfio: Fix 128 bit handlingAlexey Kardashevskiy1-3/+6
2014-05-30vfio-pci: Quirk RTL8168 NICAlex Williamson1-0/+144
2014-05-28ssi: Name the CS GPIOPeter Crosthwaite4-7/+8
2014-05-28qdev: Implement named GPIOsPeter Crosthwaite1-10/+75
2014-05-28machine: Make -machine opts properties of MachineStateMarcel Apfelbaum1-0/+280
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum63-523/+528
2014-05-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-6/+12
2014-05-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140527'...Peter Maydell1-8/+8
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-7' into stagingPeter Maydell4-23/+242
2014-05-28block: Replace in_use with operation blockerFam Zheng1-6/+12
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into stagingPeter Maydell2-76/+157
2014-05-27Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-26' in...Peter Maydell3-3/+4
2014-05-27hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formatsPeter Maydell1-8/+8
2014-05-26usb: add input routing support for tablet and keyboardGerd Hoffmann1-0/+13
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann1-70/+123
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann1-7/+22
2014-05-26net: cadence_gem: Fix top commentPeter Crosthwaite1-1/+1
2014-05-26usb-host-libusb: Set stream id when submitting bulk-stream transfersHans de Goede1-4/+17
2014-05-26usb-host-libusb: Add alloc / free streams opsHans de Goede1-0/+50
2014-05-26usb-host-libusb: Fill in endpoint max_streams when availableHans de Goede1-0/+12
2014-05-26usb-redir: Add support for bulk streamsHans de Goede1-5/+132
2014-05-26usb-mtp: handle usb_mtp_get_object failureGerd Hoffmann1-2/+7
2014-05-26usb-mtp: handle lseek failureGerd Hoffmann1-1/+4
2014-05-26usb-mtp: use bool to track MTPObject init statusGerd Hoffmann1-6/+8
2014-05-26xhci: add xhci_get_flagGerd Hoffmann1-2/+7
2014-05-26xhci: add endpoint cap on express bus onlyGerd Hoffmann1-2/+4
2014-05-26xhci: child detach fixGerd Hoffmann1-1/+1
2014-05-25virtio-balloon: return empty data when no stats are availableJán Tomko1-5/+2
2014-05-24lm32: remove lm32_sysMichael Walle2-180/+0
2014-05-24pci: move dereferencing of root only after verifying valid root pointerSaravanakumar1-2/+2
2014-05-24jazz_led: Add missing break in switch caseSaravanakumar1-0/+1