aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2013-01-14Merge remote-tracking branch 'kraxel/usb.76' into stagingAnthony Liguori
2013-01-14Merge remote-tracking branch 'spice/spice.v67' into stagingAnthony Liguori
2013-01-14Merge remote-tracking branch 'kraxel/testdev.2' into stagingAnthony Liguori
2013-01-14Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-01-14Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-01-14usb-host: Initialize dev->port the obviously safe wayMarkus Armbruster
2013-01-14usb-host: Drop superfluous null test from usb_host_auto_scan()Markus Armbruster
2013-01-14ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster
2013-01-14dataplane: handle misaligned virtio-blk requestsStefan Hajnoczi
2013-01-14dataplane: extract virtio-blk read/write processing into do_rdwr_cmd()Stefan Hajnoczi
2013-01-14xhci: nuke transfe5rs on detachGerd Hoffmann
2013-01-14xhci: call xhci_detach_slot on root port detach tooGerd Hoffmann
2013-01-14xhci: create xhci_detach_slot helper functionGerd Hoffmann
2013-01-14pc-testdev: use typedefsGerd Hoffmann
2013-01-14qxl: Don't drop client capability bitsMarkus Armbruster
2013-01-14qxl: Fix SPICE_RING_PROD_ITEM(), SPICE_RING_CONS_ITEM() sanity checkMarkus Armbruster
2013-01-12build: consolidate multiple variables into universal-obj-yPaolo Bonzini
2013-01-12build: remove CONFIG_SMARTCARDPaolo Bonzini
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini
2013-01-12Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2013-01-12hw/pc.c: add ULL suffix in ioport80_read and ioportF0_read return valueJulien Grall
2013-01-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-01-11Merge remote-tracking branch 'kraxel/q35.1' into stagingAnthony Liguori
2013-01-11Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori
2013-01-11hw/pc.c: Fix converting of ioport_register* to MemoryRegionJulien Grall
2013-01-11Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil
2013-01-11pc: rename machine typesGerd Hoffmann
2013-01-11q35: add ich9 intel hda controllerGerd Hoffmann
2013-01-10virtio-scsi: abort in-flight I/O when the device is resetPaolo Bonzini
2013-01-10qdev: add qbus_reset_allPaolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-10Merge branch 'master' of git://git.qemu.org/qemu into prep-upAndreas Färber
2013-01-10Merge remote-tracking branch 'awilliam/tags/qemu-1.4-vfio-20130109.0' into st...Anthony Liguori
2013-01-09pci-assign: Enable MSIX on device to match guestAlex Williamson
2013-01-09pci: use constants for devices under the 1B36 device ID, document themPaolo Bonzini
2013-01-08vfio-pci: Loosen sanity checks to allow future featuresAlex Williamson
2013-01-08vfio-pci: Make host MSI-X enable track guestAlex Williamson
2013-01-08qdev: Don't assume existence of parent bus on unparentingAndreas Färber
2013-01-08qdev: Include qdev code into *-user, tooEduardo Habkost
2013-01-08ivshmem: use symbolic constant for PCI ID, add to pci-ids.txtPaolo Bonzini
2013-01-08virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini
2013-01-08Merge remote-tracking branch 'kraxel/usb.75' into stagingAnthony Liguori
2013-01-08uhci: stop using portio listsGerd Hoffmann
2013-01-08usbredir: Add support for buffered bulk input (v2)Hans de Goede
2013-01-07vhost: backend masking supportMichael S. Tsirkin
2013-01-07vhost: set started flag while start is in progressMichael S. Tsirkin
2013-01-07virtio-net: set/clear vhost_started in reverse orderMichael S. Tsirkin
2013-01-07virtio: backend virtqueue notifier maskingMichael S. Tsirkin
2013-01-07virtio-pci: cache msix messagesMichael S. Tsirkin
2013-01-07msix: add api to access msix messageMichael S. Tsirkin