summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* | virtio: split virtio balloon bits from virtio-pciJuan Quintela2019-01-184-74/+97
* | virtio: split virtio rng bits from virtio-pciJuan Quintela2019-01-184-68/+89
* | virtio: split virtio input bits from virtio-pciJuan Quintela2019-01-184-135/+158
* | virtio: split virtio input host bits from virtio-pciJuan Quintela2019-01-184-37/+49
* | virtio: split vhost vsock bits from virtio-pciJuan Quintela2019-01-184-71/+89
* | virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61Yuri Benditovich2019-01-181-1/+1
* | virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich2019-01-181-1/+666
* | vhost-user: fix ioeventfd_enabledLi Qiang2019-01-151-1/+1
* | qemu: avoid memory leak while remove diskJian Wang2019-01-153-4/+9
* | hw/misc/ivshmem: Remove deprecated "ivshmem" legacy deviceThomas Huth2019-01-152-206/+5Star
* | msix: make pba size math more uniformDongli Zhang2019-01-151-1/+1
* | pci/pcie: stop plug/unplug if the slot is lockedDavid Hildenbrand2019-01-152-8/+18
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2019-01-141-0/+10
|\
| * target/i386: Disable MPX support on named CPU modelsPaolo Bonzini2019-01-141-0/+7
| * target-i386: Reenable RDTSCP support on Opteron_G[345] CPU models CPU modelsBorislav Petkov2019-01-141-0/+3
* | xen-block: avoid repeated memory allocationTim Smith2019-01-141-5/+9
* | xen-block: improve response latencyTim Smith2019-01-141-38/+18Star
* | xen-block: improve batching behaviourTim Smith2019-01-141-0/+35
* | xen: Replace few mentions of xend by libxlAnthony PERARD2019-01-141-1/+1
* | Remove broken Xen PV domain builderAnthony PERARD2019-01-144-328/+0Star
* | xen: remove the legacy 'xen_disk' backendPaul Durrant2019-01-142-1012/+0Star
* | xen: automatically create XenBlockDevice-sPaul Durrant2019-01-143-1/+379
* | xen: add a mechanism to automatically create XenDevice-s...Paul Durrant2019-01-144-2/+332
* | xen: add implementations of xen-block connect and disconnect functions...Paul Durrant2019-01-143-25/+331
* | xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.cPaul Durrant2019-01-141-44/+46
* | xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.cPaul Durrant2019-01-141-154/+156
* | xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-blockPaul Durrant2019-01-142-171/+183
* | xen: add header and build dataplane/xen-block.cPaul Durrant2019-01-143-100/+286
* | xen: remove unnecessary code from dataplane/xen-block.cPaul Durrant2019-01-141-406/+23Star
* | xen: duplicate xen_disk.c as basis of dataplane/xen-block.cPaul Durrant2019-01-141-0/+1019
* | xen: add event channel interface for XenDevice-sPaul Durrant2019-01-141-0/+103
* | xen: add grant table interface for XenDevice-sPaul Durrant2019-01-141-0/+146
* | xen: add xenstore watcher infrastructurePaul Durrant2019-01-145-2/+321
* | xen: create xenstore areas for XenDevice-sPaul Durrant2019-01-145-5/+489
* | xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'Paul Durrant2019-01-143-0/+352
* | xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant2019-01-145-1/+140
* | xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-1420-114/+125
* | xen/pt: allow passthrough of devices with bogus interrupt pinZhao Yan2019-01-142-1/+9
* | hw/xen/xen_pt_graphics: Don't trust the BIOS ROM contents so muchPeter Maydell2019-01-141-0/+16
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190111-pull-request' ...Peter Maydell2019-01-111-1/+1
|\
| * i2c-ddc: fix oob readGerd Hoffmann2019-01-111-1/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-01-1162-273/+294
|\ \
| * | avoid TABs in files that only contain a fewPaolo Bonzini2019-01-1139-227/+227
| * | remove space-tab sequencesPaolo Bonzini2019-01-111-2/+2
| * | hw/watchdog/wdt_i6300esb: remove a unnecessary commentPeng Hao2019-01-111-1/+0Star
| * | qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-117-10/+10
| * | qemu/queue.h: typedef QTAILQ headsPaolo Bonzini2019-01-111-1/+1
| * | qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-1110-19/+19
| * | vfio: make vfio_address_spaces staticPaolo Bonzini2019-01-111-1/+1
| * | scsi: esp: Defer command completion until previous interrupts have been handledGuenter Roeck2019-01-113-9/+29