summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-162-2/+2
* spapr_pci: Remove finish_realize hookDavid Gibson2016-03-151-20/+5Star
* spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson2016-03-151-44/+17Star
* spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson2016-03-152-9/+7Star
* spapr_pci: Eliminate class callbacksDavid Gibson2016-03-152-33/+29Star
* spapr_pci: Switch to vfio_eeh_as_op() interfaceDavid Gibson2016-03-151-34/+16Star
* spapr_rng: fix race with main loopGreg Kurz2016-03-151-2/+2
* target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson2016-03-152-7/+6Star
* target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson2016-03-151-11/+2Star
* spapr_pci: fix multifunction hotplugMichael Roth2016-03-151-7/+86
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-112-3/+3
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-046-9/+15
* xics: report errors with the QEMU Error APIGreg Kurz2016-02-283-10/+16
* spapr: skip configuration section during migration of older machinesGreg Kurz2016-02-281-0/+1
* spapr: disable vmdesc submission for old machinesGreg Kurz2016-02-281-0/+1
* spapr_pci: fix irq leak in RTAS ibm,change-msiGreg Kurz2016-02-281-1/+8
* spapr_pci: kill useless variable in rtas_ibm_change_msi()Greg Kurz2016-02-281-3/+3
* spapr_rng: disable hotpluggabilityGreg Kurz2016-02-281-0/+1
* spapr: initialize local Error pointerGreg Kurz2016-02-251-1/+1
* hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth2016-02-251-0/+60
* hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth2016-02-181-0/+1
* pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson2016-02-171-0/+1
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2016-02-161-0/+1
* cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau2016-02-161-0/+1
* hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth2016-02-161-0/+22
* hw/ppc/spapr: Implement h_set_dabrThomas Huth2016-02-161-5/+20
* hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth2016-02-161-2/+13
* migration: ensure htab_save_first completes after timeoutDavid Gibson2016-02-161-1/+6
* target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson2016-02-161-7/+0Star
* pseries: Move hash page table allocation to reset timeDavid Gibson2016-02-161-74/+56Star
* pseries: Add helper to calculate recommended hash page table sizeDavid Gibson2016-02-161-10/+14
* pseries: Simplify handling of the hash page table fdDavid Gibson2016-02-161-45/+41Star
* qapi: Drop unused error argument for list and implicit structEric Blake2016-02-081-5/+1Star
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2016-02-081-2/+2
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-8/+8
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-6/+6
* target-ppc: Helper to determine page size information from hpte aloneDavid Gibson2016-01-301-19/+6Star
* target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson2016-01-301-42/+4Star
* target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson2016-01-301-16/+15Star
* pseries: Allow TCG h_enter to work with hotplugged memoryDavid Gibson2016-01-301-2/+17
* pseries: Clean up error reporting in htab migration functionsDavid Gibson2016-01-301-6/+6
* pseries: Clean up error reporting in ppc_spapr_init()David Gibson2016-01-301-11/+12
* pseries: Clean up error handling in xics_system_init()David Gibson2016-01-301-3/+3
* pseries: Clean up error handling in spapr_rtas_register()David Gibson2016-01-301-9/+3Star
* pseries: Clean up error handling in spapr_vga_init()David Gibson2016-01-301-5/+5
* pseries: Clean up error handling in spapr_validate_node_memory()David Gibson2016-01-301-15/+22
* pseries: Clean up error handling of spapr_cpu_init()David Gibson2016-01-301-4/+11
* ppc: Clean up error handling in ppc_set_compat()David Gibson2016-01-302-8/+6Star
* spapr: Don't create ibm,dynamic-reconfiguration-memory w/o DR LMBsBharata B Rao2016-01-301-1/+8
* spapr: Remove abuse of rtas_ld() in h_client_architecture_supportDavid Gibson2016-01-301-7/+7