- 894448a target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX by Richard Henderson · 2 years, 2 months ago
- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years ago
- 03ac0a0 target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittb by Richard Henderson · 2 years, 2 months ago
- 2fc4f9f target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt by Richard Henderson · 2 years, 2 months ago
- 4091fab target/ppc: Check DEXCR on hash{st, chk} instructions by Nicholas Miehlbradt · 2 years, 1 month ago
- 395b5d5 target/ppc: Implement the DEXCR and HDEXCR by Nicholas Miehlbradt · 2 years, 1 month ago
- 2479abe target/ppc/mmu_common: Fix table layout of "info tlb" HMP command by Bernhard Beschow · 2 years, 1 month ago
- e4cadfb target/ppc/mmu_common: Log which effective address had no TLB entry found by Bernhard Beschow · 2 years, 1 month ago
- 308fd18 target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h" by Philippe Mathieu-Daudé · 2 years, 1 month ago
- a1c5d64 target/ppc: Convert to 3-phase reset by Peter Maydell · 2 years, 2 months ago
- 049b4ad target/ppc: Fix build warnings when building with 'disable-tcg' by Vaibhav Jain · 2 years, 2 months ago
- 3d419a4 accel/tcg: Remove will_exit argument from cpu_restore_state by Richard Henderson · 2 years, 3 months ago
- fb22d74 target/ppc: Fix regression in Radix MMU by Leandro Lupori · 2 years, 3 months ago
- eeaaefe target/ppc: Increment PMC5 with inline insns by Leandro Lupori · 2 years, 3 months ago
- 8b3d1c4 target/ppc: Add new PMC HFLAGS by Leandro Lupori · 2 years, 3 months ago
- 9c71371 target/ppc: move the p*_interrupt_powersave methods to excp_helper.c by Matheus Ferst · 2 years, 3 months ago
- ab9cfa0 target/ppc: unify cpu->has_work based on cs->interrupt_request by Matheus Ferst · 2 years, 3 months ago
- 2fdedcb target/ppc: introduce ppc_maybe_interrupt by Matheus Ferst · 2 years, 3 months ago
- 6a8e818 target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds by Matheus Ferst · 2 years, 3 months ago
- 022b712 target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
- b34d358 target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7 by Matheus Ferst · 2 years, 3 months ago
- 3f34e80 target/ppc: remove generic architecture checks from p7_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
- ec0f351 target/ppc: remove unused interrupts from p7_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
- d93a485 target/ppc: create an interrupt deliver method for POWER7 by Matheus Ferst · 2 years, 3 months ago
- c8e1de2 target/ppc: remove unused interrupts from p7_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
- bf303fb target/ppc: create an interrupt masking method for POWER7 by Matheus Ferst · 2 years, 3 months ago
- 64a9b5e target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
- 788ff1c target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8 by Matheus Ferst · 2 years, 3 months ago
- d66b441 target/ppc: remove generic architecture checks from p8_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
- 5673726 target/ppc: remove unused interrupts from p8_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
- 6527e75 target/ppc: create an interrupt deliver method for POWER8 by Matheus Ferst · 2 years, 3 months ago
- f6194fd target/ppc: remove unused interrupts from p8_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
- a9899d4 target/ppc: create an interrupt masking method for POWER8 by Matheus Ferst · 2 years, 3 months ago
- 2779641 target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
- 0ccd9d6 target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9 by Matheus Ferst · 2 years, 3 months ago
- ed3a24c target/ppc: remove generic architecture checks from p9_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
- 1e75ffe target/ppc: remove unused interrupts from p9_deliver_interrupt by Matheus Ferst · 2 years, 3 months ago
- 3654e23 target/ppc: create an interrupt deliver method for POWER9/POWER10 by Matheus Ferst · 2 years, 3 months ago
- b00e9a2 target/ppc: remove unused interrupts from p9_next_unmasked_interrupt by Matheus Ferst · 2 years, 3 months ago
- 2dfecf0 target/ppc: create an interrupt masking method for POWER9/POWER10 by Matheus Ferst · 2 years, 3 months ago
- ba2898f target/ppc: prepare to split interrupt masking and delivery by excp_model by Matheus Ferst · 2 years, 3 months ago
- de76b85 target/ppc: split interrupt masking and delivery from ppc_hw_interrupt by Matheus Ferst · 2 years, 3 months ago
- 7b694df target/ppc: always use ppc_set_irq to set env->pending_interrupts by Matheus Ferst · 2 years, 3 months ago
- f003109 target/ppc: define PPC_INTERRUPT_* values directly by Matheus Ferst · 2 years, 3 months ago
- bbd8dd5 target/ppc: Use gvec to decode XVTSTDC[DS]P by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- da3c53b target/ppc: Moved XSTSTDC[QDS]P to decodetree by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- a70a524 target/ppc: Moved XVTSTDC[DS]P to decodetree by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- 95a89d3 target/ppc: Use gvec to decode XVCPSGN[SD]P by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- a5b3680 target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- 26c964f target/ppc: Move VABSDU[BHW] to decodetree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- c85929b target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- d57fbd8 target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- 90b5aad target/ppc: Move VNEG[WD] to decodtree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- 611bc69 target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- 306e475 target/ppc: Move VMH[R]ADDSHS instruction to decodetree by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- dc46167 target/ppc: Moved VMLADDUHM to decodetree and use gvec by Lucas Mateus Castro (alqotel) · 2 years, 3 months ago
- b35bf5f target/ppc: move msgsync to decodetree by Matheus Ferst · 2 years, 3 months ago
- e8e09d7 target/ppc: move msgclrp/msgsndp to decodetree by Matheus Ferst · 2 years, 3 months ago
- 98f4341 target/ppc: move msgclr/msgsnd to decodetree by Matheus Ferst · 2 years, 3 months ago
- e8db3cc target/ppc: fix REQUIRE_HV macro definition by Matheus Ferst · 2 years, 3 months ago
- 9d950c7 target/ppc: fix msgsync insns flags by Matheus Ferst · 2 years, 3 months ago
- 4f93f07 target/ppc: fix msgclr/msgsnd insns flags by Matheus Ferst · 2 years, 3 months ago
- 61bd1d2 target/ppc: Convert to tcg_ops restore_state_to_opc by Richard Henderson · 2 years, 3 months ago
- c348e09 target/ppc: Fix xvcmp* clearing FI bit by Víctor Colombo · 2 years, 3 months ago
- 9364df2 target/ppc: restore powerpc_excp_booke doorbell interrupts by Nicholas Piggin · 2 years, 4 months ago
- bb76f8e Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 2 years, 3 months ago
- 3dba0a3 kvm: allow target-specific accelerator properties by Paolo Bonzini · 2 years, 4 months ago
- 1af0006 dump: Replace opaque DumpState pointer with a typed one by Janosch Frank · 2 years, 5 months ago
- e4fdf9d hw/core: Add CPUClass.get_pc by Richard Henderson · 2 years, 3 months ago
- c3f2425 target/ppc: Clear fpstatus flags on helpers missing it by Víctor Colombo · 2 years, 4 months ago
- 4b65b6e target/ppc: Zero second doubleword of VSR registers for FPR insns by Víctor Colombo · 2 years, 4 months ago
- af721a3 target/ppc: Set OV32 when OV is set by Víctor Colombo · 2 years, 4 months ago
- 9f097da target/ppc: Zero second doubleword for VSX madd instructions by Víctor Colombo · 2 years, 4 months ago
- 3ecec4c target/ppc: Set result to QNaN for DENBCD when VXCVI occurs by Víctor Colombo · 2 years, 4 months ago
- 34f760b target/ppc: Zero second doubleword in DFP instructions by Víctor Colombo · 2 years, 4 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
- 74177ec target/ppc: Merge fsqrt and fsqrts helpers by Víctor Colombo · 2 years, 4 months ago
- 4896c15 target/ppc: Move fsqrts to decodetree by Víctor Colombo · 2 years, 4 months ago
- 6a8654d target/ppc: Move fsqrt to decodetree by Víctor Colombo · 2 years, 4 months ago
- 53ae2ae target/ppc: Implement hashstp and hashchkp by Víctor Colombo · 2 years, 6 months ago
- 670f1da target/ppc: Implement hashst and hashchk by Víctor Colombo · 2 years, 6 months ago
- 903f84e target/ppc: Add HASHKEYR and HASHPKEYR SPRs by Víctor Colombo · 2 years, 6 months ago
- 306c872 accel/tcg: Add pc and host_pc params to gen_intermediate_code by Richard Henderson · 2 years, 5 months ago
- 08e185c target/ppc: Bugfix FP when OE/UE are set by Lucas Mateus Castro (alqotel) · 2 years, 5 months ago
- 21d3a78 target/ppc: Fix host PVR matching for KVM by Nicholas Piggin · 2 years, 6 months ago
- 1e2dd31 ppc: Remove redundant macro MSR_BOOK3S_MASK. by Yonggang Luo · 2 years, 6 months ago
- 0c9717f target/ppc: Implement new wait variants by Nicholas Piggin · 2 years, 6 months ago
- d2066bc target/ppc: Check page dir/table base alignment by Leandro Lupori · 2 years, 7 months ago
- 47e83d9 target/ppc: Improve Radix xlate level validation by Leandro Lupori · 2 years, 7 months ago
- 3c2e80a ppc: Check partition and process table alignment by Leandro Lupori · 2 years, 7 months ago
- 3778aa9 target/ppc: check tb_env != 0 before printing TBU/TBL/DECR by Matheus Ferst · 2 years, 6 months ago
- 491a255 target/ppc: Implement slbiag by Lucas Coutinho · 2 years, 7 months ago
- acc130c target/ppc: Move slbsync to decodetree by Lucas Coutinho · 2 years, 7 months ago
- 26d02c9 target/ppc: Move slbfee to decodetree by Lucas Coutinho · 2 years, 7 months ago
- 41b60e4 target/ppc: Move slbmfee to decodetree by Lucas Coutinho · 2 years, 7 months ago
- 74a1538 target/ppc: Move slbmfev to decodetree by Lucas Coutinho · 2 years, 7 months ago
- 0b0ba40 target/ppc: Move slbmte to decodetree by Lucas Coutinho · 2 years, 7 months ago
- 2bfcb7a target/ppc: Move slbia to decodetree by Lucas Coutinho · 2 years, 7 months ago
- a1b05c0 target/ppc: Move slbieg to decodetree by Lucas Coutinho · 2 years, 7 months ago