- a120d32 include/exec: Implement cpu_mmu_index generically by Richard Henderson · 11 months ago
- fb00f73 target/ppc: Split out ppc_env_mmu_index by Richard Henderson · 11 months ago
- 2bb53fa target/ppc: Move powerpc_input_t definition to 'cpu.h' by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 6fb8b16 target/ppc: Move powerpc_mmu_t definition to 'cpu.h' by Philippe Mathieu-Daudé · 1 year, 2 months ago
- d66d3d4 target/ppc: Move powerpc_excp_t definition to 'cpu.h' by Philippe Mathieu-Daudé · 1 year, 2 months ago
- f3cb332 target/ppc: Move PowerPCCPUClass definition to 'cpu.h' by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 866c8cf target/ppc: Move ppc_cpu_class_by_name() declaration to 'cpu.h' by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 37b9414 target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h' by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 6ee45fa target: Unify QOM style by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 3b3d7df accel/tcg: Move CPUNegativeOffsetState into CPUState by Richard Henderson · 1 year, 3 months ago
- e6a19a6 ppc: spelling fixes by Michael Tokarev · 1 year, 5 months ago
- 9c7b7f0 spapr: Fix machine reset deadlock from replay-record by Nicholas Piggin · 1 year, 5 months ago
- cdab53d target/ppc: Fix CPU reservation migration for record-replay by Nicholas Piggin · 1 year, 5 months ago
- d5ee641 target/ppc: Implement watchpoint debug facility for v2.07S by Nicholas Piggin · 1 year, 5 months ago
- 1419230 target/ppc: Implement breakpoint debug facility for v2.07S by Nicholas Piggin · 1 year, 5 months ago
- 99837aa ppc: Add stub implementation of TRIG SPRs by Joel Stanley · 1 year, 5 months ago
- 66453c0 target/ppc: Move CPU QOM definitions to cpu-qom.h by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 3401ea3 target/ppc: Add LPAR-per-core vs per-thread mode flag by Nicholas Piggin · 1 year, 6 months ago
- 0573997 target/ppc: Restrict KVM-specific fields from ArchCPU by Philippe Mathieu-Daudé · 1 year, 9 months ago
- bb5de52 target: Widen pc/cs_base in cpu_get_tb_cpu_state by Anton Johansson · 1 year, 6 months ago
- b769d4c target/ppc: Add initial flags and helpers for SMT support by Nicholas Piggin · 1 year, 6 months ago
- a3c020d target/ppc: Implement HEIR SPR by Nicholas Piggin · 1 year, 6 months ago
- 8a15cce target/ppc: Implement gathering irq statistics by BALATON Zoltan · 1 year, 7 months ago
- 392d328 target/ppc: Ensure stcx size matches larx by Nicholas Piggin · 1 year, 7 months ago
- a1fa47f target/ppc: Remove some unneded line breaks by BALATON Zoltan · 1 year, 7 months ago
- 753441c target/ppc: Move ppcemb_tlb_search() to mmu_common.c by BALATON Zoltan · 1 year, 7 months ago
- 62860c5 target/ppc: Remove "ext" parameter of ppcemb_tlb_check() by BALATON Zoltan · 1 year, 7 months ago
- 0a18945 tcg: Remove NO_CPU_IO_DEFS by Richard Henderson · 1 year, 9 months ago
- 57b38ff target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQ by Richard Henderson · 1 year, 7 months ago
- 2060436 ppc: spapr: cleanup cr get/set with helpers. by Harsh Prateek Bora · 1 year, 8 months ago
- 6d2d454 target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu by Philippe Mathieu-Daudé · 2 years, 1 month ago
- 395b5d5 target/ppc: Implement the DEXCR and HDEXCR by Nicholas Miehlbradt · 2 years ago
- 8b3d1c4 target/ppc: Add new PMC HFLAGS by Leandro Lupori · 2 years, 2 months ago
- 2fdedcb target/ppc: introduce ppc_maybe_interrupt by Matheus Ferst · 2 years, 2 months ago
- 6a8e818 target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds by Matheus Ferst · 2 years, 2 months ago
- f003109 target/ppc: define PPC_INTERRUPT_* values directly by Matheus Ferst · 2 years, 2 months ago
- 1af0006 dump: Replace opaque DumpState pointer with a typed one by Janosch Frank · 2 years, 5 months ago
- 228ab14 target/ppc: Remove unused xer_* macros by Víctor Colombo · 2 years, 4 months ago
- 676696f target/ppc: Remove extra space from s128 field in ppc_vsr_t by Víctor Colombo · 2 years, 4 months ago
- 903f84e target/ppc: Add HASHKEYR and HASHPKEYR SPRs by Víctor Colombo · 2 years, 5 months ago
- b63fa8b target/ppc: remove mfdcrux and mtdcrux by Matheus Ferst · 2 years, 6 months ago
- 285c471 ppc: Remove unused irq_inputs by Cédric Le Goater · 2 years, 6 months ago
- 4dc5f8a target/ppc: Add flag for ISA v2.06 BCDA instructions by Matheus Ferst · 2 years, 6 months ago
- 95444af ppc: Define SETFIELD for the ppc target by Alexey Kardashevskiy · 2 years, 6 months ago
- 59f1154 target/ppc: Change FPSCR_* to follow POWER ISA numbering convention by Víctor Colombo · 2 years, 6 months ago
- 2d9cba7 target/ppc: Implemented xvf16ger* by Lucas Mateus Castro (alqotel) · 2 years, 7 months ago
- c29018c target/ppc: Implemented xvf*ger* by Lucas Mateus Castro (alqotel) · 2 years, 7 months ago
- 3455315 target/ppc: Implemented xvi*ger* instructions by Lucas Mateus Castro (alqotel) · 2 years, 7 months ago
- a702c53 target/ppc: Implement xxm[tf]acc and xxsetaccz by Lucas Mateus Castro (alqotel) · 2 years, 7 months ago
- 03abfd9 target/ppc: Implement lwsync with weaker memory ordering by Nicholas Piggin · 2 years, 7 months ago
- 3278677 target/ppc: Fix FPSCR.FI bit being cleared when it shouldn't by Víctor Colombo · 2 years, 7 months ago
- bf3dd1e target/ppc: Change MSR_* to follow POWER ISA numbering convention by Víctor Colombo · 2 years, 8 months ago
- 39af138 target/ppc: Add unused msr bits FIELDs by Víctor Colombo · 2 years, 8 months ago
- 67935ec target/ppc: Remove msr_de macro by Víctor Colombo · 2 years, 8 months ago
- 9de754d target/ppc: Remove msr_hv macro by Víctor Colombo · 2 years, 8 months ago
- ca24195 target/ppc: Remove msr_ts macro by Víctor Colombo · 2 years, 8 months ago
- da806a6 target/ppc: Remove msr_fe0 and msr_fe1 macros by Víctor Colombo · 2 years, 8 months ago
- 5024233 target/ppc: Remove msr_ep macro by Víctor Colombo · 2 years, 8 months ago
- e4eea6e target/ppc: Remove msr_dr macro by Víctor Colombo · 2 years, 8 months ago
- 4d979c9 target/ppc: Remove msr_ir macro by Víctor Colombo · 2 years, 8 months ago
- cda2336 target/ppc: Remove msr_cm macro by Víctor Colombo · 2 years, 8 months ago
- 39695e1 target/ppc: Remove msr_fp macro by Víctor Colombo · 2 years, 8 months ago
- 10b2b37 target/ppc: Remove msr_gs macro by Víctor Colombo · 2 years, 8 months ago
- c354d85 target/ppc: Remove msr_me macro by Víctor Colombo · 2 years, 8 months ago
- 8e54ad6 target/ppc: Remove msr_pow macro by Víctor Colombo · 2 years, 8 months ago
- acc861c target/ppc: Remove msr_ce macro by Víctor Colombo · 2 years, 8 months ago
- 0939b8f target/ppc: Remove msr_ee macro by Víctor Colombo · 2 years, 8 months ago
- 3868540 target/ppc: Remove msr_ile macro by Víctor Colombo · 2 years, 8 months ago
- 2636361 target/ppc: Remove msr_ds macro by Víctor Colombo · 2 years, 8 months ago
- 1922322 target/ppc: Remove msr_le macro by Víctor Colombo · 2 years, 8 months ago
- d41ccf6 target/ppc: Remove msr_pr macro by Víctor Colombo · 2 years, 8 months ago
- 92984c9 target/ppc: Remove unused msr_* macros by Víctor Colombo · 2 years, 8 months ago
- 208d803 target/ppc: Remove fpscr_* macros from cpu.h by Víctor Colombo · 2 years, 8 months ago
- 8905770 compiler.h: replace QEMU_NORETURN with G_NORETURN by Marc-André Lureau · 2 years, 8 months ago
- 69242e7 Move CPU softfloat unions to cpu-float.h by Marc-André Lureau · 2 years, 9 months ago
- e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 2 years, 9 months ago
- b36e239 target: Use ArchCPU as interface to target CPU by Philippe Mathieu-Daudé · 2 years, 10 months ago
- 9295b1a target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro by Philippe Mathieu-Daudé · 2 years, 10 months ago
- 1ea4a06 target: Use CPUArchState as interface to target-specific CPU state by Philippe Mathieu-Daudé · 2 years, 11 months ago
- d3412df target/ppc: trigger PERFM EBBs from power8-pmu.c by Daniel Henrique Barboza · 2 years, 10 months ago
- cb76bbc target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions by Daniel Henrique Barboza · 2 years, 10 months ago
- b58fd0c target/ppc: cpu_init: Move check_pow and QOM macros to a header by Fabiano Rosas · 2 years, 10 months ago
- 7cebc5d target/ppc: Introduce a vhyp framework for nested HV support by Nicholas Piggin · 2 years, 10 months ago
- f32d4ab target/ppc: make vhyp get_pate method take lpid and return success by Nicholas Piggin · 2 years, 10 months ago
- 005b69f target/ppc: Remove PowerPC 601 CPUs by Cédric Le Goater · 2 years, 11 months ago
- 4537d62 target/ppc: Remove support for the PowerPC 602 CPU by Cédric Le Goater · 2 years, 11 months ago
- 645d843 target/ppc: 405: Rename MSR_POW to MSR_WE by Fabiano Rosas · 2 years, 11 months ago
- 328c95f target/ppc: Finish removal of 401/403 CPUs by Cédric Le Goater · 3 years ago
- 2e89484 target/ppc: Add MSR_ILE support to ppc_interrupts_little_endian by Fabiano Rosas · 3 years ago
- 516fc10 target/ppc: Add HV support to ppc_interrupts_little_endian by Fabiano Rosas · 3 years ago
- 6e8b990 target/ppc: Cache per-pmc insn and cycle count settings by Richard Henderson · 3 years ago
- cbd8f17 ppc/ppc405: Restore TCR and STR write handlers by Cédric Le Goater · 3 years ago
- 1f26c75 PPC64/TCG: Implement 'rfebb' instruction by Daniel Henrique Barboza · 3 years ago
- 7aeac35 target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event by Daniel Henrique Barboza · 3 years ago
- 46d396b target/ppc: enable PMU instruction count by Daniel Henrique Barboza · 3 years ago
- 1474ba6 target/ppc: enable PMU counter overflow with cycle events by Daniel Henrique Barboza · 3 years ago
- c2eff58 target/ppc: PMU basic cycle count for pseries TCG by Daniel Henrique Barboza · 3 years ago
- 8f2e9d4 target/ppc: introduce PMUEventType and PMU overflow timers by Daniel Henrique Barboza · 3 years ago
- a09410e target/ppc: Remove the software TLB model of 7450 CPUs by Fabiano Rosas · 3 years ago
- 25ee608 target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52 by Lucas Mateus Castro (alqotel) · 3 years ago