aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson3-42/+51
2022-06-02target/m68k: Fix address argument for EXCP_CHKRichard Henderson2-25/+35
2022-06-02target/m68k: Remove retaddr in m68k_interrupt_allRichard Henderson1-9/+6
2022-06-02target/m68k: Fix coding style in m68k_interrupt_allRichard Henderson1-2/+2
2022-06-02target/m68k: Switch over exception type in m68k_interrupt_allRichard Henderson1-19/+30
2022-06-02target/m68k: Raise the TRAPn exception with the correct pcRichard Henderson2-10/+1
2022-05-26target/m68k: Enable halt insn for 68060Richard Henderson1-0/+1
2022-05-26target/m68k: Clear mach in m68k_cpu_disas_set_infoRichard Henderson1-5/+1
2022-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson4-24/+82
2022-05-25i386: Hyper-V Direct TLB flush hypercallVitaly Kuznetsov4-0/+12
2022-05-25i386: Hyper-V Support extended GVA ranges for TLB flush hypercallsVitaly Kuznetsov4-0/+12
2022-05-25i386: Hyper-V XMM fast hypercall input featureVitaly Kuznetsov4-1/+11
2022-05-25i386: Hyper-V Enlightened MSR bitmap featureVitaly Kuznetsov4-0/+15
2022-05-25i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURESVitaly Kuznetsov2-11/+15
2022-05-25target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable hostMaciej S. Szmigiero1-0/+8
2022-05-24target/riscv: add zicsr/zifencei to isa_stringHongren (Zenithal) Zheng1-0/+2
2022-05-24target/riscv: Set [m|s]tval for both illegal and virtual instruction trapsAnup Patel4-5/+23
2022-05-24target/riscv: Fix hstatus.GVA bit setting for traps taken from HS-modeAnup Patel1-2/+1
2022-05-24target/riscv: Fix csr number based privilege checkingAnup Patel1-2/+6
2022-05-24target/riscv: Fix typo of mimpid cpu optionFrank Chang3-7/+7
2022-05-24target/riscv: check 'I' and 'E' after checking 'G' in riscv_cpu_realizeWeiwei Li1-12/+12
2022-05-24target/riscv: Move/refactor ISA extension checksTsukasa OI1-15/+16
2022-05-24target/riscv: FP extension requirementsTsukasa OI1-0/+25
2022-05-24target/riscv: Change "G" expansionTsukasa OI1-2/+5
2022-05-24target/riscv: Disable "G" by defaultTsukasa OI1-1/+1
2022-05-24target/riscv: Fix coding style on "G" expansionTsukasa OI1-2/+2
2022-05-24target/riscv: Add short-isa-string optionTsukasa OI2-1/+7
2022-05-24target/riscv: Move Zhinx* extensions on ISA stringTsukasa OI1-2/+2
2022-05-24target/riscv: rvv: Fix early exit condition for whole register load/storeeopXD1-27/+31
2022-05-24target/riscv: Fix VS mode hypervisor CSR accessDylan Reid1-5/+5
2022-05-23target/i386: Remove LBREn bit check when access Arch LBR MSRsYang Weijiang1-12/+9
2022-05-19target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson3-35/+74
2022-05-19target/arm: Enable FEAT_HCX for -cpu maxRichard Henderson3-0/+71
2022-05-19target/arm: Fix PAuth keys access checks for disabled SEL2Florian Lugou1-1/+1
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell6-12/+47
2022-05-19target/arm/helper.c: Delete stray obsolete commentPeter Maydell1-1/+0
2022-05-19Fix aarch64 debug register names.Chris Howard1-4/+12
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell2-0/+7
2022-05-19target/arm: Drop unsupported_encoding() macroPeter Maydell2-13/+4
2022-05-19target/arm: Implement FEAT_IDSTPeter Maydell5-2/+65
2022-05-19target/arm: Enable FEAT_S2FWB for -cpu maxPeter Maydell1-0/+11
2022-05-19target/arm: Implement FEAT_S2FWBPeter Maydell2-3/+86
2022-05-19target/arm: Factor out FWB=0 specific part of combine_cacheattrs()Peter Maydell1-38/+50
2022-05-19target/arm: Postpone interpretation of stage 2 descriptor attribute bitsPeter Maydell2-7/+42
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