index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate_init.c.inc
Age
Commit message (
Expand
)
Author
2021-05-19
target/ppc: isolated cpu init from translation logic
Bruno Larsen (billionai)
2021-05-19
target/ppc: move SPR R/W callbacks to translate.c
Bruno Larsen (billionai)
2021-05-19
target/ppc: renamed SPR registration functions
Bruno Larsen (billionai)
2021-05-19
target/ppc: Fold gen_*_xer into their callers
Bruno Larsen (billionai)
2021-05-04
target/ppc: removed VSCR from SPR registration
Bruno Larsen (billionai)
2021-05-04
target/ppc: Clean up _spr_register et al
Richard Henderson
2021-05-04
target/ppc: Add POWER10 exception model
Nicholas Piggin
2021-05-04
target/ppc: rework AIL logic in interrupt delivery
Nicholas Piggin
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: Move 601 hflags adjustment to hreg_compute_hflags
Richard Henderson
2021-03-12
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...
Peter Maydell
2021-03-10
target/ppc: fix icount support on Book-e vms accessing SPRs
Vitaly Cheptsov
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
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-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
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
target/ppc: Remove "compat" property of server class POWER CPUs
Greg Kurz
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
2020-10-28
ppc/: fix some comment spelling errors
zhaolichang
2020-10-28
spapr: Unrealize vCPUs with qdev_unrealize()
Greg Kurz
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-09-18
target/ppc: Set instance_align on PowerPCCPU TypeInfo
Richard Henderson
2020-08-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...
Peter Maydell
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini