aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost
2016-03-16spapr_pci: Remove finish_realize hookDavid Gibson
2016-03-16spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson
2016-03-16spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson
2016-03-16spapr_pci: Eliminate class callbacksDavid Gibson
2016-03-16spapr_pci: Switch to vfio_eeh_as_op() interfaceDavid Gibson
2016-03-16spapr_rng: fix race with main loopGreg Kurz
2016-03-16target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson
2016-03-16target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson
2016-03-16spapr_pci: fix multifunction hotplugMichael Roth
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
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