aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-23target/arm: Add cpu properties for enabling FEAT_RMERichard Henderson
2023-06-23target/arm: Implement the granule protection checkRichard Henderson
2023-06-23target/arm: Implement GPC exceptionsRichard Henderson
2023-06-23target/arm: Add GPC syndromeRichard Henderson
2023-06-23target/arm: Use get_phys_addr_with_struct for stage2Richard Henderson
2023-06-23target/arm: Move s1_is_el0 into S1TranslateRichard Henderson
2023-06-23target/arm: Use get_phys_addr_with_struct in S1_ptw_translateRichard Henderson
2023-06-23target/arm: Handle no-execute for Realm and Root regimesRichard Henderson
2023-06-23target/arm: Handle Block and Page bits for security spaceRichard Henderson
2023-06-23target/arm: NSTable is RES0 for the RME EL3 regimeRichard Henderson
2023-06-23target/arm: Pipe ARMSecuritySpace through ptw.cRichard Henderson
2023-06-23target/arm: Remove __attribute__((nonnull)) from ptw.cRichard Henderson
2023-06-23target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root}Richard Henderson
2023-06-23target/arm: Adjust the order of Phys and Stage2 ARMMMUIdxRichard Henderson
2023-06-23include/exec/memattrs: Add two bits of space to MemTxAttrsRichard Henderson
2023-06-23target/arm: Introduce ARMSecuritySpaceRichard Henderson
2023-06-23target/arm: Add RME cpregsRichard Henderson
2023-06-23target/arm: SCR_EL3.NS may be RES1Richard Henderson
2023-06-23target/arm: Update SCR and HCR for RMERichard Henderson
2023-06-23target/arm: Add isar_feature_aa64_rmeRichard Henderson
2023-06-22Merge tag 'q800-for-8.1-pull-request' of https://github.com/vivier/qemu-m68k ...Richard Henderson
2023-06-22mac_via: fix rtc command decoding for the PRAM seconds registersMark Cave-Ayland
2023-06-22mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xfMark Cave-Ayland
2023-06-22q800: move macfb device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: don't access Nubus bus directly from the mac-nubus-bridge deviceMark Cave-Ayland
2023-06-22q800: move mac-nubus-bridge device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move SWIM device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move ESP device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move escc_orgate device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move ESCC device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move dp8393x device to Q800MachineStateMark Cave-Ayland
2023-06-22hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.hMark Cave-Ayland
2023-06-22q800: move VIA2 device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move VIA1 device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: reimplement mac-io region aliasing using IO memory regionMark Cave-Ayland
2023-06-22q800: introduce mac-io container memory regionMark Cave-Ayland
2023-06-22q800: move GLUE device to Q800MachineStateMark Cave-Ayland
2023-06-22q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland
2023-06-22q800: move GLUE device into separate q800-glue.c fileMark Cave-Ayland
2023-06-22q800: move ROM memory region to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move CPU object into Q800MachineStateMark Cave-Ayland
2023-06-22q800: rename q800_init() to q800_machine_init()Mark Cave-Ayland
2023-06-22q800: introduce Q800MachineStateMark Cave-Ayland
2023-06-22q800: add missing space after parent object in GLUEStateMark Cave-Ayland
2023-06-22q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty arrayMark Cave-Ayland
2023-06-21Merge tag 'pull-tricore-20230621-1' of https://github.com/bkoppelmann/qemu in...Richard Henderson
2023-06-21target/tricore: Fix ICR.IE offset in RESTORE insnBastian Koppelmann
2023-06-21target/tricore: Honour privilege changes on PSW writeBastian Koppelmann
2023-06-21target/tricore: Implement privilege level for all insnsBastian Koppelmann
2023-06-21target/tricore: Introduce priv tb flagBastian Koppelmann