summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth2016-10-061-0/+1
* ppc/xics: An ICS with offset 0 is assumed to be uninitializedBenjamin Herrenschmidt2016-09-231-1/+1
* spapr: Introduce sPAPRCPUCoreClassBharata B Rao2016-09-231-1/+10
* tests: add RTAS command in the protocolLaurent Vivier2016-09-231-0/+10
* Remove unused function declarationsLadi Prosek2016-09-153-13/+0Star
* ppc: do not redefine CPUPPCStatePaolo Bonzini2016-09-131-2/+1Star
* hw/ppc: add a ppc_create_page_sizes_prop() helper routineCédric Le Goater2016-09-071-0/+5
* hw/ppc: use error_report instead of fprintfCédric Le Goater2016-09-071-3/+5
* hw/ppc: include fdt helper routine in a common fileCédric Le Goater2016-09-071-0/+23
* ppc: parse cpu features onceGreg Kurz2016-08-131-0/+1
* spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson2016-08-081-1/+0Star
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-122-2/+3
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-125-15/+18
* 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-121-1/+1
* spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)Alexey Kardashevskiy2016-07-051-1/+15
* ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt2016-07-013-3/+3
* ppc/xics: Implement H_IPOLL using an accessorBenjamin Herrenschmidt2016-07-011-0/+1
* ppc/xics: Move SPAPR specific code to a separate fileBenjamin Herrenschmidt2016-07-011-0/+21
* ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt2016-07-011-12/+18
* ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt2016-06-271-1/+0Star
* spapr: CPU hot unplug supportBharata B Rao2016-06-171-0/+2
* spapr: CPU hotplug supportBharata B Rao2016-06-172-0/+4
* spapr: convert boot CPUs into CPU core devicesBharata B Rao2016-06-172-0/+5
* spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao2016-06-171-0/+2
* spapr: Abstract CPU core device and type specific core devicesBharata B Rao2016-06-172-0/+30
* spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao2016-06-171-0/+1
* xics,xics_kvm: Handle CPU unplug correctlyBharata B Rao2016-06-171-0/+1
* spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao2016-06-141-2/+4
* macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland2016-06-141-0/+5
* spapr_iommu: Add root memory regionAlexey Kardashevskiy2016-06-071-1/+1
* spapr_iommu: Migrate full stateAlexey Kardashevskiy2016-06-071-0/+3
* spapr_iommu: Introduce "enabled" state for TCE tableAlexey Kardashevskiy2016-06-071-5/+4Star
* hw: cannot include hw/hw.h from user emulationPaolo Bonzini2016-05-191-1/+1
* hw: do not use VMSTATE_*TLPaolo Bonzini2016-05-191-1/+1
* explicitly include qom/cpu.hPaolo Bonzini2016-05-191-0/+1
* ppc: use PowerPCCPU instead of CPUPPCStatePaolo Bonzini2016-05-191-9/+15
* spapr_drc: enable immediate detach for unsignalled devicesMichael Roth2016-04-051-0/+2
* ppc: Rework POWER7 & POWER8 exception modelCédric Le Goater2016-04-051-5/+0Star
* include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster2016-03-221-0/+1
* xics: report errors with the QEMU Error APIGreg Kurz2016-02-281-2/+3
* pseries: Simplify handling of the hash page table fdDavid Gibson2016-02-161-1/+0Star
* spapr: Remove rtas_st_buffer_direct()David Gibson2016-01-301-8/+0Star
* spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson2016-01-301-19/+9Star
* spapr vio: fix to incomplete QOMifyCao jin2016-01-111-1/+1
* hw/ppc/spapr: Use XHCI as host controller for new spapr machinesThomas Huth2016-01-111-1/+2
* spapr_iommu: Provide a function to switch a TCE table to allowing VFIODavid Gibson2015-10-231-0/+2
* spapr_iommu: Rename vfio_accel parameterDavid Gibson2015-10-231-2/+2
* ppc/spapr: Implement H_RANDOM hypercall in QEMUThomas Huth2015-09-231-0/+4
* spapr: Support hotplug by specifying DRC countBharata B Rao2015-09-231-2/+6