aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov
2017-10-17ppc: spapr: define core types staticallyIgor Mammedov
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov
2017-10-17ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov
2017-10-17ppc: 40p/prep: replace cpu_model with cpu_typeIgor Mammedov
2017-10-17ppc: virtex-ml507: replace cpu_model with cpu_typeIgor Mammedov
2017-10-17ppc: replace cpu_model with cpu_type on ref405ep,taihu boardsIgor Mammedov
2017-10-17ppc: bamboo: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: mac_oldworld: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: mac_newworld: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: mpc8544ds/e500plat: use generic cpu_model parsingIgor Mammedov
2017-10-17hw/ppc/spapr.c: abort unplug_request if previous unplug isn't doneDaniel Henrique Barboza
2017-10-17target/ppc: Add POWER9 DD2.0 model informationDavid Gibson
2017-10-17spapr: sanity check size of the CAS bufferGreg Kurz
2017-10-17spapr: fix OF word name in commentGreg Kurz
2017-10-17hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")Greg Kurz
2017-10-17macio: add missing registers to VMStateDescriptionMark Cave-Ayland
2017-10-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-10-15pc: remove useless hot_add_cpu initialisationLaurent Vivier
2017-10-15isapc: Remove unnecessary migration compatibility codeEduardo Habkost
2017-10-15virtio-pci: Replace modern_as with direct access to modern_barAlexey Kardashevskiy
2017-10-15virtio: fix descriptor counting in virtqueue_popWolfgang Bumiller
2017-10-15hw/gen_pcie_root_port: make IO RO 0 on IO disabledMarcel Apfelbaum
2017-10-15pci: Validate interfaces on base_class_initEduardo Habkost
2017-10-15xen/pt: Mark TYPE_XEN_PT_DEVICE as hybridEduardo Habkost
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost
2017-10-15PCI: PCIe access should always be little endianMatt Redfearn
2017-10-15virtio/pci/migration: Convert to VMStateDr. David Alan Gilbert
2017-10-15hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability caseAleksandr Bezzubikov
2017-10-15pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland
2017-10-15virtio/vhost: reset dev->log after syncingFelipe Franciosi
2017-10-15hw/misc: add vmcoreinfo deviceMarc-André Lureau
2017-10-15fw_cfg: add write callbackMarc-André Lureau
2017-10-15pci: Set err to errp directly rather than through error_propagate()Mao Zhongyi
2017-10-15xio3130_downstream: Report error if pcie_chassis_add_slot() failedEduardo Habkost
2017-10-13tpm: Added support for TPM emulatorAmarnath Valluri
2017-10-13tpm-passthrough: move reusable code to utilsAmarnath Valluri
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri
2017-10-13tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri
2017-10-13tpm-backend: Made few interface methods optionalAmarnath Valluri
2017-10-13tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri
2017-10-13tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri
2017-10-13tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri
2017-10-13tpm: Use EMSGSIZE instead of EBADMSG to compile on OpenBSDStefan Berger
2017-10-12nvic: Fix miscalculation of offsets into ITNS arrayPeter Maydell
2017-10-12nvic: Add missing 'break'Peter Maydell