summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* aspeed: remove ignore_memory_transaction_failures on all boardsCédric Le Goater2018-06-081-3/+0Star
* arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao2018-06-082-0/+117
* 9p: xattr: Properly translate xattrcreate flagsKeno Fischer2018-06-072-2/+19
* 9p: Properly check/translate flags in unlinkatKeno Fischer2018-06-072-9/+12
* 9p: local: Avoid warning if FS_IOC_GETVERSION is not definedKeno Fischer2018-06-071-17/+23
* 9p: xattr: Fix crashes due to free of uninitialized valueKeno Fischer2018-06-071-2/+2
* 9p: Move a couple xattr functions to 9p-utilKeno Fischer2018-06-073-33/+37
* 9p: local: Properly set errp in fstatfs error pathKeno Fischer2018-06-071-0/+2
* 9p: proxy: Fix size passed to `connect`Keno Fischer2018-06-071-3/+2Star
* vfio/pci: Default display option to "off"Alex Williamson2018-06-051-1/+1
* vfio/quirks: Enable ioeventfd quirks to be handled by vfio directlyAlex Williamson2018-06-054-8/+51
* vfio/quirks: ioeventfd quirk accelerationAlex Williamson2018-06-054-2/+183
* vfio/quirks: Add quirk reset callbackAlex Williamson2018-06-053-0/+19
* vfio/quirks: Add common quirk alloc helperAlex Williamson2018-06-051-27/+21Star
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180604-pull-request' ...Peter Maydell2018-06-042-17/+20
|\
| * vga: cleanup surface handlingGerd Hoffmann2018-06-041-17/+19
| * bochs-display: add missing breakGerd Hoffmann2018-06-041-0/+1
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell2018-06-043-0/+6
|\ \
| * | migration: introduce decompress-error-checkXiao Guangrong2018-06-043-0/+6
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-0433-59/+318
|\ \
| * | vhost-blk: turn on pre-defined RO feature bitChangpeng Liu2018-06-011-4/+1Star
| * | nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler2018-06-012-4/+72
| * | usb: use local path for local headersMichael S. Tsirkin2018-06-0113-13/+13
| * | sd: fix up includeMichael S. Tsirkin2018-06-011-1/+1
| * | vhost-scsi: drop an unused includeMichael S. Tsirkin2018-06-011-1/+0Star
| * | ppc: use local path for local headersMichael S. Tsirkin2018-06-012-3/+3
| * | rocker: drop an unused includeMichael S. Tsirkin2018-06-011-1/+0Star
| * | e1000e: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
| * | ioapic: fix up includesMichael S. Tsirkin2018-06-011-2/+1Star
| * | ide: use local path for local headersMichael S. Tsirkin2018-06-013-3/+3
| * | display: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
| * | hppa: use local path for local headersMichael S. Tsirkin2018-06-012-2/+2
| * | vhost-user: support registering external host notifiersTiwei Bie2018-05-241-0/+113
| * | vhost-user: introduce shared vhost-user stateTiwei Bie2018-05-245-12/+73
| * | vhost-user: allow slave to send fds via slave channelTiwei Bie2018-05-241-10/+17
| * | vhost: allow backends to filter memory sectionsTiwei Bie2018-05-242-2/+18
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-01105-248/+165Star
|\ \ \ | |_|/ |/| |
| * | hw: make virtio devices configurable via default-configs/Paolo Bonzini2018-06-018-21/+23
| * | hw: allow compiling out SCSIPaolo Bonzini2018-06-011-1/+1
| * | qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé2018-06-011-28/+0Star
| * | qdev: Simplify the SysBusDeviceClass::init pathPhilippe Mathieu-Daudé2018-06-011-4/+8
| * | hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-019-62/+36Star
| * | hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé2018-06-012-12/+2Star
| * | ipmi: Use proper struct reference for KCS vmstateCorey Minyard2018-06-011-15/+66
| * | hw/isa/superio: Fix inconsistent use of Chardev->bePhilippe Mathieu-Daudé2018-06-011-2/+2
| * | memory: get rid of memory_region_init_reservationPaolo Bonzini2018-06-013-4/+4
| * | virtio: free MemoryRegionCache when initialization failsPaolo Bonzini2018-06-011-15/+18
| * | hw/ide: Remove unused includePhilippe Mathieu-Daudé2018-06-011-1/+0Star
| * | hw/i386/pc: Remove unused includePhilippe Mathieu-Daudé2018-06-011-1/+0Star
| * | hw/hppa: Remove unused includePhilippe Mathieu-Daudé2018-06-011-1/+0Star