summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-07-03intel_iommu: fix migration breakage on mr switchPeter Xu1-0/+15
2017-07-03hw/acpi: remove dead acpi codeAleksandr Bezzubikov1-10/+0
2017-07-03fw_cfg: move setting of FW_CFG_VERSION_DMA bit to fw_cfg_init1()Mark Cave-Ayland1-9/+7
2017-07-03fw_cfg: don't map the fw_cfg IO ports in fw_cfg_io_realize()Mark Cave-Ayland1-8/+8
2017-07-03i386/kvm/pci-assign: Use errp directly rather than local_errMao Zhongyi1-15/+7
2017-07-03i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()Mao Zhongyi1-12/+6
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi3-20/+16
2017-07-03pci: Convert to realizeMao Zhongyi6-48/+52
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi6-31/+15
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi11-41/+92
2017-07-03pci: Fix the wrong assertion.Mao Zhongyi4-4/+4
2017-07-03pci: Add comment for pci_add_capability2()Mao Zhongyi1-0/+6
2017-07-03pci: Clean up error checking in pci_add_capability()Mao Zhongyi1-5/+1
2017-07-03intel_iommu: relax iq tail check on VTD_GCMD_QIE enableLadi Prosek2-15/+20
2017-07-03hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge deviceThomas Huth1-0/+2
2017-07-03virtio-net: enable configurable tx queue sizeWei Wang1-2/+30
2017-06-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-11/+13
2017-06-30virtio-pci: use ioeventfd even when KVM is disabledStefan Hajnoczi1-1/+1
2017-06-30spapr: Clean up DRC set_isolation_state() pathDavid Gibson1-42/+103
2017-06-30spapr: Clean up DRC set_allocation_state pathDavid Gibson1-28/+45
2017-06-30spapr: Make DRC reset force DRC into known stateDavid Gibson2-34/+16
2017-06-30spapr: Split DRC release from DRC detachDavid Gibson1-22/+27
2017-06-30spapr: Eliminate DRC 'signalled' state variableDavid Gibson2-54/+1
2017-06-30spapr: Start hotplugged PCI devices in ISOLATED stateDavid Gibson1-10/+0
2017-06-30target-ppc: Enable open-pic timers to count and generate interruptsAaron Larson1-6/+111
2017-06-30hw/ppc/spapr.c: consecutive 'spapr->patb_entry = 0' statementsDaniel Henrique Barboza1-1/+0
2017-06-30spapr: prevent QEMU crash when CPU realization failsBharata B Rao1-3/+4
2017-06-30spapr: fix migration of ICPState objects from/to older QEMUGreg Kurz1-2/+86
2017-06-30xics: directly register ICPState objects to vmstateGreg Kurz1-1/+4
2017-06-30spapr: Fix migration of Radix guestsBharata B Rao1-0/+12
2017-06-30spapr: Add a "no HPT" encoding to HTAB migration streamBharata B Rao1-4/+25
2017-06-30ppc: Rework CPU compatibility testing across migrationDavid Gibson1-1/+6
2017-06-30pseries: Reset CPU compatibility modeDavid Gibson2-10/+2
2017-06-30pseries: Move CPU compatibility property to machineDavid Gibson3-7/+62
2017-06-30hw/ppc/prep: Remove superfluous call to soundhw_init()Thomas Huth1-4/+0
2017-06-29Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell6-49/+155
2017-06-29virtio-blk: trace vdev so devices can be distinguishedStefan Hajnoczi2-10/+12
2017-06-299pfs: handle transport errors in pdu_complete()Greg Kurz1-8/+15
2017-06-29xen-9pfs: disconnect if buffers are misconfiguredStefano Stabellini1-21/+64
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz4-7/+40
2017-06-29virtio-9p: message header is 7-byte longGreg Kurz2-5/+8
2017-06-29virtio-9p: record element after sanity checksGreg Kurz1-1/+2
2017-06-299pfs: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2017-06-299pfs: local: Add support for custom fmode/dmode in 9ps mapped security modesTobias Schramm2-4/+24
2017-06-299pfs: local: remove: use correct path componentBruce Rogers1-1/+1