aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-09-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell16-74/+410
2017-09-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170908' int...Peter Maydell16-609/+727
2017-09-08fw_cfg: rename read callbackMarc-André Lureau2-15/+17
2017-09-08pci: add reserved slot check to do_pci_register_device()Mark Cave-Ayland1-3/+15
2017-09-08pci: move check for existing devfn into new pci_bus_devfn_available() helperMark Cave-Ayland1-2/+8
2017-09-08vmgenid: replace x-write-pointer-available hackMarc-André Lureau2-8/+11
2017-09-08acpi/vmgenid: change device category to miscYoni Bettan1-0/+1
2017-09-08intel_iommu: fix missing BQL in pt fast pathPeter Xu1-0/+15
2017-09-08hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root PortAleksandr Bezzubikov1-0/+36
2017-09-08hw/pci: introduce bridge-only vendor-specific capability to provide some hint...Aleksandr Bezzubikov1-0/+46
2017-09-08hw/pci: introduce pcie-pci-bridge deviceAleksandr Bezzubikov2-1/+193
2017-09-08Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"Anthony PERARD1-8/+3
2017-09-08hw/acpi: Move acpi_set_pci_info to pcihpAnthony PERARD2-32/+38
2017-09-08hw/acpi: Limit hotplug to root bus on legacy modeAnthony PERARD1-1/+1
2017-09-08pc: add 2.11 machine typesMarcel Apfelbaum2-5/+23
2017-09-08vhost: Release memory references on cleanupAlex Williamson1-0/+4
2017-09-08e1000: Rename the SEC symbol to SEQECKamil Rytarowski4-5/+5
2017-09-08net: rtl8139: do not use old_mmio accessesMatt Parker1-50/+3
2017-09-08net/rocker: Fix the unusual macro nameMao Zhongyi1-9/+9
2017-09-08net/rocker: Convert to realize()Mao Zhongyi1-16/+11
2017-09-08net/rocker: Plug memory leak in pci_rocker_init()Mao Zhongyi1-1/+3
2017-09-08net/rocker: Remove the dead error handlingMao Zhongyi5-87/+6
2017-09-08ppc: spapr: Move VCPU ID calculation into sPAPRSam Bobroff1-0/+11
2017-09-08ppc: make cpu_model translation to type consistentIgor Mammedov1-12/+12
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff1-0/+75
2017-09-08spapr: fallback to raw mode if best compat mode cannot be set during CASGreg Kurz1-4/+14
2017-09-08hw/nvram/spapr_nvram: Device can not be created by the usersThomas Huth1-0/+2
2017-09-08hw/ppc/spapr_cpu_core: Add a proper check for spapr machineThomas Huth1-0/+5
2017-09-08ppc4xx: Export ECB and PLB emulationBALATON Zoltan2-2/+5
2017-09-08ppc4xx_i2c: Move to hw/i2cBALATON Zoltan3-1/+2
2017-09-08ppc4xx_i2c: QOMifyBALATON Zoltan3-109/+52
2017-09-08ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own fileBALATON Zoltan4-242/+275
2017-09-08ppc4xx: Make MAL emulation more genericBALATON Zoltan2-105/+68
2017-09-08ppc4xx: Move MAL from ppc405_uc to ppc4xx_devsBALATON Zoltan2-263/+264
2017-09-08spapr_iommu: Realloc guest visible TCE table when hot(un)plugging vfio-pciAlexey Kardashevskiy1-21/+14
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff4-32/+37
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff4-16/+16
2017-09-08e500: Use cpu_index instead of vcpu_dt_idSam Bobroff1-6/+2
2017-09-08spapr: add pseries-2.11 machine typeGreg Kurz1-2/+20
2017-09-08spapr_iommu: unregister vmstate at unrealize timeGreg Kurz1-0/+2
2017-09-08spapr_iommu: pass object ownership to parent/ownerMichael Roth1-0/+1
2017-09-08spapr_drc: pass object ownership to parent/ownerMichael Roth1-0/+1
2017-09-08spapr_drc: add unrealize method to physical DRC classGreg Kurz1-0/+16
2017-09-08spapr_pci: parent the MSI memory region to the PHBGreg Kurz1-1/+1
2017-09-08spapr_iommu: convert TCE table object to realize()Greg Kurz1-4/+2
2017-09-08spapr_drc: use g_strdup_printf() instead of snprintf()Greg Kurz1-6/+9
2017-09-08spapr_iommu: use g_strdup_printf() instead of snprintf()Greg Kurz1-5/+8
2017-09-08spapr_pci: use memory_region_add_subregion() with DMA windowsGreg Kurz1-2/+2
2017-09-08hw/ppc: CAS reset on early device hotplugDaniel Henrique Barboza2-2/+26
2017-09-08hw/ppc: clear pending_events on machine resetDaniel Henrique Barboza2-0/+12