aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2017-11-08ppc: fix setting of compat modeGreg Kurz1-1/+1
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell2-5/+29
2017-10-26tcg: Avoid setting tcg_initialize if !CONFIG_TCGRichard Henderson1-0/+2
2017-10-25ppc: Support Capstone in disas_set_infoRichard Henderson1-0/+6
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-25target/ppc: Convert to disas_set_info hookRichard Henderson2-4/+22
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-4/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2-19/+19
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson2-10/+1
2017-10-24tcg: Remove TCGV_EQUAL*Richard Henderson1-2/+2
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov3-5/+9
2017-10-17ppc: move ppc_cpu_lookup_alias() before its first userIgor Mammedov1-13/+13
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov1-11/+0
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov1-1/+1
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov2-0/+58
2017-10-17target/ppc: Fix carry flag setting for shift algebraic instructionsSandipan Das2-8/+20
2017-10-17target/ppc: Add POWER9 DD2.0 model informationDavid Gibson2-2/+5
2017-10-17target/ppc: Remove unused PPC 460 and 460F definitionsThomas Huth1-217/+0
2017-10-16build: remove CONFIG_LIBDECNUMBERPaolo Bonzini1-0/+1
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell1-1/+3
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-27spapr: fix the value of SDR1 in kvmppc_put_books_sregs()Greg Kurz3-31/+8
2017-09-27ppc: remove all unused CPU definitionsJohn Snow1-225/+0
2017-09-27ppc: remove unused CPU definitionsJohn Snow1-32/+0
2017-09-27ppc/kvm: generalize the use of kvmppc_get_htab_fd()Greg Kurz2-20/+11
2017-09-27ppc/kvm: change kvmppc_get_htab_fd() to return -errno on errorGreg Kurz1-2/+8
2017-09-27ppc: Add 460EX embedded CPUBALATON Zoltan3-0/+42
2017-09-27ppc/kvm: drop kvmppc_has_cap_htab_fd()Greg Kurz2-11/+0
2017-09-27ppc/kvm: check some capabilities with kvm_vm_check_extension()Greg Kurz1-3/+3
2017-09-19exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitlyDavid Hildenbrand1-1/+0
2017-09-19General warn report fixupsAlistair Francis1-2/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-9/+9
2017-09-15ppc/kvm: use kvm_vm_check_extension() in kvmppc_is_pr()Greg Kurz1-1/+1
2017-09-14hmp: fix "dump-quest-memory" segfault (ppc)Laurent Vivier1-2/+9
2017-09-08ppc: spapr: Move VCPU ID calculation into sPAPRSam Bobroff1-15/+3
2017-09-08ppc: remove non implemented cpu modelsIgor Mammedov1-455/+0
2017-09-08ppc: drop caching ObjectClass from PowerPCCPUAliasIgor Mammedov3-26/+2
2017-09-08ppc: simplify cpu model lookup by PVRIgor Mammedov1-16/+11
2017-09-08ppc: replace inter-function cyclic dependency/recurssion with 2 simple lookupsIgor Mammedov1-30/+13
2017-09-08ppc: make cpu alias point only to real cpu modelsIgor Mammedov2-27/+31
2017-09-08ppc: make cpu_model translation to type consistentIgor Mammedov3-378/+378
2017-09-08ppc: use macros to make cpu type name from string literalIgor Mammedov5-6/+9
2017-09-08target/ppc: Remove old STATUS fileThomas Huth1-550/+0
2017-09-08PPC: KVM: Support machine option to set VSMT modeSam Bobroff3-15/+50
2017-09-08ppc64: introduce e6500KONRAD Frederic3-1/+93
2017-09-08booke206: allow to specify an mmucfg value at the initKONRAD Frederic1-4/+5
2017-09-08booke206: fix tlbnps for fixed size TLBKONRAD Frederic2-6/+32
2017-09-08booke206: fix booke206_tlbnps for mav 2.0KONRAD Frederic1-2/+2