summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int...Peter Maydell2017-07-113-100/+79Star
|\
| * spapr: populate device tree depending on XIVE_EXPLOIT optionCédric Le Goater2017-07-111-4/+6
| * spapr: introduce the XIVE_EXPLOIT option in CASCédric Le Goater2017-07-111-6/+7
| * spapr: Only report host/guest IOMMU page size mismatches on KVMDavid Gibson2017-07-111-1/+2
| * spapr: fix memory hotplug error pathGreg Kurz2017-07-111-4/+22
| * spapr: Use unplug_request for PCI hot unplugDavid Gibson2017-07-111-6/+7
| * spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson2017-07-113-15/+6Star
| * spapr: Add DRC release methodDavid Gibson2017-07-111-16/+6Star
| * spapr: Uniform DRC reset pathsDavid Gibson2017-07-112-30/+7Star
| * spapr: Leave DR-indicator management to the guestDavid Gibson2017-07-111-4/+2Star
| * spapr: fix migration to pseries machine < 2.8Laurent Vivier2017-07-111-14/+14
| * spapr: fix bogus function name in commentGreg Kurz2017-07-111-1/+1
| * spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz2017-07-111-2/+2
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170710.0' ...Peter Maydell2017-07-113-4/+22
|\ \
| * | vfio/pci: Fixup v0 PCIe capabilitiesAlex Williamson2017-07-101-0/+12
| * | vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson2017-07-103-4/+10
| |/
* | migration: Rename cleanup() to save_cleanup()Juan Quintela2017-07-101-2/+2
* | migration: Rename save_live_setup() to save_setup()Juan Quintela2017-07-101-1/+1
|/
* xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman2017-07-071-1/+1
* xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall2017-07-071-0/+11
* xenfb: remove xen_init_display "temporary" hackStefano Stabellini2017-07-072-66/+18Star
* Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...Peter Maydell2017-07-068-240/+376
|\
| * hw/s390x/ipl: Fix endianness problem with netboot_start_addrThomas Huth2017-07-051-1/+1
| * virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao2017-07-051-1/+1
| * s390x: fix realize inheritance for kvm-flicHalil Pasic2017-07-052-2/+19
| * s390x: fix error propagation in kvm-flic's realizeHalil Pasic2017-07-051-2/+10
| * s390x/3270: fix instruction interception handlerDong Jia Shi2017-07-051-0/+1
| * s390x: vmstatify config migration for virtio-ccwHalil Pasic2017-07-055-234/+344
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-065-5/+7
|\ \ | |/ |/|
| * vapic: use tcg_enabledPaolo Bonzini2017-07-041-2/+3
| * virtio-scsi: finalize IOMMU supportJason Wang2017-07-041-1/+2
| * hw/misc/edu: Compile the edu device as common objectThomas Huth2017-07-041-1/+1
| * include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth2017-07-041-1/+0Star
| * Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth2017-07-041-0/+1
* | Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next.for-upstre...Peter Maydell2017-07-041-0/+3
|\ \ | |/ |/|
| * xilinx-dp: Add support for the yuy2 video formatEdgar E. Iglesias2017-07-041-0/+3
* | virtio-net: fix tx queue size for !vhost-userMichael S. Tsirkin2017-07-031-8/+20
* | vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin2017-07-031-0/+1
* | vhost: ensure vhost_ops are set before calling iotlb callbackMaxime Coquelin2017-07-031-2/+8
* | intel_iommu: fix migration breakage on mr switchPeter Xu2017-07-031-0/+15
* | hw/acpi: remove dead acpi codeAleksandr Bezzubikov2017-07-031-10/+0Star
* | fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()Mark Cave-Ayland2017-07-031-9/+7Star
* | fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()Mark Cave-Ayland2017-07-031-8/+8
* | i386/kvm/pci-assign: Use errp directly rather than local_errMao Zhongyi2017-07-031-15/+7Star
* | i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()Mao Zhongyi2017-07-031-12/+6Star
* | pci: Convert shpc_init() to ErrorMao Zhongyi2017-07-033-20/+16Star
* | pci: Convert to realizeMao Zhongyi2017-07-036-48/+52
* | pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-036-31/+15Star
* | pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-0311-41/+92
* | pci: Fix the wrong assertion.Mao Zhongyi2017-07-034-4/+4