Age | Commit message (Expand) | Author |
2021-05-04 | target/ppc: move opcode table logic to translate.c | Bruno Larsen (billionai) |
2021-05-04 | target/ppc: code motion from translate_init.c.inc to gdbstub.c | Bruno Larsen (billionai) |
2021-05-04 | ppc: Rename current DAWR macros and variables | Ravi Bangoria |
2021-05-04 | target/ppc: POWER10 supports scv | Nicholas Piggin |
2021-05-04 | target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviour | Nicholas Piggin |
2021-05-04 | target/ppc: Validate hflags with CONFIG_DEBUG_TCG | Richard Henderson |
2021-05-04 | target/ppc: Remove env->immu_idx and env->dmmu_idx | Richard Henderson |
2021-05-04 | target/ppc: Remove MSR_SA and MSR_AP from hflags | Richard Henderson |
2021-05-04 | target/ppc: Put LPCR[GTSE] in hflags | Richard Henderson |
2021-05-04 | target/ppc: Create helper_scv | Richard Henderson |
2021-05-04 | target/ppc: Put dbcr0 single-step bits into hflags | Richard Henderson |
2021-05-04 | target/ppc: Reduce env->hflags to uint32_t | Richard Henderson |
2021-05-04 | target/ppc: Disconnect hflags from MSR | Richard Henderson |
2021-05-04 | target/ppc: Extract post_load_update_msr | Richard Henderson |
2021-05-04 | target/ppc: Fix comment for MSR_FE{0,1} | Richard Henderson |
2021-05-04 | target/ppc: Retain hflags_nmsr only for migration | Richard Henderson |
2021-05-04 | target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msr | Richard Henderson |
2021-05-04 | target/ppc: Properly sync cpu state with new msr in cpu_load_old | Richard Henderson |
2021-05-04 | target/ppc: Move 601 hflags adjustment to hreg_compute_hflags | Richard Henderson |
2021-05-04 | target/ppc: Move helper_regs.h functions out-of-line | Richard Henderson |
2021-03-31 | target/ppc/kvm: Cache timebase frequency | Greg Kurz |
2021-03-12 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in... | Peter Maydell |
2021-03-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul... | Peter Maydell |
2021-03-09 | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé |
2021-03-10 | target/ppc: fix icount support on Book-e vms accessing SPRs | Vitaly Cheptsov |
2021-03-10 | target/ppc: Fix bcdsub. emulation when result overflows | Fabiano Rosas |
2021-03-09 | qtest: delete superfluous inclusions of qtest.h | Chen Qun |
2021-02-16 | sev/i386: Don't allow a system reset under an SEV-ES guest | Tom Lendacky |
2021-02-15 | target/ppc: Drop use of gdb_get_float64() and ldfq_p() | Peter Maydell |
2021-02-10 | target/ppc: Add E500 L2CSR0 write helper | Bin Meng |
2021-02-10 | target/ppc: Remove unused MMU definitions | Philippe Mathieu-Daudé |
2021-02-08 | spapr: Add PEF based confidential guest support | David Gibson |
2021-02-05 | cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass | Claudio Fontana |
2021-02-05 | cpu: move do_unaligned_access to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: move cc->do_interrupt to tcg_ops | Claudio Fontana |
2021-02-05 | cpu: Move tlb_fill to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Move cpu_exec_* to tcg_ops | Eduardo Habkost |
2021-02-05 | cpu: Introduce TCGCpuOperations struct | Eduardo Habkost |
2020-12-19 | migration: Replace migration's JSON writer by the general one | Markus Armbruster |
2020-12-19 | qapi: Use QAPI_LIST_PREPEND() where possible | Eric Blake |
2020-12-14 | target/ppc: Introduce an mmu_is_64bit() helper | Greg Kurz |
2020-12-14 | ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU models | Stephane Duverger |
2020-12-14 | target/ppc: Remove "compat" property of server class POWER CPUs | Greg Kurz |
2020-12-14 | ppc/translate: Rewrite gen_lxvdsx to use gvec primitives | Giuseppe Musacchio |
2020-12-14 | ppc/translate: Raise exceptions after setting the cc | Giuseppe Musacchio |
2020-12-14 | ppc/translate: Delay NaN checking after comparison | Giuseppe Musacchio |
2020-12-14 | ppc/translate: Turn the helper macros into functions | Giuseppe Musacchio |
2020-12-14 | ppc/translate: Fix unordered f64/f128 comparisons | Giuseppe Musacchio |
2020-12-14 | target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warnings | Chen Qun |
2020-11-24 | ppc/translate: Implement lxvwsx opcode | LemonBoy |