summary refs log tree commit diff stats
path: root/hw/ppc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2016-10-282-88/+75
* | pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2016-10-282-79/+69
* | pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2016-10-281-17/+3
* | pseries: Consolidate RTAS loadingDavid Gibson2016-10-282-33/+42
* | pseries: Move adding of fdt reserve map entriesDavid Gibson2016-10-281-8/+9
* | pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson2016-10-281-45/+36
* | pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson2016-10-281-7/+7
* | pseries: Split device tree construction from device tree loadDavid Gibson2016-10-282-20/+24
* | ppc/pnv: add a ISA busCédric Le Goater2016-10-281-0/+65
* | ppc/pnv: add a LPC controllerBenjamin Herrenschmidt2016-10-283-1/+480
* | ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater2016-10-282-0/+54
* | ppc/pnv: add XSCOM infrastructureCédric Le Goater2016-10-283-1/+301
* | ppc/pnv: add a PnvCore objectCédric Le Goater2016-10-283-2/+371
* | ppc/pnv: add a PIR handler to PnvChipCédric Le Goater2016-10-281-0/+30
* | ppc/pnv: add a core mask to PnvChipCédric Le Goater2016-10-281-1/+72
* | ppc/pnv: add a PnvChip objectCédric Le Goater2016-10-281-5/+208
* | ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt2016-10-282-0/+228
* | spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth2016-10-281-1/+7
|/
* Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov2016-10-241-1/+1
* spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2016-10-162-32/+95
* spapr_pci: Add a 64-bit MMIO windowDavid Gibson2016-10-162-16/+64
* spapr: Adjust placement of PCI host bridge to allow > 1TiB RAMDavid Gibson2016-10-161-2/+14
* spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson2016-10-162-14/+38
* ppc/xics: Make the ICSState a listBenjamin Herrenschmidt2016-10-143-5/+4
* spapr: fix inheritance chain for default machine optionsMichael Roth2016-10-141-0/+3
* numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-101-4/+2
* hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth2016-10-061-1/+5
* spapr: fix check of cpu alias name in spapr_get_cpu_core_type()Greg Kurz2016-10-061-4/+4
* ppc: Check the availability of transactional memoryThomas Huth2016-10-051-1/+4
* hw/ppc/spapr: Fix the selection of the processor featuresThomas Huth2016-10-051-2/+9
* hw/ppc/spapr: Move code related to "ibm,pa-features" to a separate functionThomas Huth2016-10-051-30/+36
* pseries: Add 2.8 machine type, set up compatibility macrosDavid Gibson2016-10-051-2/+20
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-09-284-43/+29
|\
| * cpus: pass CPUState to run_on_cpu helpersAlex Bennée2016-09-273-35/+19
| * memory: introduce IOMMUOps.notify_flag_changedPeter Xu2016-09-271-8/+10
* | sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson2016-09-272-6/+2
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160923' into...Peter Maydell2016-09-238-141/+144
|\
| * spapr_pci: Add numa node idAlexey Kardashevskiy2016-09-231-0/+13
| * Enable H_CLEAR_MOD and H_CLEAR_REF hypercalls on KVM/PPC64.Nathan Whitehorn2016-09-231-0/+3
| * target-ppc: tlbie/tlbivax should have global effectNikunj A Dadhania2016-09-231-0/+2
| * target-ppc: add flag in check_tlb_flush()Nikunj A Dadhania2016-09-231-2/+2
| * spapr: Introduce sPAPRCPUCoreClassBharata B Rao2016-09-232-69/+41
| * spapr_vio: convert to trace framework instead of DPRINTFLaurent Vivier2016-09-232-14/+7
| * spapr_rtas: convert to trace framework instead of DPRINTFLaurent Vivier2016-09-232-22/+16
| * spapr_drc: convert to trace framework instead of DPRINTFLaurent Vivier2016-09-232-34/+41
| * tests: add RTAS command in the protocolLaurent Vivier2016-09-231-0/+19
* | vl: Switch qemu_uuid to QemuUUIDFam Zheng2016-09-232-7/+3
|/
* Remove unused function declarationsLadi Prosek2016-09-151-6/+0
* hw/ppc: add a ppc_create_page_sizes_prop() helper routineCédric Le Goater2016-09-073-36/+51
* hw/ppc: use error_report instead of fprintfCédric Le Goater2016-09-075-19/+21