summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* ppc: Clean up includesPeter Maydell2016-01-2927-4/+27
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2016-01-221-2/+2
* qom: Change object property iterator API contractDaniel P. Berrange2016-01-181-4/+3Star
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-01-131-1/+2
* spapr: Use error_reportf_err()Markus Armbruster2016-01-131-3/+4
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2016-01-131-2/+2
* error: Use error_report_err() where appropriate (again)Markus Armbruster2016-01-131-4/+2Star
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2016-01-133-16/+22
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2016-01-131-1/+2
* hw/ppc/spapr: fix spapr->kvm_type leakDavid Gibson2016-01-111-0/+8
* spapr vio: fix to incomplete QOMifyCao jin2016-01-111-7/+5Star
* hw/ppc/spapr: Use XHCI as host controller for new spapr machinesThomas Huth2016-01-111-1/+8
* pseries: Add pseries-2.6 machine typeDavid Gibson2016-01-111-2/+20
* pseries: Improve setting of default machine versionDavid Gibson2016-01-111-10/+10
* pseries: Restructure class_options functionsDavid Gibson2016-01-111-4/+17
* pseries: DEFINE_SPAPR_MACHINEDavid Gibson2016-01-111-70/+49Star
* pseries: Use SET_MACHINE_COMPATDavid Gibson2016-01-111-20/+4Star
* pseries: Remove versions from mc->descDavid Gibson2016-01-111-5/+1Star
* pseries: Remove redundant calls to spapr_machine_initfn()David Gibson2016-01-111-3/+0Star
* pseries: Rearrange versioned machine type codeDavid Gibson2016-01-111-82/+98
* pseries: Remove redundant setting of mc->name for pseries-2.5 machineDavid Gibson2016-01-111-1/+0Star
* spapr: Add /system-idAlexey Kardashevskiy2016-01-111-0/+3
* hw/ppc/spapr_rtc: Remove bad class_size valueThomas Huth2016-01-111-1/+0Star
* 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/+8Star
* hw/ppc/spapr: Remove duplicated "pseries" aliasThomas Huth2015-11-301-2/+0Star
* 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/+3Star
* 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