aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2016-02-17hw/ppc/spapr: Implement h_set_dabrThomas Huth
2016-02-17hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth
2016-02-17migration: ensure htab_save_first completes after timeoutDavid Gibson
2016-02-17target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson
2016-02-17pseries: Move hash page table allocation to reset timeDavid Gibson
2016-02-17pseries: Add helper to calculate recommended hash page table sizeDavid Gibson
2016-02-17pseries: Simplify handling of the hash page table fdDavid Gibson
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-01-30target-ppc: Helper to determine page size information from hpte aloneDavid Gibson
2016-01-30target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUsDavid Gibson
2016-01-30target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson
2016-01-30pseries: Allow TCG h_enter to work with hotplugged memoryDavid Gibson
2016-01-30pseries: Clean up error reporting in htab migration functionsDavid Gibson
2016-01-30pseries: Clean up error reporting in ppc_spapr_init()David Gibson
2016-01-30pseries: Clean up error handling in xics_system_init()David Gibson
2016-01-30pseries: Clean up error handling in spapr_rtas_register()David Gibson
2016-01-30pseries: Clean up error handling in spapr_vga_init()David Gibson
2016-01-30pseries: Clean up error handling in spapr_validate_node_memory()David Gibson
2016-01-30pseries: Clean up error handling of spapr_cpu_init()David Gibson
2016-01-30ppc: Clean up error handling in ppc_set_compat()David Gibson
2016-01-30spapr: Don't create ibm,dynamic-reconfiguration-memory w/o DR LMBsBharata B Rao
2016-01-30spapr: Remove abuse of rtas_ld() in h_client_architecture_supportDavid Gibson
2016-01-30spapr: Remove rtas_st_buffer_direct()David Gibson
2016-01-30spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson
2016-01-30macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland
2016-01-29ppc: Clean up includesPeter Maydell
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2016-01-13spapr: Use error_reportf_err()Markus Armbruster
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2016-01-13error: Use error_report_err() where appropriate (again)Markus Armbruster
2016-01-13hw: Don't use hw_error() for machine initialization errorsMarkus Armbruster
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster
2016-01-11hw/ppc/spapr: fix spapr->kvm_type leakDavid Gibson
2016-01-11spapr vio: fix to incomplete QOMifyCao jin
2016-01-11hw/ppc/spapr: Use XHCI as host controller for new spapr machinesThomas Huth
2016-01-11pseries: Add pseries-2.6 machine typeDavid Gibson
2016-01-11pseries: Improve setting of default machine versionDavid Gibson
2016-01-11pseries: Restructure class_options functionsDavid Gibson
2016-01-11pseries: DEFINE_SPAPR_MACHINEDavid Gibson
2016-01-11pseries: Use SET_MACHINE_COMPATDavid Gibson
2016-01-11pseries: Remove versions from mc->descDavid Gibson
2016-01-11pseries: Remove redundant calls to spapr_machine_initfn()David Gibson
2016-01-11pseries: Rearrange versioned machine type codeDavid Gibson
2016-01-11pseries: Remove redundant setting of mc->name for pseries-2.5 machineDavid Gibson
2016-01-11spapr: Add /system-idAlexey Kardashevskiy