Age | Commit message (Expand) | Author |
2018-06-04 | Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st... | Peter Maydell |
2018-06-01 | tcg: Pass tb and index to tcg_gen_exit_tb separately | Richard Henderson |
2018-06-01 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-06-01 | target: Do not include "exec/exec-all.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-31 | target/ppc: Include "exec/exec-all.h" which provides tlb_flush() | Philippe Mathieu-Daudé |
2018-05-31 | Make address_space_map() take a MemTxAttrs argument | Peter Maydell |
2018-05-29 | ppc: Rename 2.13 machines to 3.0 | Peter Maydell |
2018-05-18 | target/ppc: Honor CPU_DUMP_FPU | Richard Henderson |
2018-05-17 | fpu/softfloat: Specialize on snan_bit_is_one | Richard Henderson |
2018-05-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-05-11 | rename included C files to foo.inc.c, remove osdep.h | Paolo Bonzini |
2018-05-09 | translator: merge max_insns into DisasContextBase | Emilio G. Cota |
2018-05-04 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ... | Peter Maydell |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-05-04 | target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hack | Greg Kurz |
2018-05-04 | spapr: Move PAPR mode cpu setup fully to spapr code | David Gibson |
2018-05-04 | target/ppc: Delay initialization of LPCR_UPRT for secondary cpus | David Gibson |
2018-05-04 | target/ppc: Add ppc_store_lpcr() helper | David Gibson |
2018-05-04 | spapr: Remove support for explicitly allocated RMAs | David Gibson |
2018-05-04 | target/ppc: add basic support for PTCR on POWER9 | Cédric Le Goater |
2018-05-04 | target/ppc: return a nil HPT base address on sPAPR machines | Cédric Le Goater |
2018-04-27 | target/ppc: Don't bother with MSR_EP in cpu_ppc_set_papr() | David Gibson |
2018-04-27 | target/ppc: Fold slb_nr into PPCHash64Options | David Gibson |
2018-04-27 | target/ppc: Get rid of POWERPC_MMU_VER() macros | David Gibson |
2018-04-27 | target/ppc: Remove unnecessary POWERPC_MMU_V3 flag from mmu_model | David Gibson |
2018-04-27 | target/ppc: Fold ci_large_pages flag into PPCHash64Options | David Gibson |
2018-04-27 | target/ppc: Move 1T segment and AMR options to PPCHash64Options | David Gibson |
2018-04-27 | target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs | David Gibson |
2018-04-27 | target/ppc: Split page size information into a separate allocation | David Gibson |
2018-04-27 | target/ppc: Move page size setup to helper function | David Gibson |
2018-04-27 | target/ppc: Remove fallback 64k pagesize information | David Gibson |
2018-04-27 | target/ppc: Avoid taking "env" parameter to mmu-hash64 functions | David Gibson |
2018-04-27 | target/ppc: Simplify cpu valid check in ppc_cpu_realize | David Gibson |
2018-04-27 | target/ppc: Standardize instance_init and realize function names | David Gibson |
2018-04-27 | Add host_memory_backend_pagesize() helper | David Gibson |
2018-04-27 | Make qemu_mempath_getpagesize() accept NULL | David Gibson |
2018-04-27 | target/ppc: Fix reserved bit mask of dstst instruction | BALATON Zoltan |
2018-04-27 | ppc: Fix size of ppc64 xer register | Michael Matz |
2018-04-10 | target/ppc: Fix backwards migration of msr_mask | David Gibson |
2018-04-10 | target/ppc: Initialize lazy_tlb_flush correctly | David Gibson |
2018-03-19 | cpu: get rid of unused cpu_init() defines | Igor Mammedov |
2018-03-19 | cpu: add CPU_RESOLVING_TYPE macro | Igor Mammedov |
2018-03-18 | target/ppc: fix tlbsync to check privilege level depending on GTSE | Cédric Le Goater |
2018-03-06 | PowerPC: Add TS bits into msr_mask | Simon Guo |
2018-03-06 | ppc/spapr-caps: Convert cap-ibs to custom spapr-cap | Suraj Jitindar Singh |
2018-03-06 | target/ppc: Check mask when setting cap_ppc_safe_indirect_branch | Suraj Jitindar Singh |
2018-03-06 | openpic: move KVM-specific declarations into separate openpic_kvm.h file | Mark Cave-Ayland |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée |
2018-02-16 | target/ppc: convert to TranslatorOps | Emilio G. Cota |
2018-02-16 | target/ppc: convert to DisasContextBase | Emilio G. Cota |