aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson1-1/+1
2022-05-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson5-188/+364
2022-05-16target/i386: Fix sanity check on max APIC ID / X2APIC enablementDavid Woodhouse1-1/+1
2022-05-15Merge tag 'or1k-pull-request-20220515' of https://github.com/stffrdhrn/qemu i...Richard Henderson1-0/+11
2022-05-15target/openrisc: Do not reset delay slot flag on early tb exitStafford Horne1-0/+11
2022-05-14target/i386: Support Arch LBR in CPUID enumerationYang Weijiang1-1/+19
2022-05-14target/i386: introduce helper to access supported CPUIDPaolo Bonzini1-16/+25
2022-05-14target/i386: Enable Arch LBR migration states in vmstateYang Weijiang1-0/+38
2022-05-14target/i386: Add MSR access interface for Arch LBRYang Weijiang2-0/+77
2022-05-14target/i386: Add XSAVES support for Arch LBRYang Weijiang2-1/+28
2022-05-14target/i386: Enable support for XSAVES based featuresYang Weijiang2-26/+92
2022-05-14target/i386: Add kvm_get_one_msr helperYang Weijiang1-20/+26
2022-05-14target/i386: Add lbr-fmt vPMU option to support guest LBRYang Weijiang2-0/+50
2022-05-14i386/cpu: Remove the deprecated cpu model 'Icelake-Client'Robert Hoo1-122/+0
2022-05-14WHPX: fixed TPR/CR8 translation issues affecting VM debuggingIvan Shcherbakov1-3/+10
2022-05-12target/i386: do not consult nonexistent host leavesPaolo Bonzini1-5/+36
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster4-8/+4
2022-05-11Normalize header guard symbol definitionMarkus Armbruster17-17/+17
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster2-4/+4
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster12-35/+32
2022-05-09Merge tag 'pull-target-arm-20220509' of https://git.linaro.org/people/pmaydel...Richard Henderson14-487/+933
2022-05-09target/arm: Define neoverse-n1Richard Henderson1-0/+66
2022-05-09target/arm: Define cortex-a76Richard Henderson1-0/+66
2022-05-09target/arm: Enable FEAT_DGH for -cpu maxRichard Henderson2-0/+2
2022-05-09target/arm: Enable FEAT_CSV3 for -cpu maxRichard Henderson2-0/+2
2022-05-09target/arm: Enable FEAT_CSV2_2 for -cpu maxRichard Henderson4-2/+83
2022-05-09target/arm: Enable FEAT_CSV2 for -cpu maxRichard Henderson2-0/+2
2022-05-09target/arm: Enable FEAT_IESB for -cpu maxRichard Henderson1-0/+1
2022-05-09target/arm: Enable FEAT_RAS for -cpu maxRichard Henderson2-0/+2
2022-05-09target/arm: Implement ESB instructionRichard Henderson6-15/+103
2022-05-09target/arm: Implement virtual SError exceptionsRichard Henderson5-2/+91
2022-05-09target/arm: Enable SCR and HCR bits for RASRichard Henderson1-0/+9
2022-05-09target/arm: Add minimal RAS registersRichard Henderson2-0/+89
2022-05-09target/arm: Enable FEAT_Debugv8p4 for -cpu maxRichard Henderson2-3/+3
2022-05-09target/arm: Enable FEAT_Debugv8p2 for -cpu maxRichard Henderson3-0/+4
2022-05-09target/arm: Use field names for manipulating EL2 and EL3 modesRichard Henderson1-9/+13
2022-05-09target/arm: Annotate arm_max_initfn with FEAT identifiersRichard Henderson2-74/+74
2022-05-09target/arm: Split out aa32_max_featuresRichard Henderson3-101/+65
2022-05-09target/arm: Set ID_DFR0.PerfMon for qemu-system-arm -cpu maxRichard Henderson1-0/+4
2022-05-09target/arm: Update qemu-system-arm -cpu max to cortex-a57Richard Henderson1-60/+93
2022-05-09target/arm: Move cortex impdef sysregs to cpu_tcg.cRichard Henderson3-60/+69
2022-05-09target/arm: Adjust definition of CONTEXTIDR_EL2Richard Henderson1-4/+11
2022-05-09target/arm: Merge zcr reginfoRichard Henderson1-38/+17
2022-05-09target/arm: Drop EL3 no EL2 fallbacksRichard Henderson1-145/+13
2022-05-09target/arm: Handle cpreg registration for missing ELRichard Henderson2-56/+133
2022-05-09disas: Remove old libopcode ppc disassemblerThomas Huth1-2/+0
2022-05-09disas: Remove old libopcode i386 disassemblerThomas Huth1-1/+0
2022-05-09disas: Remove old libopcode arm disassemblerThomas Huth1-8/+0
2022-05-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-0/+90
2022-05-07WHPX: support for xcr0Sunil Muthuswamy2-0/+90