aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-11-18vhost-user: fix log sizeMichael S. Tsirkin1-1/+1
2015-11-18vhost-user: ignore qemu-only featuresMichael S. Tsirkin1-7/+1
2015-11-18nand: fix address overflowRabin Vincent1-2/+2
2015-11-17ide: enable buffered requests for PIO read requestsPeter Lieven1-2/+2
2015-11-17ide: enable buffered requests for ATAPI devicesPeter Lieven1-5/+5
2015-11-17ide: orphan all buffered requests on DMA cancelPeter Lieven1-0/+19
2015-11-17ide: add support for IDEBufferedRequestPeter Lieven2-0/+61
2015-11-17ide/atapi: make PIO read requests asyncPeter Lieven1-13/+82
2015-11-17i440fx: print an error message if user tries to enable iommuBandan Das1-0/+5
2015-11-17q35: Check propery to determine if iommu is setBandan Das2-6/+1
2015-11-17virtio-blk: Fix double completion for werror=stopFam Zheng1-0/+4
2015-11-17tpm: avoid clang shifting negative signed warningStefan Hajnoczi1-1/+1
2015-11-16vhost-user: start/stop all ringsMichael S. Tsirkin1-6/+11
2015-11-16vhost-user: print original request on errorMichael S. Tsirkin1-2/+2
2015-11-16vhost: don't send RESET_OWNER at stopYuanhan Liu1-6/+0
2015-11-16vhost: let SET_VRING_ENABLE message depends on protocol featureYuanhan Liu1-1/+1
2015-11-13atapi: Prioritize unknown cmd error over BCL errorJohn Snow1-10/+10
2015-11-13atapi: add byte_count_limit helperJohn Snow1-5/+13
2015-11-13xen: fix usage of xc_domain_create in domain builderRoger Pau Monne1-1/+1
2015-11-12hw/misc: Add support for ADC controller in Xilinx Zynq 7000Guenter Roeck3-0/+309
2015-11-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell7-38/+105
2015-11-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell7-34/+392
2015-11-12scsi-disk: Account for failed operationsAlberto Garcia1-15/+31
2015-11-12macio: Account for failed operationsAlberto Garcia1-2/+10
2015-11-12ide: Account for failed and invalid operationsAlberto Garcia1-2/+8
2015-11-12atapi: Account for failed and invalid operationsAlberto Garcia1-12/+19
2015-11-12xen_disk: Account for failed and invalid operationsAlberto Garcia1-1/+22
2015-11-12virtio-blk: Account for failed and invalid operationsAlberto Garcia1-1/+3
2015-11-12nvme: Account for failed and invalid operationsAlberto Garcia1-3/+8
2015-11-12ide: Account for write operations correctlyAlberto Garcia1-1/+1
2015-11-12xen_disk: Account for flush operationsAlberto Garcia1-1/+3
2015-11-12virtio-9p: add savem handlersGreg Kurz1-0/+11
2015-11-12hw/virtio: Add PCIe capability to virtio devicesMarcel Apfelbaum2-0/+24
2015-11-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-109/+375
2015-11-12vhost: send SET_VRING_ENABLE at start/stopYuanhan Liu1-0/+9
2015-11-12vhost: rename RESET_DEVICE backto RESET_OWNERYuanhan Liu2-4/+4
2015-11-12vhost-user: modify SET_LOG_BASE to pass mmap size and offsetVictor Kaplansky1-2/+9
2015-11-12virtio-pci: unbreak queue_enable readJason Wang1-0/+7
2015-11-12virtio-pci: introduce pio notification capability for modern deviceJason Wang2-17/+113
2015-11-12virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possibleJason Wang1-4/+15
2015-11-12virtio-pci: fix 1.0 virtqueue migrationJason Wang3-7/+200
2015-11-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151112' into st...Peter Maydell3-90/+162
2015-11-12Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-11-11' into...Peter Maydell3-15/+9
2015-11-12e1000: Introducing backward compatibility command line parameterLeonid Bloch1-0/+2
2015-11-12e1000: Implementing various countersLeonid Bloch1-5/+85
2015-11-12e1000: Fixing the packet address filtering procedureLeonid Bloch1-3/+7
2015-11-12e1000: Fixing the received/transmitted octets' countersLeonid Bloch1-8/+18
2015-11-12e1000: Fixing the received/transmitted packets' countersLeonid Bloch1-4/+12
2015-11-12e1000: Trivial implementation of various MAC registersLeonid Bloch2-3/+100
2015-11-12e1000: Introduced an array to control the access to the MAC registersLeonid Bloch1-12/+46