diff options
author | 2022-10-21 11:21:54 -0300 | |
---|---|---|
committer | 2022-10-28 13:15:22 -0300 | |
commit | 2fdedcbc69564f52a1c33bedfa291707e998a132 (patch) | |
tree | 445127d2d72a83b5ccb54350a9589fd072a6f962 /hw/usb/dev-hub.c | |
parent | target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds (diff) | |
download | qemu-2fdedcbc69564f52a1c33bedfa291707e998a132.tar.xz qemu-2fdedcbc69564f52a1c33bedfa291707e998a132.zip |
target/ppc: introduce ppc_maybe_interrupt
This new method will check if any pending interrupt was unmasked and
then call cpu_interrupt/cpu_reset_interrupt accordingly. Code that
raises/lowers or masks/unmasks interrupts should call this method to
keep CPU_INTERRUPT_HARD coherent with env->pending_interrupts.
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20221021142156.4134411-2-matheus.ferst@eldorado.org.br>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Diffstat (limited to 'hw/usb/dev-hub.c')
0 files changed, 0 insertions, 0 deletions