summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* ppc: Clean up includesPeter Maydell2019-11-2927-4/+27
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2019-11-291-2/+2
* qom: Change object property iterator API contractDaniel P. Berrange2019-11-291-4/+3
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2019-11-291-1/+2
* spapr: Use error_reportf_err()Markus Armbruster2019-11-291-3/+4
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2019-11-291-2/+2
* error: Use error_report_err() where appropriate (again)Markus Armbruster2019-11-291-4/+2
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2019-11-293-16/+22
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2019-11-291-1/+2
* hw/ppc/spapr: fix spapr->kvm_type leakDavid Gibson2019-11-291-0/+8
* spapr vio: fix to incomplete QOMifyCao jin2019-11-291-7/+5
* hw/ppc/spapr: Use XHCI as host controller for new spapr machinesThomas Huth2019-11-291-1/+8
* pseries: Add pseries-2.6 machine typeDavid Gibson2019-11-291-2/+20
* pseries: Improve setting of default machine versionDavid Gibson2019-11-291-10/+10
* pseries: Restructure class_options functionsDavid Gibson2019-11-291-4/+17
* pseries: DEFINE_SPAPR_MACHINEDavid Gibson2019-11-291-70/+49
* pseries: Use SET_MACHINE_COMPATDavid Gibson2019-11-291-20/+4
* pseries: Remove versions from mc->descDavid Gibson2019-11-291-5/+1
* pseries: Remove redundant calls to spapr_machine_initfn()David Gibson2019-11-291-3/+0
* pseries: Rearrange versioned machine type codeDavid Gibson2019-11-291-82/+98
* pseries: Remove redundant setting of mc->name for pseries-2.5 machineDavid Gibson2019-11-291-1/+0
* spapr: Add /system-idAlexey Kardashevskiy2019-11-291-0/+3
* hw/ppc/spapr_rtc: Remove bad class_size valueThomas Huth2019-11-291-1/+0
* spapr_drc: Change value of property "fdt" from null back to {}Markus Armbruster2015-12-041-0/+5
* spapr_drc: Make device "spapr-dr-connector" unavailable with -deviceMarkus Armbruster2015-12-041-0/+4
* spapr_drc: Handle visitor errors properlyMarkus Armbruster2015-12-041-6/+26
* hw/ppc/ppc405_boards: Fix infinite recursion by converting taihu_cpld from ol...Peter Maydell2015-11-301-44/+8
* hw/ppc/spapr: Remove duplicated "pseries" aliasThomas Huth2015-11-301-2/+0
* Fix memory leak on errorStefano Dong (董兴水)2015-11-261-0/+1
* ppc: Convert spapr code to use object property iteratorsDaniel P. Berrange2015-11-181-1/+4
* cuda.c: add delay to setting of SR_INT bitMark Cave-Ayland2015-11-121-0/+3
* PPC: mac99: Always add USB controllerAlexander Graf2015-11-121-1/+2
* spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctlBharata B Rao2015-11-111-4/+16
* Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert2015-11-101-1/+1
* ppc/spapr: add 2.4 compat propsCornelia Huck2015-10-291-0/+9
* Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin2015-10-291-1/+1
* prep: do not use CPU_LOG_IOPORT, convert to tracepointsPaolo Bonzini2015-10-231-27/+3
* ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt2015-10-231-0/+31
* spapr_pci: Allow VFIO devices to work on the normal PCI host bridgeDavid Gibson2015-10-231-0/+6
* spapr_iommu: Provide a function to switch a TCE table to allowing VFIODavid Gibson2015-10-231-0/+32
* spapr_iommu: Rename vfio_accel parameterDavid Gibson2015-10-231-3/+3
* spapr_pci: Allow PCI host bridge DMA window to be configuredDavid Gibson2015-10-231-2/+5
* spapr: Add "slb-size" property to CPU device tree nodesThomas Huth2015-10-231-0/+1
* spapr: Abort when HTAB of requested size isn't allocatedBharata B Rao2015-10-231-0/+8
* spapr: Allocate HTAB from machine initBharata B Rao2015-10-231-7/+27
* ppc/spapr: Allow VIRTIO_VGABenjamin Herrenschmidt2015-10-201-0/+1
* s/cpu_get_real_ticks/cpu_get_host_ticks/Christopher Covington2015-10-081-2/+2
* memhp: extend address auto assignment to support gapsIgor Mammedov2015-10-021-1/+1
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-257-10/+10
* sPAPR: Enable EEH on VFIO PCI device onlyGavin Shan2015-09-231-1/+1
OpenPOWER on IntegriCloud