summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-23include/exec/memattrs: Add two bits of space to MemTxAttrsRichard Henderson1-1/+8
2023-06-23target/arm: Introduce ARMSecuritySpaceRichard Henderson2-22/+127
2023-06-23target/arm: Add RME cpregsRichard Henderson2-0/+103
2023-06-23target/arm: SCR_EL3.NS may be RES1Richard Henderson1-0/+3
2023-06-23target/arm: Update SCR and HCR for RMERichard Henderson2-4/+11
2023-06-23target/arm: Add isar_feature_aa64_rmeRichard Henderson2-0/+10
2023-06-22mac_via: fix rtc command decoding for the PRAM seconds registersMark Cave-Ayland1-5/+6
2023-06-22mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xfMark Cave-Ayland1-1/+1
2023-06-22q800: move macfb device to Q800MachineStateMark Cave-Ayland2-2/+6
2023-06-22q800: don't access Nubus bus directly from the mac-nubus-bridge deviceMark Cave-Ayland1-1/+1
2023-06-22q800: move mac-nubus-bridge device to Q800MachineStateMark Cave-Ayland2-7/+16
2023-06-22q800: move SWIM device to Q800MachineStateMark Cave-Ayland2-3/+7
2023-06-22q800: move ESP device to Q800MachineStateMark Cave-Ayland2-4/+7
2023-06-22q800: move escc_orgate device to Q800MachineStateMark Cave-Ayland2-7/+11
2023-06-22q800: move ESCC device to Q800MachineStateMark Cave-Ayland2-2/+6
2023-06-22q800: move dp8393x device to Q800MachineStateMark Cave-Ayland2-2/+6
2023-06-22hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.hMark Cave-Ayland2-31/+61
2023-06-22q800: move VIA2 device to Q800MachineStateMark Cave-Ayland2-11/+17
2023-06-22q800: move VIA1 device to Q800MachineStateMark Cave-Ayland2-7/+11
2023-06-22q800: reimplement mac-io region aliasing using IO memory regionMark Cave-Ayland2-19/+82
2023-06-22q800: introduce mac-io container memory regionMark Cave-Ayland2-0/+7
2023-06-22q800: move GLUE device to Q800MachineStateMark Cave-Ayland2-10/+16
2023-06-22q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland1-16/+13
2023-06-22q800: move GLUE device into separate q800-glue.c fileMark Cave-Ayland5-238/+306
2023-06-22q800: move ROM memory region to Q800MachineStateMark Cave-Ayland2-8/+7
2023-06-22q800: move CPU object into Q800MachineStateMark Cave-Ayland2-5/+16
2023-06-22q800: rename q800_init() to q800_machine_init()Mark Cave-Ayland1-2/+3
2023-06-22q800: introduce Q800MachineStateMark Cave-Ayland3-0/+43
2023-06-22q800: add missing space after parent object in GLUEStateMark Cave-Ayland1-0/+1
2023-06-22q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty arrayMark Cave-Ayland1-5/+5
2023-06-21target/tricore: Fix ICR.IE offset in RESTORE insnBastian Koppelmann1-1/+3
2023-06-21target/tricore: Honour privilege changes on PSW writeBastian Koppelmann1-1/+1
2023-06-21target/tricore: Implement privilege level for all insnsBastian Koppelmann1-10/+33
2023-06-21target/tricore: Introduce priv tb flagBastian Koppelmann2-11/+20
2023-06-21target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr()Bastian Koppelmann1-1/+6
2023-06-21target/tricore: ENABLE exit to main-loopBastian Koppelmann1-0/+5
2023-06-21target/tricore: Introduce DISAS_TARGET_EXITBastian Koppelmann1-13/+12
2023-06-21target/tricore: Fix RR_JLI clobbering reg A[11]Bastian Koppelmann1-1/+1
2023-06-21target/tricore: Fix helper_ret() not correctly restoring PSWBastian Koppelmann1-4/+4
2023-06-21target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regsBastian Koppelmann1-2/+9
2023-06-21target/tricore: Correctly fix saving PSW.CDE to CSA on callBastian Koppelmann1-1/+6
2023-06-21target/tricore: Fix out-of-bounds index in imask instructionSiqi Chen1-0/+1
2023-06-21target/tricore: Add DISABLE insn variantBastian Koppelmann2-1/+11
2023-06-21target/tricore: Implement SYCSCALL insnBastian Koppelmann1-1/+1
2023-06-21target/tricore: Add shuffle insnBastian Koppelmann4-0/+46
2023-06-21target/tricore: Add crc32.b insnBastian Koppelmann4-0/+17
2023-06-21target/tricore: Add crc32l.w insnBastian Koppelmann4-5/+23
2023-06-21target/tricore: Add LHA insnBastian Koppelmann2-3/+20
2023-06-21target/tricore: Add popcnt.w insnBastian Koppelmann2-0/+8
2023-06-21target/tricore: Introduce ISA 1.6.2 featureBastian Koppelmann2-0/+14