aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-08-24target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()Peter Maydell
2020-08-24target/arm: Delete unused ARM_FEATURE_CRCPeter Maydell
2020-08-24target/arm/translate.c: Delete/amend incorrect commentsPeter Maydell
2020-08-24target/arm: Delete unused VFP_DREG macrosPeter Maydell
2020-08-24target/arm: Remove ARCH macroPeter Maydell
2020-08-24target/arm: Convert T32 coprocessor insns to decodetreePeter Maydell
2020-08-24target/arm: Do M-profile NOCP checks early and via decodetreePeter Maydell
2020-08-24target/arm: Tidy up disas_arm_insn()Peter Maydell
2020-08-24target/arm: Convert A32 coprocessor insns to decodetreePeter Maydell
2020-08-24target/arm: Separate decode from handling of coproc insnsPeter Maydell
2020-08-24target/arm: Pull handling of XScale insns out of disas_coproc_insn()Peter Maydell
2020-08-23Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell
2020-08-21target/riscv: Change the TLB page size depends on PMP entries.Zong Li
2020-08-21target/riscv: Fix the translation of physical addressZong Li
2020-08-21riscv: Fix bug in setting pmpcfg CSR for RISCV64Hou Weiying
2020-08-21target/riscv: check before allocating TCG tempsLIU Zhiwei
2020-08-21target/riscv: Clean up fmv.w.xLIU Zhiwei
2020-08-21target/riscv: Check nanboxed inputs in trans_rvf.inc.cRichard Henderson
2020-08-21target/riscv: Check nanboxed inputs to fp helpersRichard Henderson
2020-08-21target/riscv: Generate nanboxed results from trans_rvf.inc.cRichard Henderson
2020-08-21target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_sRichard Henderson
2020-08-21target/riscv: Generate nanboxed results from fp helpersRichard Henderson
2020-08-21target/s390x: fix meson.build issuePaolo Bonzini
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini
2020-08-21meson: targetPaolo Bonzini
2020-08-21meson: convert target/s390x/gen-features.hMarc-André Lureau
2020-08-21meson: rename .inc.h files to .h.incPaolo Bonzini
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-05target/arm: Fix Rt/Rt2 in ESR_ELx for copro traps from AArch32 to 64Peter Maydell
2020-08-05target/riscv/vector_helper: Fix build on 32-bit big endian hostsThomas Huth
2020-08-04target/arm: Fix decode of LDRA[AB] instructionsPeter Collingbourne
2020-08-03target/arm: Avoid maybe-uninitialized warning with gcc 4.9Kaige Li
2020-08-03target/arm: Fix AddPAC error indicationRichard Henderson
2020-07-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200727'...Peter Maydell
2020-07-27target/arm: Improve IMPDEF algorithm for IRGRichard Henderson
2020-07-27target/arm: Always pass cacheattr in S1_ptw_translateRichard Henderson
2020-07-27Merge remote-tracking branch 'remotes/stsquad/tags/pull-fixes-for-rc2-270720-...Peter Maydell
2020-07-27target/i386: floatx80: avoid compound literals in static initializersLaszlo Ersek
2020-07-27pseries: fix kvmppc_set_fwnmi()Laurent Vivier
2020-07-26Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200725' into stagingPeter Maydell
2020-07-24target/i386: Save cc_op before loop insnsRichard Henderson
2020-07-24target/hppa: Free some temps in do_subRichard Henderson
2020-07-24Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-24' into...Peter Maydell
2020-07-24error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2020-07-24Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-for-5.1-pull-req...Peter Maydell
2020-07-23KVM: fix CPU reset wrt HF2_GIF_MASKVitaly Kuznetsov
2020-07-22target/riscv: Fix the range of pmpcfg of CSR funcion tableZong Li
2020-07-22target/riscv: fix vector index load/store constraintsLIU Zhiwei
2020-07-22target/riscv: Quiet Coverity complains about vamo*LIU Zhiwei