- c7de92b target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs by Anup Patel · 3 years, 2 months ago
- d0237b4 target/riscv: Implement AIA interrupt filtering CSRs by Anup Patel · 3 years, 2 months ago
- 2b60239 target/riscv: Implement AIA hvictl and hviprioX CSRs by Anup Patel · 3 years, 2 months ago
- d028ac7 target/riscv: Implement AIA CSRs for 64 local interrupts on RV32 by Anup Patel · 3 years, 2 months ago
- 43dc93a target/riscv: Implement AIA local interrupt priorities by Anup Patel · 3 years, 2 months ago
- 69077dd target/riscv: Allow AIA device emulation to set ireg rmw callback by Anup Patel · 3 years, 2 months ago
- aa7508b target/riscv: Add defines for AIA CSRs by Anup Patel · 3 years, 2 months ago
- 32b0ada target/riscv: Add AIA cpu feature by Anup Patel · 3 years, 2 months ago
- f87adf2 target/riscv: Allow setting CPU feature from machine/device emulation by Anup Patel · 3 years, 2 months ago
- 02d9565 target/riscv: Improve delivery of guest external interrupts by Anup Patel · 3 years, 2 months ago
- cd032fe target/riscv: Implement hgeie and hgeip CSRs by Anup Patel · 3 years, 2 months ago
- 881df35 target/riscv: Implement SGEIP bit in hip and hie CSRs by Anup Patel · 3 years, 2 months ago
- dceecac target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode by Anup Patel · 3 years, 2 months ago
- ac6bcf4 target/riscv: Fix vill field write in vtype by LIU Zhiwei · 3 years, 2 months ago
- 0d429bd target/riscv: Add XVentanaCondOps custom extension by Philipp Tomsich · 3 years, 2 months ago
- 5e199b6 target/riscv: iterate over a table of decoders by Philipp Tomsich · 3 years, 2 months ago
- f2a32be target/riscv: access cfg structure through DisasContext by Philipp Tomsich · 3 years, 2 months ago
- 79bf3b5 target/riscv: access configuration through cfg_ptr in DisasContext by Philipp Tomsich · 3 years, 2 months ago
- 3b91323 target/riscv: riscv_tr_init_disas_context: copy pointer-to-cfg into cfg_ptr by Philipp Tomsich · 3 years, 2 months ago
- 466292b target/riscv: refactor (anonymous struct) RISCVCPU.cfg into 'struct RISCVCPUConfig' by Philipp Tomsich · 3 years, 2 months ago
- 6c3a924 target/riscv: correct "code should not be reached" for x-rv128 by Frédéric Pétrot · 3 years, 2 months ago
- cc5ce8b Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into staging by Peter Maydell · 3 years, 2 months ago
- 346cd00 target/i386: use CPU_LOG_INT for IRQ servicing by Alex Bennée · 3 years, 2 months ago
- 205eb5a target/ppc: Change VSX instructions behavior to fill with zeros by Víctor Colombo · 3 years, 2 months ago
- 10895ab target/ppc: books: Remove excp_model argument from ppc_excp_apply_ail by Fabiano Rosas · 3 years, 2 months ago
- fce9fba target/ppc: Assert if MSR bits differ from msr_mask during exceptions by Fabiano Rosas · 3 years, 2 months ago
- c6eaac8 target/ppc: powerpc_excp: Move common code to the caller function by Fabiano Rosas · 3 years, 2 months ago
- 2809137 target/ppc: Remove powerpc_excp_legacy by Fabiano Rosas · 3 years, 2 months ago
- fe4b5c4 target/ppc: 7xx: Set SRRs directly in exception code by Fabiano Rosas · 3 years, 2 months ago
- 7df40c5 target/ppc: 7xx: Software TLB cleanup by Fabiano Rosas · 3 years, 2 months ago
- 3c3fa43 target/ppc: 7xx: System Reset cleanup by Fabiano Rosas · 3 years, 2 months ago
- 3b57863 target/ppc: 7xx: System Call exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- ab36939 target/ppc: 7xx: Program exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- a53ce46 target/ppc: 7xx: External interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
- 784f5a3 target/ppc: 7xx: Machine Check exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 93848d6 target/ppc: Simplify powerpc_excp_7xx by Fabiano Rosas · 3 years, 2 months ago
- ccfca2f target/ppc: Introduce powerpc_excp_7xx by Fabiano Rosas · 3 years, 2 months ago
- fd7dc4b target/ppc: Merge 7x5 and 7x0 exception model IDs by Fabiano Rosas · 3 years, 2 months ago
- c50eaed target/ppc: 6xx: Set SRRs directly in exception code by Fabiano Rosas · 3 years, 2 months ago
- 8f8c793 target/ppc: 6xx: Software TLB exceptions cleanup by Fabiano Rosas · 3 years, 2 months ago
- 000ac49 target/ppc: 6xx: System Reset interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
- c0e1928 target/ppc: 6xx: System Call exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 25fe5f7 target/ppc: 6xx: Program exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 3189fa3 target/ppc: 6xx: External interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
- 9b12ff4 target/ppc: 6xx: Machine Check exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- b7c32cd target/ppc: 6xx: Critical exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 082d783 target/ppc: Simplify powerpc_excp_6xx by Fabiano Rosas · 3 years, 2 months ago
- 58d178f target/ppc: Introduce powerpc_excp_6xx by Fabiano Rosas · 3 years, 2 months ago
- 9323650 target/ppc: Merge exception model IDs for 6xx CPUs by Fabiano Rosas · 3 years, 2 months ago
- 005b69f target/ppc: Remove PowerPC 601 CPUs by Cédric Le Goater · 3 years, 2 months ago
- 36387ca target/ppc: Fix radix logging by Cédric Le Goater · 3 years, 2 months ago
- 0fdd000 target/ppc: booke: System Reset exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- f2ba487 target/ppc: booke: Watchdog Timer interrupt by Fabiano Rosas · 3 years, 2 months ago
- 904e842 target/ppc: booke: System Call exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- f7a28f7 target/ppc: booke: Alignment interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
- 5d54e8c target/ppc: booke: External interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
- b583351 target/ppc: booke: Instruction storage exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- afdbc86 target/ppc: booke: Data Storage exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- db40321 target/ppc: booke: Machine Check cleanups by Fabiano Rosas · 3 years, 2 months ago
- 9c9b67f target/ppc: booke: Critical exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 9dc20cc target/ppc: Simplify powerpc_excp_booke by Fabiano Rosas · 3 years, 2 months ago
- 180952c target/ppc: Introduce powerpc_excp_booke by Fabiano Rosas · 3 years, 2 months ago
- 84f54da target/ppc: Remove 440x4 CPU by Fabiano Rosas · 3 years, 2 months ago
- c737d86 arm: force flag recalculation when messing with DAIF by Alex Bennée · 3 years, 2 months ago
- 3f37979 arm: tcg: Adhere to SMCCC 1.3 section 5.2 by Peter Maydell · 3 years, 2 months ago
- bddd892 target/arm: make psci-conduit settable after realize by Peter Maydell · 3 years, 2 months ago
- a7b66ad target/arm: Use CPTR_TFP with CPTR_EL3 in fp_exception_el by Richard Henderson · 3 years, 2 months ago
- d5a6fa2 target/arm: Fix {fp, sve}_exception_el for VHE mode running by Richard Henderson · 3 years, 2 months ago
- 7701cee target/arm: Tidy sve_exception_el for CPACR_EL1 access by Richard Henderson · 3 years, 2 months ago
- 63888fa target/arm: Fix sve_zcr_len_for_el for VHE mode running by Richard Henderson · 3 years, 2 months ago
- 8f3e5ce Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request' into staging by Peter Maydell · 3 years, 2 months ago
- 4a4554c hppa: Add support for an emulated TOC/NMI button. by Helge Deller · 3 years, 3 months ago
- 804b30d Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into staging by Peter Maydell · 3 years, 2 months ago
- d90e6f6 Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128-pull-request' into staging by Peter Maydell · 3 years, 2 months ago
- 4537d62 target/ppc: Remove support for the PowerPC 602 CPU by Cédric Le Goater · 3 years, 2 months ago
- 17e3134 Remove unnecessary minimum_version_id_old fields by Peter Maydell · 3 years, 2 months ago
- 2c023d3 target/arm: Use correct entrypoint for SVC taken from Hyp to Hyp by Peter Maydell · 3 years, 3 months ago
- fc6177a target/arm: Log CPU index in 'Taking exception' log by Peter Maydell · 3 years, 2 months ago
- f82db77 target/ppc: 74xx: Set SRRs directly in exception code by Fabiano Rosas · 3 years, 2 months ago
- 91a51fe target/ppc: 74xx: System Reset interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
- bca2c6d target/ppc: 74xx: System Call exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 0ea2a65 target/ppc: 74xx: Program exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 12e8042 target/ppc: 74xx: External interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
- 3fbb464 target/ppc: 74xx: Machine Check exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 1f6faf8 target/ppc: Simplify powerpc_excp_74xx by Fabiano Rosas · 3 years, 2 months ago
- 52926b0 target/ppc: Introduce powerpc_excp_74xx by Fabiano Rosas · 3 years, 2 months ago
- aca2b93 target/ppc: books: Program exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 67baff7 target/ppc: books: External interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
- 58a0211 target/ppc: books: Machine Check exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 30c4e42 target/ppc: Simplify powerpc_excp_books by Fabiano Rosas · 3 years, 2 months ago
- 9f338e4 target/ppc: Introduce powerpc_excp_books by Fabiano Rosas · 3 years, 2 months ago
- 1afe578 target/ppc: 405: Watchdog timer exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 64e62cf target/ppc: 405: Program exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 35f579f target/ppc: 405: Instruction storage interrupt cleanup by Fabiano Rosas · 3 years, 2 months ago
- f9911e1 target/ppc: 405: Data Storage exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 4d8ac1d target/ppc: 405: Debug exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 66b5ad5 target/ppc: 405: Alignment exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 8428cdb target/ppc: 405: System call exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 9026e99 target/ppc: 405: External exception cleanup by Fabiano Rosas · 3 years, 2 months ago
- 2149e65 target/ppc: 405: Machine check exception cleanup by Fabiano Rosas · 3 years, 2 months ago