summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-07-14char: add backend hotswap handlerAnton Nefedov34-35/+37
2017-07-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2-1/+7
2017-07-13Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170711' into stagingPeter Maydell1-2/+3
2017-07-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711'...Peter Maydell5-9/+306
2017-07-11Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.10-20170711' int...Peter Maydell3-100/+79
2017-07-11mips/malta: load the initrd at the end of the low memoryAurelien Jarno1-2/+3
2017-07-11Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20170710.0' ...Peter Maydell3-4/+22
2017-07-11ARM: KVM: Enable in-kernel timers with user space gicAlexander Graf1-0/+7
2017-07-11aspeed: Register all watchdogsJoel Stanley1-8/+17
2017-07-11hw/misc: Add Exynos4210 Pseudo Random Number GeneratorKrzysztof Kozlowski3-1/+282
2017-07-11hw/core: fix missing return value in load_image_targphys_as()Philippe Mathieu-Daudé1-1/+3
2017-07-11elf-loader: warn about invalid endiannessPhilippe Mathieu-Daudé1-0/+1
2017-07-11hw/pci: define msi_nonbroken in pci-stubPhilippe Mathieu-Daudé1-0/+3
2017-07-11spapr: populate device tree depending on XIVE_EXPLOIT optionCédric Le Goater1-4/+6
2017-07-11spapr: introduce the XIVE_EXPLOIT option in CASCédric Le Goater1-6/+7
2017-07-11spapr: Only report host/guest IOMMU page size mismatches on KVMDavid Gibson1-1/+2
2017-07-11spapr: fix memory hotplug error pathGreg Kurz1-4/+22
2017-07-11spapr: Use unplug_request for PCI hot unplugDavid Gibson1-6/+7
2017-07-11spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson3-15/+6
2017-07-11spapr: Add DRC release methodDavid Gibson1-16/+6
2017-07-11spapr: Uniform DRC reset pathsDavid Gibson2-30/+7
2017-07-11spapr: Leave DR-indicator management to the guestDavid Gibson1-4/+2
2017-07-11spapr: fix migration to pseries machine < 2.8Laurent Vivier1-14/+14
2017-07-11spapr: fix bogus function name in commentGreg Kurz1-1/+1
2017-07-11spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz1-2/+2
2017-07-10migration: Rename cleanup() to save_cleanup()Juan Quintela1-2/+2
2017-07-10migration: Rename save_live_setup() to save_setup()Juan Quintela1-1/+1
2017-07-10vfio/pci: Fixup v0 PCIe capabilitiesAlex Williamson1-0/+12
2017-07-10vfio: Test realized when using VFIOGroup.device_list iteratorAlex Williamson3-4/+10
2017-07-07xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman1-1/+1
2017-07-07xen-platform: Cleanup network infrastructure when emulated NICs are unpluggedRoss Lagerwall1-0/+11
2017-07-07xenfb: remove xen_init_display "temporary" hackStefano Stabellini2-66/+18
2017-07-06Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...Peter Maydell8-240/+376
2017-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-5/+7
2017-07-05hw/s390x/ipl: Fix endianness problem with netboot_start_addrThomas Huth1-1/+1
2017-07-05virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao1-1/+1
2017-07-05s390x: fix realize inheritance for kvm-flicHalil Pasic2-2/+19
2017-07-05s390x: fix error propagation in kvm-flic's realizeHalil Pasic1-2/+10
2017-07-05s390x/3270: fix instruction interception handlerDong Jia Shi1-0/+1
2017-07-05s390x: vmstatify config migration for virtio-ccwHalil Pasic5-234/+344
2017-07-04vapic: use tcg_enabledPaolo Bonzini1-2/+3
2017-07-04virtio-scsi: finalize IOMMU supportJason Wang1-1/+2
2017-07-04hw/misc/edu: Compile the edu device as common objectThomas Huth1-1/+1
2017-07-04include/exec/poison: Mark CONFIG_KVM as poisoned, tooThomas Huth1-1/+0
2017-07-04Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth1-0/+1
2017-07-04Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next.for-upstre...Peter Maydell1-0/+3
2017-07-04xilinx-dp: Add support for the yuy2 video formatEdgar E. Iglesias1-0/+3
2017-07-03virtio-net: fix tx queue size for !vhost-userMichael S. Tsirkin1-8/+20
2017-07-03vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin1-0/+1
2017-07-03vhost: ensure vhost_ops are set before calling iotlb callbackMaxime Coquelin1-2/+8