aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2016-02-18hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth1-0/+1
2016-02-17pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson1-0/+1
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau1-0/+1
2016-02-17cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau1-0/+1
2016-02-17hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth1-0/+22
2016-02-17hw/ppc/spapr: Implement h_set_dabrThomas Huth1-5/+20
2016-02-17hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth1-2/+13
2016-02-17migration: ensure htab_save_first completes after timeoutDavid Gibson1-1/+6
2016-02-17target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson1-7/+0
2016-02-17pseries: Move hash page table allocation to reset timeDavid Gibson1-74/+56
2016-02-17pseries: Add helper to calculate recommended hash page table sizeDavid Gibson1-10/+14
2016-02-17pseries: Simplify handling of the hash page table fdDavid Gibson1-45/+41
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake1-5/+1
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake1-2/+2
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-8/+8
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-6/+6
2016-01-30target-ppc: Helper to determine page size information from hpte aloneDavid Gibson1-19/+6
2016-01-30target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson1-42/+4
2016-01-30target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson1-16/+15
2016-01-30pseries: Allow TCG h_enter to work with hotplugged memoryDavid Gibson1-2/+17
2016-01-30pseries: Clean up error reporting in htab migration functionsDavid Gibson1-6/+6
2016-01-30pseries: Clean up error reporting in ppc_spapr_init()David Gibson1-11/+12
2016-01-30pseries: Clean up error handling in xics_system_init()David Gibson1-3/+3
2016-01-30pseries: Clean up error handling in spapr_rtas_register()David Gibson1-9/+3
2016-01-30pseries: Clean up error handling in spapr_vga_init()David Gibson1-5/+5
2016-01-30pseries: Clean up error handling in spapr_validate_node_memory()David Gibson1-15/+22
2016-01-30pseries: Clean up error handling of spapr_cpu_init()David Gibson1-4/+11
2016-01-30ppc: Clean up error handling in ppc_set_compat()David Gibson2-8/+6
2016-01-30spapr: Don't create ibm,dynamic-reconfiguration-memory w/o DR LMBsBharata B Rao1-1/+8
2016-01-30spapr: Remove abuse of rtas_ld() in h_client_architecture_supportDavid Gibson1-7/+7
2016-01-30spapr: Remove rtas_st_buffer_direct()David Gibson1-7/+10
2016-01-30spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson1-4/+17
2016-01-30macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland1-1/+0
2016-01-29ppc: Clean up includesPeter Maydell27-4/+27
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell1-2/+2
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange1-4/+3
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster1-1/+2
2016-01-13spapr: Use error_reportf_err()Markus Armbruster1-3/+4
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-2/+2
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster1-4/+2
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster3-16/+22
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster1-1/+2
2016-01-11hw/ppc/spapr: fix spapr->kvm_type leakDavid Gibson1-0/+8
2016-01-11spapr vio: fix to incomplete QOMifyCao jin1-7/+5
2016-01-11hw/ppc/spapr: Use XHCI as host controller for new spapr machinesThomas Huth1-1/+8
2016-01-11pseries: Add pseries-2.6 machine typeDavid Gibson1-2/+20
2016-01-11pseries: Improve setting of default machine versionDavid Gibson1-10/+10
2016-01-11pseries: Restructure class_options functionsDavid Gibson1-4/+17
2016-01-11pseries: DEFINE_SPAPR_MACHINEDavid Gibson1-70/+49
2016-01-11pseries: Use SET_MACHINE_COMPATDavid Gibson1-20/+4