index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
excp_helper.c
Age
Commit message (
Expand
)
Author
2023-03-24
target/ppc: Fix helper_pminsn() prototype
Cédric Le Goater
2023-01-04
target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in ppc_maybe_interrupt
Richard Henderson
2022-12-21
target/ppc: Check DEXCR on hash{st, chk} instructions
Nicholas Miehlbradt
2022-11-17
target/ppc: Fix build warnings when building with 'disable-tcg'
Vaibhav Jain
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-10-28
target/ppc: move the p*_interrupt_powersave methods to excp_helper.c
Matheus Ferst
2022-10-28
target/ppc: introduce ppc_maybe_interrupt
Matheus Ferst
2022-10-28
target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...
Matheus Ferst
2022-10-28
target/ppc: remove generic architecture checks from p7_deliver_interrupt
Matheus Ferst
2022-10-28
target/ppc: remove unused interrupts from p7_deliver_interrupt
Matheus Ferst
2022-10-28
target/ppc: create an interrupt deliver method for POWER7
Matheus Ferst
2022-10-28
target/ppc: remove unused interrupts from p7_next_unmasked_interrupt
Matheus Ferst
2022-10-28
target/ppc: create an interrupt masking method for POWER7
Matheus Ferst
2022-10-28
target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...
Matheus Ferst
2022-10-28
target/ppc: remove generic architecture checks from p8_deliver_interrupt
Matheus Ferst
2022-10-28
target/ppc: remove unused interrupts from p8_deliver_interrupt
Matheus Ferst
2022-10-28
target/ppc: create an interrupt deliver method for POWER8
Matheus Ferst
2022-10-28
target/ppc: remove unused interrupts from p8_next_unmasked_interrupt
Matheus Ferst
2022-10-28
target/ppc: create an interrupt masking method for POWER8
Matheus Ferst
2022-10-28
target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...
Matheus Ferst
2022-10-28
target/ppc: remove generic architecture checks from p9_deliver_interrupt
Matheus Ferst
2022-10-28
target/ppc: remove unused interrupts from p9_deliver_interrupt
Matheus Ferst
2022-10-28
target/ppc: create an interrupt deliver method for POWER9/POWER10
Matheus Ferst
2022-10-28
target/ppc: remove unused interrupts from p9_next_unmasked_interrupt
Matheus Ferst
2022-10-28
target/ppc: create an interrupt masking method for POWER9/POWER10
Matheus Ferst
2022-10-28
target/ppc: prepare to split interrupt masking and delivery by excp_model
Matheus Ferst
2022-10-28
target/ppc: split interrupt masking and delivery from ppc_hw_interrupt
Matheus Ferst
2022-10-28
target/ppc: always use ppc_set_irq to set env->pending_interrupts
Matheus Ferst
2022-10-28
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
2022-10-17
target/ppc: restore powerpc_excp_booke doorbell interrupts
Nicholas Piggin
2022-09-20
target/ppc: Implement hashstp and hashchkp
Víctor Colombo
2022-09-20
target/ppc: Implement hashst and hashchk
Víctor Colombo
2022-08-04
ppc: Remove redundant macro MSR_BOOK3S_MASK.
Yonggang Luo
2022-05-05
target/ppc: Remove msr_hv macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_fe0 and msr_fe1 macros
Víctor Colombo
2022-05-05
target/ppc: Remove msr_fp macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_me macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_pow macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_ce macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_ee macro
Víctor Colombo
2022-05-05
target/ppc: Remove msr_pr macro
Víctor Colombo
2022-03-02
target/ppc: trigger PERFM EBBs from power8-pmu.c
Daniel Henrique Barboza
2022-03-02
target/ppc: add PPC_INTERRUPT_EBB and EBB exceptions
Daniel Henrique Barboza
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-18
target/ppc: Introduce a vhyp framework for nested HV support
Nicholas Piggin
2022-02-18
target/ppc: Add powerpc_reset_excp_state helper
Nicholas Piggin
2022-02-18
target/ppc: add helper for books vhyp hypercall handler
Nicholas Piggin
2022-02-09
target/ppc: books: Remove excp_model argument from ppc_excp_apply_ail
Fabiano Rosas
2022-02-09
target/ppc: Assert if MSR bits differ from msr_mask during exceptions
Fabiano Rosas
2022-02-09
target/ppc: powerpc_excp: Move common code to the caller function
Fabiano Rosas
[next]