summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-101-4/+2Star
* 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-294-43/+29Star
|\
| * cpus: pass CPUState to run_on_cpu helpersAlex Bennée2016-09-273-35/+19Star
| * memory: introduce IOMMUOps.notify_flag_changedPeter Xu2016-09-271-8/+10
* | sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson2016-09-272-6/+2Star
|/
* 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/+41Star
| * spapr_vio: convert to trace framework instead of DPRINTFLaurent Vivier2016-09-232-14/+7Star
| * spapr_rtas: convert to trace framework instead of DPRINTFLaurent Vivier2016-09-232-22/+16Star
| * 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/+3Star
|/
* Remove unused function declarationsLadi Prosek2016-09-151-6/+0Star
* 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
* hw/ppc: include fdt helper routine in a common fileCédric Le Goater2016-09-072-20/+2Star
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160815' into...Peter Maydell2016-08-152-0/+28
|\
| * ppc: parse cpu features onceGreg Kurz2016-08-132-0/+28
* | trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
|/
* hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliasesThomas Huth2016-08-102-18/+22
* spapr: remove extra type variableCédric Le Goater2016-08-101-9/+6Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-08-08' into...Peter Maydell2016-08-081-1/+1
|\
| * error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-08-081-1/+1
* | spapr: Fix undefined behaviour in spapr_tce_reset()David Gibson2016-08-081-1/+3
* | spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson2016-08-082-20/+11Star
|/
* spapr: Error out when CPU hotplug is attempted on older pseries machinesBharata B Rao2016-08-032-14/+12Star
* spapr: Prevent boot CPU core removalBharata B Rao2016-07-291-0/+5
* Revert "spapr: Ensure CPU cores are added contiguously and removed in LIFO or...David Gibson2016-07-291-19/+1Star
* spapr: init CPUState->cpu_index with index relative to core-idIgor Mammedov2016-07-291-0/+4
* spapr: disintricate core-id from DT semanticsGreg Kurz2016-07-252-18/+16Star
* hw/ppc/spapr: Make sure to close the htab_fd when migration is canceledThomas Huth2016-07-251-1/+8
* spapr: Ensure CPU cores are added contiguously and removed in LIFO orderBharata B Rao2016-07-181-1/+20
* spapr: fix core unplug crashGreg Kurz2016-07-181-4/+2Star
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+4
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-3/+3
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-122-3/+3
* qapi: Add parameter to visit_end_*Eric Blake2016-07-061-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-051-0/+1
|\
| * hw/ppc: realize the PCI root bus as part of mac99 initMarcel Apfelbaum2016-07-041-0/+1
* | ppc/hash64: Add proper real mode translation supportBenjamin Herrenschmidt2016-07-051-0/+7