aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertypull-target-arm-20200130Andrew Jones
2020-01-30target/arm/kvm: Implement virtual time adjustmentAndrew Jones
2020-01-30target/arm/kvm64: kvm64 cpus have timer registersAndrew Jones
2020-01-30target/arm/kvm: trivial: Clean up header documentationAndrew Jones
2020-01-30target/arm/arm-semi: Don't let the guest close stdin/stdout/stderrPeter Maydell
2020-01-29target/mips: Add implementation of GINVT instructionYongbok Kim
2020-01-29target/mips: Amend CP0 WatchHi register implementationYongbok Kim
2020-01-29target/mips: semihosting: Remove 'uhi_done' label in helper_do_semihosting()Daniel Henrique Barboza
2020-01-27target/hppa: Allow, but diagnose, LDCW aligned only mod 4Richard Henderson
2020-01-27s390x: sigp: Fix sense running reportingJanosch Frank
2020-01-27target/s390x: Remove DisasFields argument from extract_insnRichard Henderson
2020-01-27target/s390x: Move DisasFields into DisasContextRichard Henderson
2020-01-27target/s390x: Pass DisasContext to get_field and have_fieldRichard Henderson
2020-01-27target/s390x: Remove DisasFields argument from callbacksRichard Henderson
2020-01-27target/s390x: Move struct DisasFields definition earlierRichard Henderson
2020-01-27target/s390x/kvm: Enable adapter interruption suppression againThomas Huth
2020-01-27target/s390x: Remove duplicated ifdef macroPhilippe Mathieu-Daudé
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24target/i386: Add the 'model-id' for Skylake -v3 CPU modelsKashyap Chamarthy
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-24qdev: remove extraneous errorMarc-André Lureau
2020-01-24accel: Replace current_machine->accelerator by current_accel() wrapperPhilippe Mathieu-Daudé
2020-01-24target/arm/kvm: Use CPUState::kvm_state in kvm_arm_pmu_supported()Philippe Mathieu-Daudé
2020-01-24target/i386: kvm: initialize microcode revision from KVMPaolo Bonzini
2020-01-24target/i386: add a ucode-rev propertyPaolo Bonzini
2020-01-24target/i386: kvm: initialize feature MSRs very earlyPaolo Bonzini
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2020-01-24Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf1' i...Peter Maydell
2020-01-23target/arm/arch_dump: Add SVE notesAndrew Jones
2020-01-23target/arm: Fix PAuth sbox functionsVincent Dehors
2020-01-23target/arm: add PMU feature to cortex-r5 and cortex-r5fClement Deschamps
2020-01-21m68k: Fix regression causing Single-Step via GDB/RSP to not single stepLaurent Vivier
2020-01-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200117-...Peter Maydell
2020-01-17target/arm: Set ISSIs16Bit in make_issinfopull-target-arm-20200117-1Richard Henderson
2020-01-17target/arm: Return correct IL bit in merge_syn_data_abortJeff Kubascik
2020-01-17target/arm: adjust program counter for wfi exception in AArch32Jeff Kubascik
2020-01-17target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandleMasahiro Yamada
2020-01-17Merge remote-tracking branch 'remotes/rth/tags/pull-or1k-20200116' into stagingPeter Maydell
2020-01-16target/openrisc: Fix FPCSR mask to allow setting DZFStafford Horne
2020-01-16target/riscv: update mstatus.SD when FS is set dirtyShihPo Hung
2020-01-16target/riscv: fsd/fsw doesn't dirty FP stateShihPo Hung
2020-01-16target/riscv: Fix tb->flags FS statusShihPo Hung
2020-01-16riscv: Set xPIE to 1 after xRETYiting Wang
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2020-01-15target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2020-01-15target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIXRichard Henderson
2020-01-15target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIXRichard Henderson
2020-01-15target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIXRichard Henderson
2020-01-15target/unicore32: Remove MMU_MODE{0,1}_SUFFIXRichard Henderson