aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz
2016-02-28spapr: skip configuration section during migration of older machinesGreg Kurz
2016-02-28spapr: disable vmdesc submission for old machinesGreg Kurz
2016-02-28spapr_pci: fix irq leak in RTAS ibm,change-msiGreg Kurz
2016-02-28spapr_pci: kill useless variable in rtas_ibm_change_msi()Greg Kurz
2016-02-28spapr_rng: disable hotpluggabilityGreg Kurz
2016-02-25spapr: initialize local Error pointerGreg Kurz
2016-02-25hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth
2016-02-18hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth
2016-02-17pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau
2016-02-17hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth
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