summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* loader: Add data swap option to load-elfPeter Crosthwaite2019-11-296-9/+15
* xics: report errors with the QEMU Error APIGreg Kurz2019-11-293-10/+16
* spapr: skip configuration section during migration of older machinesGreg Kurz2019-11-291-0/+1
* spapr: disable vmdesc submission for old machinesGreg Kurz2019-11-291-0/+1
* spapr_pci: fix irq leak in RTAS ibm,change-msiGreg Kurz2019-11-291-1/+8
* spapr_pci: kill useless variable in rtas_ibm_change_msi()Greg Kurz2019-11-291-3/+3
* spapr_rng: disable hotpluggabilityGreg Kurz2019-11-291-0/+1
* spapr: initialize local Error pointerGreg Kurz2019-11-291-1/+1
* hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth2019-11-291-0/+60
* hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth2019-11-291-0/+1
* pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson2019-11-291-0/+1
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2019-11-291-0/+1
* cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau2019-11-291-0/+1
* hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth2019-11-291-0/+22
* hw/ppc/spapr: Implement h_set_dabrThomas Huth2019-11-291-5/+20
* hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth2019-11-291-2/+13
* migration: ensure htab_save_first completes after timeoutDavid Gibson2019-11-291-1/+6
* target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson2019-11-291-7/+0
* pseries: Move hash page table allocation to reset timeDavid Gibson2019-11-291-74/+56
* pseries: Add helper to calculate recommended hash page table sizeDavid Gibson2019-11-291-10/+14
* pseries: Simplify handling of the hash page table fdDavid Gibson2019-11-291-45/+41
* qapi: Drop unused error argument for list and implicit structEric Blake2019-11-291-5/+1
* qapi: Drop unused 'kind' for struct/enum visitEric Blake2019-11-291-2/+2
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-291-8/+8
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-291-6/+6
* target-ppc: Helper to determine page size information from hpte aloneDavid Gibson2019-11-291-19/+6
* target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson2019-11-291-42/+4
* target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson2019-11-291-16/+15
* pseries: Allow TCG h_enter to work with hotplugged memoryDavid Gibson2019-11-291-2/+17
* pseries: Clean up error reporting in htab migration functionsDavid Gibson2019-11-291-6/+6
* pseries: Clean up error reporting in ppc_spapr_init()David Gibson2019-11-291-11/+12
* pseries: Clean up error handling in xics_system_init()David Gibson2019-11-291-3/+3
* pseries: Clean up error handling in spapr_rtas_register()David Gibson2019-11-291-9/+3
* pseries: Clean up error handling in spapr_vga_init()David Gibson2019-11-291-5/+5
* pseries: Clean up error handling in spapr_validate_node_memory()David Gibson2019-11-291-15/+22
* pseries: Clean up error handling of spapr_cpu_init()David Gibson2019-11-291-4/+11
* ppc: Clean up error handling in ppc_set_compat()David Gibson2019-11-292-8/+6
* spapr: Don't create ibm,dynamic-reconfiguration-memory w/o DR LMBsBharata B Rao2019-11-291-1/+8
* spapr: Remove abuse of rtas_ld() in h_client_architecture_supportDavid Gibson2019-11-291-7/+7
* spapr: Remove rtas_st_buffer_direct()David Gibson2019-11-291-7/+10
* spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson2019-11-291-4/+17
* macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland2019-11-291-1/+0
* ppc: Clean up includesPeter Maydell2019-11-2927-4/+27
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2019-11-291-2/+2
* qom: Change object property iterator API contractDaniel P. Berrange2019-11-291-4/+3
* error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2019-11-291-1/+2
* spapr: Use error_reportf_err()Markus Armbruster2019-11-291-3/+4
* error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster2019-11-291-2/+2
* error: Use error_report_err() where appropriate (again)Markus Armbruster2019-11-291-4/+2
* hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster2019-11-293-16/+22
OpenPOWER on IntegriCloud