aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-12-22smbus: do not immediately complete commandsHervé Poussineau1-1/+15
2017-12-22dump-guest-memory.py: fix "You can't do that without a process to debug"Marc-André Lureau1-0/+3
2017-12-22virtio-pci: Don't force Subsystem Vendor ID = Vendor IDLadi Prosek1-3/+5
2017-12-22intel_iommu: fix error param in stringPeter Xu1-1/+1
2017-12-22intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAXPeter Xu1-5/+5
2017-12-21hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridgePhilippe Mathieu-Daudé1-11/+10
2017-12-21hw/pci-host/piix: QOM'ify the IGD Passthrough host bridgePhilippe Mathieu-Daudé1-25/+20
2017-12-19virtio_error: don't invoke status callbacksMichael S. Tsirkin1-1/+1
2017-12-05pci: Eliminate pci_find_primary_bus()David Gibson2-22/+2
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson19-89/+96
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson5-7/+7
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson19-99/+103
2017-12-05vmgenid: use UUID property typeRoman Kagan1-22/+8
2017-12-05qdev-properties: add UUID property typeRoman Kagan1-0/+61
2017-12-05smbios: support setting OEM strings tableDaniel P. Berrange2-0/+84
2017-12-05vhost-scsi: add missing virtqueue_size parameterEric Farman1-0/+2
2017-12-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-6/+33
2017-12-04spapr: Include "pre-plugged" DIMMS in ram size calculation at resetDavid Gibson1-1/+4
2017-12-01pc: fix crash on attempted cpu unplugIgor Mammedov1-0/+5
2017-12-01virtio: check VirtQueue Vring object is setPrasad J Pandit1-3/+11
2017-12-01vhost: fix error check in vhost_verify_ring_mappings()Greg Kurz1-3/+3
2017-12-01vhost: restore avail index from vring used index on disconnectionMaxime Coquelin1-0/+4
2017-12-01virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin1-0/+10
2017-11-30pseries: fix TCG migrationLaurent Vivier1-1/+1
2017-11-28virtio-net: don't touch virtqueue if vm is stoppedJason Wang1-1/+2
2017-11-27target/ppc: Move setting of patb_entry on hash table initSuraj Jitindar Singh1-2/+2
2017-11-24hw/arm/virt: Add 2.11 machine typeEric Auger1-2/+17
2017-11-24s390/kvm_virtio/linux-headers: remove traces of old virtio transportChristian Borntraeger1-2/+4
2017-11-22spapr: Implement bug in spapr-vty device to be compatible with PowerVMDavid Gibson1-0/+18
2017-11-22hw/ppc/spapr: Fix virtio-scsi bootindex handling for LUNs >= 256Thomas Huth1-0/+4
2017-11-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171120'...Peter Maydell5-5/+20
2017-11-20Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171120' int...Peter Maydell2-29/+42
2017-11-20hw/arm: Silence xlnx-ep108 deprecation warning during testsThomas Huth1-2/+5
2017-11-20hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley3-2/+14
2017-11-20nvic: Fix ARMv7M MPU_RBAR readsPeter Maydell1-1/+1
2017-11-20hw/net/vmxnet3: Fix code to work on big endian hosts, tooThomas Huth3-101/+181
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk4-4/+5
2017-11-20hw/net/eepro100: Fix endianness problem on big endian hostsThomas Huth1-2/+2
2017-11-20Revert "Add new PCI ID for i82559a"Jason Wang1-13/+0
2017-11-20spapr: reset DRCs after devicesGreg Kurz2-7/+21
2017-11-20target/ppc: Update setting of cpu features to account for compat modesSuraj Jitindar Singh1-22/+21
2017-11-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-9/+100
2017-11-16build-sys: restrict vmcoreinfo to fw_cfg+dma capable targetsMarc-André Lureau1-1/+1
2017-11-16vmcoreinfo: put it in the 'misc' device categoryMarc-André Lureau1-0/+1
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang3-0/+3
2017-11-16hw/pcie-pci-bridge: restrict to X86 and ARMMarcel Apfelbaum1-2/+2
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum3-5/+91
2017-11-16pci: Initialize pci_dev->name before useAlexey Kardashevskiy1-1/+1
2017-11-16fix: unrealize virtio device if we fail to hotplug itlinzhecheng1-0/+1
2017-11-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-17/+15