summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz
2017-09-27ppc: remove all unused CPU definitionsJohn Snow
2017-09-27ppc: remove unused CPU definitionsJohn Snow
2017-09-27ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz
2017-09-27ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz
2017-09-27ppc: Add 460EX embedded CPUBALATON Zoltan
2017-09-27ppc/kvm: drop kvmppc_has_cap_htab_fd()Greg Kurz
2017-09-27ppc/kvm: check some capabilities with kvm_vm_check_extension()Greg Kurz
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand
2017-09-19General warn report fixupsAlistair Francis
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis
2017-09-15ppc/kvm: use kvm_vm_check_extension() in kvmppc_is_pr()Greg Kurz
2017-09-14hmp: fix "dump-quest-memory" segfault (ppc)Laurent Vivier
2017-09-08ppc: spapr: Move VCPU ID calculation into sPAPRSam Bobroff
2017-09-08ppc: remove non implemented cpu modelsIgor Mammedov
2017-09-08ppc: drop caching ObjectClass from PowerPCCPUAliasIgor Mammedov
2017-09-08ppc: simplify cpu model lookup by PVRIgor Mammedov
2017-09-08ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookupsIgor Mammedov
2017-09-08ppc: make cpu alias point only to real cpu modelsIgor Mammedov
2017-09-08ppc: make cpu_model translation to type consistentIgor Mammedov
2017-09-08ppc: use macros to make cpu type name from string literalIgor Mammedov
2017-09-08target/ppc: Remove old STATUS fileThomas Huth
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff
2017-09-08ppc64: introduce e6500KONRAD Frederic
2017-09-08booke206: allow to specify an mmucfg value at the initKONRAD Frederic
2017-09-08booke206: fix tlbnps for fixed size TLBKONRAD Frederic
2017-09-08booke206: fix booke206_tlbnps for mav 2.0KONRAD Frederic
2017-09-08ppc: spapr: Make VCPU ID handling private to SPAPRSam Bobroff
2017-09-08ppc: spapr: Rename cpu_dt_id to vcpu_idSam Bobroff
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov
2017-08-31ppc: use DIV_ROUND_UPMarc-André Lureau
2017-08-22ppc: fix ppc_set_compat() with KVM PRGreg Kurz
2017-08-22target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaroundDaniel Henrique Barboza
2017-08-09target/ppc: Add stub implementation of the PSSCRDavid Gibson
2017-08-09target/ppc: Implement TIDRDavid Gibson
2017-08-09ppc: fix double-free in cpu_post_load()Greg Kurz
2017-08-09booke206: fix MAS update on tlb missKONRAD Frederic
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-24qapi: Use QNull for a more regular visit_type_null()Markus Armbruster
2017-07-21Use qemu_tolower() and qemu_toupper(), not tolower() and toupper()Peter Maydell
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()Lluís Vilanova
2017-07-19target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé
2017-07-17target/ppc: fix CPU hotplug when radix is enabled (TCG)Cédric Le Goater
2017-07-17pseries: Allow HPT resizing with KVMDavid Gibson
2017-07-17pseries: Implement HPT resizingDavid Gibson
2017-07-17pseries: Stubs for HPT resizingDavid Gibson
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng
2017-07-11ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPUGreg Kurz