summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | vhost: fix cleanup on not fully initialized deviceMarc-André Lureau2016-07-281-3/+6
| * | vhost: assert the log was cleaned upMarc-André Lureau2016-07-281-0/+1
| * | vhost: make vhost_log_put() idempotentMarc-André Lureau2016-07-281-5/+2Star
| * | vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau2016-07-281-9/+7Star
| * | misc: indentationMarc-André Lureau2016-07-281-1/+1
| * | virtio: check vring descriptor buffer lengthPrasad J Pandit2016-07-281-0/+5
| * | hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum2016-07-284-26/+37
| * | apb: convert init to realizeWei Jiangang2016-07-281-3/+2Star
| * | hw/pci-bridge: Convert pxb initialization functions to ErrorWei Jiangang2016-07-281-27/+25Star
| * | hw/apci: handle 64-bit MMIO regions correctlyMarcel Apfelbaum2016-07-281-9/+45
| * | acpi: refactor pxb crs computationMarcel Apfelbaum2016-07-281-31/+50
| * | hw/acpi: fix a DSDT table issue when a pxb is present.Marcel Apfelbaum2016-07-281-0/+4
| * | hw/pxb: declare pxb devices as not hot-pluggableMarcel Apfelbaum2016-07-281-0/+2
| * | hw/pcie-root-port: Fix PCIe root port initializationMarcel Apfelbaum2016-07-281-0/+1
| * | pcie: fix link active status bit migrationMichael S. Tsirkin2016-07-282-6/+20
* | | ide: fix halted IO segfault at resetJohn Snow2016-07-281-0/+1
| |/ |/|
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2016-07-274-37/+16Star
|\ \
| * | qdev: ignore GlobalProperty.errp for hotplugged devicesGreg Kurz2016-07-271-2/+2
| * | machine: Add comment to abort path in machine_set_kernel_irqchipGreg Kurz2016-07-271-0/+3
| * | Revert "pc: Enforce adding CPUs contiguously and removing them in opposite or...Igor Mammedov2016-07-261-34/+0Star
| * | pc: Init CPUState->cpu_index with index in possible_cpus[]Igor Mammedov2016-07-261-0/+4
| * | qdev: Fix object reference leak in case device.realize() failsIgor Mammedov2016-07-261-1/+7
* | | virtio: error out if guest exceeds virtqueue sizeStefan Hajnoczi2016-07-271-0/+5
|/ /
* | spapr: disintricate core-id from DT semanticsGreg Kurz2016-07-252-18/+16Star
* | spapr: fix spapr-nvram migrationlvivier@redhat.com2016-07-251-8/+15
* | hw/ppc/spapr: Make sure to close the htab_fd when migration is canceledThomas Huth2016-07-251-1/+8
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-2130-318/+941
|\
| * intel_iommu: avoid unnamed fieldsMichael S. Tsirkin2016-07-211-21/+21
| * virtio-gpu: Wrap in vmstateDr. David Alan Gilbert2016-07-211-10/+7Star
| * virtio-gpu: Use migrate_add_blocker for virgl migration blockingDr. David Alan Gilbert2016-07-211-6/+13
| * virtio-input: Wrap in vmstateDr. David Alan Gilbert2016-07-211-20/+6Star
| * 9pfs: Wrap in vmstateDr. David Alan Gilbert2016-07-211-9/+5Star
| * virtio-serial: Wrap in vmstateDr. David Alan Gilbert2016-07-211-21/+6Star
| * virtio-net: Wrap in vmstateDr. David Alan Gilbert2016-07-211-10/+7Star
| * virtio-balloon: Wrap in vmstateDr. David Alan Gilbert2016-07-211-14/+5Star
| * virtio-rng: Wrap in vmstateDr. David Alan Gilbert2016-07-211-15/+5Star
| * virtio-blk: Wrap in vmstateDr. David Alan Gilbert2016-07-211-10/+6Star
| * virtio-scsi: Wrap in vmstateDr. David Alan Gilbert2016-07-211-15/+6Star
| * virtio: Migration helper function and macroDr. David Alan Gilbert2016-07-211-0/+6
| * virtio-serial: Remove old migration version supportDr. David Alan Gilbert2016-07-211-22/+15Star
| * virtio-net: Remove old migration version supportDr. David Alan Gilbert2016-07-211-53/+34Star
| * virtio-scsi: Replace HandleOutput typedefFam Zheng2016-07-211-2/+3
| * virtio-scsi: Call virtio_add_queue_aioFam Zheng2016-07-211-6/+3Star
| * virtio-blk: Call virtio_add_queue_aioFam Zheng2016-07-211-1/+1
| * virtio: Introduce virtio_add_queue_aioFam Zheng2016-07-211-4/+34
| * virtio: Add typedef for handle_outputFam Zheng2016-07-211-5/+4Star
| * intel_iommu: disallow kernel-irqchip=on with IRPeter Xu2016-07-211-0/+11
| * intel_iommu: support all masks in interrupt entry cache invalidationRadim Krčmář2016-07-212-1/+2
| * kvm-irqchip: do explicit commit when update irqPeter Xu2016-07-214-0/+5
| * kvm-irqchip: x86: add msi route notify fnPeter Xu2016-07-211-0/+15