summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-03-17hw/i386: Consolidate topology functionsBabu Moger
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-03-17i386: Add 2nd Generation AMD EPYC processorsMoger, Babu
2020-03-17i386: Add missing cpu feature bits in EPYC modelMoger, Babu
2020-03-17target/i386: Add new property note to versioned CPU modelsTao Xu
2020-03-17target/i386: Add Denverton-v2 (no MPX) CPU modelTao Xu
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-03-16target/riscv: Fix VS mode interrupts forwarding.Rajnesh Kanwal
2020-03-16target/riscv: Correctly implement TSR trapAlistair Francis
2020-03-16WHPX: Use proper synchronization primitives while processingSunil Muthuswamy
2020-03-16i386: Fix GCC warning with snprintf when HAX is enabledJulio Faracco
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi
2020-03-16WHPX: Use QEMU values for trapped CPUIDSunil Muthuswamy
2020-03-16WHPX: TSC get and set should be dependent on VM stateSunil Muthuswamy
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé
2020-03-12target/arm: kvm: Inject events at the last stage of syncBeata Michalska
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger
2020-03-12target/arm: Disable clean_data_tbi for system modeRichard Henderson
2020-03-12target/arm: Check addresses for disabled regimesRichard Henderson
2020-03-12target/arm: Fix some comment typosPeter Maydell
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell
2020-03-12target/arm: Update hflags in trans_CPS_v7m()Peter Maydell
2020-03-10s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank
2020-03-05RISC-V: Add a missing "," in riscv_excp_namesPalmer Dabbelt
2020-03-05target/arm: Clean address for DC ZVARichard Henderson
2020-03-05target/arm: Use DEF_HELPER_FLAGS for helper_dc_zvaRichard Henderson
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson
2020-03-05target/arm: Apply TBI to ESR_ELx in helper_exception_returnRichard Henderson
2020-03-05target/arm: Introduce core_to_aa64_mmu_idxRichard Henderson
2020-03-05target/arm: Optimize cpu_mmu_indexRichard Henderson
2020-03-05target/arm: Replicate TBI/TBID bits for single range regimesRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TTLB bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TPU bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TPCP bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TACR bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.TSW bitRichard Henderson
2020-03-05target/arm: Honor the HCR_EL2.{TVM,TRVM} bitsRichard Henderson
2020-03-05target/arm: Improve masking in arm_hcr_el2_effRichard Henderson
2020-03-05target/arm: Remove EL2 and EL3 setup from user-onlyRichard Henderson
2020-03-05target/arm: Disable has_el2 and has_el3 for user-onlyRichard Henderson
2020-03-05target/arm: Add HCR_EL2 bit definitions from ARMv8.6Richard Henderson
2020-03-05target/arm: Improve masking of HCR/HCR2 RES0 bitsRichard Henderson
2020-03-05target/arm: Implement (trivially) ARMv8.2-TTCNPPeter Maydell
2020-03-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf3' i...Peter Maydell
2020-02-28target/arm: Implement ARMv8.3-CCIDXPeter Maydell
2020-02-28target/arm: Implement v8.4-RCPCPeter Maydell
2020-02-28target/arm: Implement v8.3-RCPCPeter Maydell
2020-02-28target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0Peter Maydell
2020-02-28target/arm: Split VMINMAXNM decodeRichard Henderson
2020-02-28target/arm: Split VFM decodeRichard Henderson