aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-09-14target/hppa: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-09-14target/cris: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-09-14target/arm: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-09-14target/alpha: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-09-14accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé
2021-09-14target/xtensa: Restrict do_transaction_failed() to sysemuPhilippe Mathieu-Daudé
2021-09-14target/i386: Simplify TARGET_X86_64 #ifdef'ryPhilippe Mathieu-Daudé
2021-09-14target/i386: Restrict sysemu-only fpu_helper helpersPhilippe Mathieu-Daudé
2021-09-14target/avr: Remove pointless use of CONFIG_USER_ONLY definitionPhilippe Mathieu-Daudé
2021-09-14tcg: Remove tcg_global_reg_new definesBin Meng
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich
2021-09-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210913-...Peter Maydell
2021-09-13target/arm: Merge disas_a64_insn into aarch64_tr_translate_insnRichard Henderson
2021-09-13target/arm: Take an exception if PSTATE.IL is setPeter Maydell
2021-09-13hw/arm/virt: add ITS support in virt GICShashi Mallela
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell
2021-09-13hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VMMarc Zyngier
2021-09-13Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-09-13Fix nvmm_ram_block_added() function argumentsReinoud Zandijk
2021-09-13target/i386: Added vVMLOAD and vVMSAVE featureLara Lazier
2021-09-13target/i386: Added changed priority check for VIRQLara Lazier
2021-09-13target/i386: Added ignore TPR check in ctl_has_irqLara Lazier
2021-09-13target/i386: Added VGIF V_IRQ masking capabilityLara Lazier
2021-09-13target/i386: Moved int_ctl into CPUX86State structureLara Lazier
2021-09-13target/i386: Added VGIF featureLara Lazier
2021-09-13target/i386: VMRUN and VMLOAD canonicalizationsLara Lazier
2021-09-13target/i386: add missing bits to CR4_RESERVED_MASKDaniel P. Berrangé
2021-09-08target/sparc: Drop use of gen_io_end()Peter Maydell
2021-09-07s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand
2021-09-06s390x/mmu_helper: avoid setting the storage key if nothing changedDavid Hildenbrand
2021-09-06s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand
2021-09-06s390x/mmu_helper: fixup mmu_translate() documentationDavid Hildenbrand
2021-09-06s390x/mmu_helper: no need to pass access type to mmu_translate_asce()David Hildenbrand
2021-09-06s390x/tcg: check for addressing exceptions for RRBE, SSKE and ISKEDavid Hildenbrand
2021-09-06s390x/tcg: convert real to absolute address for RRBE, SSKE and ISKEDavid Hildenbrand
2021-09-06s390x/tcg: fix ignoring bit 63 when setting the storage key in SSKEDavid Hildenbrand
2021-09-06s390x/tcg: wrap address for RRBEDavid Hildenbrand
2021-09-06s390x/ioinst: Fix wrong MSCH alignment check on little endianDavid Hildenbrand
2021-09-06s390x/tcg: fix and optimize SPX (SET PREFIX)David Hildenbrand
2021-09-01target-arm: Add support for Fujitsu A64FXShuuichirou Ishii
2021-09-01target/arm: Enable MVE in Cortex-M55Peter Maydell
2021-09-01target/arm: Implement MVE VRINT insnsPeter Maydell
2021-09-01target/arm: Implement MVE VCVT between single and half precisionPeter Maydell
2021-09-01target/arm: Implement MVE VCVT with specified rounding modePeter Maydell
2021-09-01target/arm: Implement MVE VCVT between fp and integerPeter Maydell
2021-09-01target/arm: Implement MVE VCVT between floating and fixed pointPeter Maydell
2021-09-01target/arm: Implement MVE fp scalar comparisonsPeter Maydell
2021-09-01target/arm: Implement MVE fp vector comparisonsPeter Maydell
2021-09-01target/arm: Implement MVE FP max/min across vectorPeter Maydell