Age | Commit message (Expand) | Author | Files | Lines |
2022-07-18 | target/ppc: Move slbsync to decodetree | Lucas Coutinho | 3 | -17/+16 |
2022-07-18 | target/ppc: Move slbfee to decodetree | Lucas Coutinho | 5 | -28/+38 |
2022-07-18 | target/ppc: Move slbmfee to decodetree | Lucas Coutinho | 5 | -15/+17 |
2022-07-18 | target/ppc: Move slbmfev to decodetree | Lucas Coutinho | 5 | -14/+18 |
2022-07-18 | target/ppc: Move slbmte to decodetree | Lucas Coutinho | 5 | -16/+18 |
2022-07-18 | target/ppc: Move slbia to decodetree | Lucas Coutinho | 5 | -19/+21 |
2022-07-18 | target/ppc: Move slbieg to decodetree | Lucas Coutinho | 5 | -15/+17 |
2022-07-18 | target/ppc: Move slbie to decodetree | Lucas Coutinho | 5 | -15/+23 |
2022-07-18 | target/ppc: add macros to check privilege level | Matheus Ferst | 2 | -5/+23 |
2022-07-18 | target/ppc: receive DisasContext explicitly in GEN_PRIV | Matheus Ferst | 2 | -149/+154 |
2022-07-18 | target/ppc: Implement ISA 3.00 tlbie[l] | Leandro Lupori | 4 | -0/+188 |
2022-07-18 | target/ppc: Move tlbie[l] to decode tree | Leandro Lupori | 4 | -64/+99 |
2022-07-18 | target/ppc: fix exception error code in spr_write_excp_vector | Matheus Ferst | 1 | -3/+3 |
2022-07-18 | target/ppc: fix PMU Group A register read/write exceptions | Matheus Ferst | 1 | -5/+5 |
2022-07-18 | target/ppc: fix exception error code in helper_{load, store}_dcr | Matheus Ferst | 2 | -4/+4 |
2022-07-18 | target/ppc: remove mfdcrux and mtdcrux | Matheus Ferst | 2 | -22/+2 |
2022-07-18 | target/ppc: fix exception error value in slbfee | Matheus Ferst | 1 | -2/+2 |
2022-07-18 | target/ppc: Fix gen_priv_exception error value in mfspr/mtspr | Matheus Ferst | 1 | -4/+4 |
2022-07-18 | target/ppc/kvm: Skip current and parent directories in kvmppc_find_cpu_dt | Murilo Opsfelder Araujo | 1 | -0/+6 |
2022-07-18 | ppc: Remove unused irq_inputs | Cédric Le Goater | 2 | -6/+0 |
2022-07-18 | target/arm: Don't set syndrome ISS for loads and stores with writeback | Peter Maydell | 1 | -1/+3 |
2022-07-18 | target/arm: Honour VTCR_EL2 bits in Secure EL2 | Peter Maydell | 2 | -3/+38 |
2022-07-18 | target/arm: Store TCR_EL* registers as uint64_t | Peter Maydell | 6 | -68/+27 |
2022-07-18 | target/arm: Store VTCR_EL2, VSTCR_EL2 registers as uint64_t | Peter Maydell | 4 | -14/+12 |
2022-07-18 | target/arm: Fix big-endian host handling of VTCR | Peter Maydell | 1 | -1/+1 |
2022-07-18 | target/arm: Fold regime_tcr() and regime_tcr_value() together | Peter Maydell | 4 | -18/+12 |
2022-07-18 | target/arm: Calculate mask/base_mask in get_level1_table_address() | Peter Maydell | 1 | -5/+9 |
2022-07-18 | target/arm: Define and use new regime_tcr_value() function | Peter Maydell | 4 | -8/+14 |
2022-07-18 | linux-user/aarch64: Do not clear PROT_MTE on mprotect | Richard Henderson | 1 | -2/+5 |
2022-07-18 | target/arm: Fix aarch64_sve_change_el for SME | Richard Henderson | 1 | -6/+25 |
2022-07-18 | target/arm: Fill in VL for tbflags when SME enabled and SVE disabled | Richard Henderson | 1 | -2/+8 |
2022-07-14 | Merge tag 'darwin-20220712' of https://github.com/philmd/qemu into staging | Peter Maydell | 3 | -13/+23 |
2022-07-13 | hvf: Enable RDTSCP support | Cameron Esfahani | 3 | -13/+23 |
2022-07-12 | target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRING | Richard Henderson | 1 | -18/+9 |
2022-07-12 | target/mips: Simplify UHI_argnlen and UHI_argn | Richard Henderson | 1 | -23/+21 |
2022-07-12 | target/mips: Use error_report for UHI_assert | Richard Henderson | 1 | -21/+18 |
2022-07-12 | target/mips: Avoid qemu_semihosting_log_out for UHI_plog | Richard Henderson | 1 | -11/+41 |
2022-07-12 | target/mips: Use semihosting/syscalls.h | Richard Henderson | 1 | -120/+91 |
2022-07-12 | target/mips: Drop link syscall from semihosting | Richard Henderson | 1 | -9/+0 |
2022-07-12 | target/mips: Create report_fault for semihosting | Richard Henderson | 1 | -18/+15 |
2022-07-12 | target/mips: introduce Cavium Octeon CPU model | Pavel Dovgalyuk | 1 | -0/+28 |
2022-07-12 | target/mips: implement Octeon-specific arithmetic instructions | Pavel Dovgalyuk | 2 | -0/+181 |
2022-07-12 | target/mips: implement Octeon-specific BBIT instructions | Pavel Dovgalyuk | 2 | -0/+39 |
2022-07-12 | target/mips: introduce decodetree structure for Cavium Octeon extension | Pavel Dovgalyuk | 6 | -0/+31 |
2022-07-11 | target/arm: Enable SME for user-only | Richard Henderson | 1 | -0/+11 |
2022-07-11 | target/arm: Only set ZEN in reset if SVE present | Richard Henderson | 1 | -4/+3 |
2022-07-11 | target/arm: Enable SME for -cpu max | Richard Henderson | 1 | -0/+11 |
2022-07-11 | target/arm: Reset streaming sve state on exception boundaries | Richard Henderson | 1 | -2/+13 |
2022-07-11 | target/arm: Implement SCLAMP, UCLAMP | Richard Henderson | 4 | -0/+149 |
2022-07-11 | target/arm: Implement REVD | Richard Henderson | 4 | -0/+21 |