summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-10-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell91-149/+603
2017-10-15pc: remove useless hot_add_cpu initialisationLaurent Vivier2-3/+0
2017-10-15isapc: Remove unnecessary migration compatibility codeEduardo Habkost1-2/+0
2017-10-15virtio-pci: Replace modern_as with direct access to modern_barAlexey Kardashevskiy2-38/+54
2017-10-15virtio: fix descriptor counting in virtqueue_popWolfgang Bumiller1-3/+3
2017-10-15hw/gen_pcie_root_port: make IO RO 0 on IO disabledMarcel Apfelbaum1-0/+7
2017-10-15pci: Validate interfaces on base_class_initEduardo Habkost1-0/+12
2017-10-15xen/pt: Mark TYPE_XEN_PT_DEVICE as hybridEduardo Habkost1-0/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost64-0/+296
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost8-0/+31
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost5-0/+22
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost1-0/+12
2017-10-15PCI: PCIe access should always be little endianMatt Redfearn1-1/+1
2017-10-15virtio/pci/migration: Convert to VMStateDr. David Alan Gilbert1-81/+27
2017-10-15hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability caseAleksandr Bezzubikov1-6/+18
2017-10-15pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland1-1/+2
2017-10-15virtio/vhost: reset dev->log after syncingFelipe Franciosi1-2/+3
2017-10-15hw/misc: add vmcoreinfo deviceMarc-André Lureau2-0/+97
2017-10-15fw_cfg: add write callbackMarc-André Lureau5-9/+15
2017-10-15pci: Set err to errp directly rather than through error_propagate()Mao Zhongyi1-3/+1
2017-10-15xio3130_downstream: Report error if pcie_chassis_add_slot() failedEduardo Habkost1-0/+1
2017-10-13tpm: Added support for TPM emulatorAmarnath Valluri3-0/+834
2017-10-13tpm-passthrough: move reusable code to utilsAmarnath Valluri3-59/+34
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri2-14/+12
2017-10-13tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri1-19/+32
2017-10-13tpm-backend: Made few interface methods optionalAmarnath Valluri1-35/+1
2017-10-13tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri1-19/+12
2017-10-13tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri1-50/+8
2017-10-13tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri1-4/+0
2017-10-13tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSDStefan Berger1-5/+5
2017-10-12nvic: Fix miscalculation of offsets into ITNS arrayPeter Maydell1-2/+2
2017-10-12nvic: Add missing 'break'Peter Maydell1-0/+1
2017-10-12watchdog/aspeed: fix variable type to store reload valueCédric Le Goater1-2/+2
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis1-0/+32
2017-10-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-4/+0
2017-10-06nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bitPeter Maydell1-0/+1
2017-10-06nvic: Implement Security Attribution Unit registersPeter Maydell1-0/+116
2017-10-06target/arm: Add new-in-v8M SFSR and SFARPeter Maydell1-0/+34
2017-10-06target/arm: Prepare for CONTROL.SPSEL being nonzero in Handler modePeter Maydell1-1/+1
2017-10-06nvic: Clear the vector arrays and prigroup on resetPeter Maydell1-0/+5
2017-10-06hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = falseThomas Huth1-0/+2
2017-10-06hw/sd: fix out-of-bounds check for multi block readsMichael Olbrich1-6/+6
2017-10-06hw/block/onenand: Remove dead code blockThomas Huth1-4/+0
2017-10-06hw/s390x: Mark the "sclpquiesce" device with user_creatable = falseThomas Huth1-1/+6
2017-10-06s390x/sclp: mark sclp-cpu-hotplug as non-usercreatableCornelia Huck1-0/+6
2017-10-06s390x/sclp: Mark the sclp device with user_creatable = falseThomas Huth1-0/+5
2017-10-06s390/kvm: make TOD setting failures fatal for migrationCollin L. Walling1-5/+2
2017-10-06s390x/css: fix css migration compat handlingHalil Pasic1-3/+3
2017-10-06s390x: sort some devices into categoriesCornelia Huck3-0/+3
2017-10-06s390x: introduce and use S390_MAX_CPUSDavid Hildenbrand1-1/+1