aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-12-13target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson4-0/+93
2018-12-13target/arm: Use arm_hcr_el2_eff more placesRichard Henderson2-15/+11
2018-12-13target/arm: Introduce arm_hcr_el2_effRichard Henderson2-61/+72
2018-12-13target/arm: Implement the ARMv8.2-AA32HPD extensionRichard Henderson3-8/+42
2018-12-13target/arm: Implement the ARMv8.1-HPD extensionRichard Henderson2-7/+24
2018-12-13target/arm: Tidy scr_writeRichard Henderson2-7/+9
2018-12-13target/arm: Fix HCR_EL2.TGE check in arm_phys_excp_target_elRichard Henderson1-3/+0
2018-12-13target/arm: Add SCR_EL3 bits up to ARMv8.5Richard Henderson1-0/+10
2018-12-13target/arm: Add HCR_EL2 bits up to ARMv8.5Richard Henderson1-1/+21
2018-12-13target/arm: Move id_aa64mmfr* to ARMISARegistersPeter Maydell5-8/+35
2018-12-12Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell3-4/+14
2018-12-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2-14/+5
2018-12-11i386: Add "stibp" flag nameEduardo Habkost1-1/+1
2018-12-11target/i386/kvm.c: Don't mark cpuid_data as QEMU_PACKEDPeter Maydell1-1/+9
2018-12-11x86/cpu: Enable MOVDIR64B cpu featureLiu Jingqi2-1/+2
2018-12-11x86/cpu: Enable MOVDIRI cpu featureLiu Jingqi2-1/+2
2018-12-11qom: make interface types abstractMarc-André Lureau1-3/+1
2018-12-11target: hax: fix errors in commentLi Qiang1-1/+1
2018-12-11target: hax: replace g_malloc with g_new0Li Qiang1-12/+3
2018-12-11misc: fix spellingMarc-André Lureau1-1/+1
2018-12-03i386: hvf: Fix overrun of _decode_tbl1Roman Bolshakov1-3/+3
2018-11-28target/arm/sve_helper: Fix compilation with clang 3.4Thomas Huth1-10/+10
2018-11-27target/i386: Generate #UD when applying LOCK to a register destinationRichard Henderson1-15/+20
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau7-29/+38
2018-11-27migration: savevm: consult migration blockersPaolo Bonzini1-3/+0
2018-11-27target/i386: kvm: add VMX migration blockerPaolo Bonzini1-0/+12
2018-11-26kvm: Use KVM_GET_MSR_INDEX_LIST for MSR_IA32_ARCH_CAPABILITIES supportBandan Das1-8/+7
2018-11-20target/xtensa: drop num_[core_]regs from dc232b/dc233c configsMax Filippov4-4/+2
2018-11-20target/xtensa: gdbstub fix register countingMax Filippov1-3/+8
2018-11-19target/arm: fix smc incorrectly trapping to EL3 when secure is offLuc Michel1-8/+46
2018-11-19target/arm: Fill in ARMISARegisters for kvm32Richard Henderson1-5/+35
2018-11-19target/arm: Introduce read_sys_reg32 for kvm32Richard Henderson1-25/+16
2018-11-19target/arm: Fill in ARMISARegisters for kvm64Richard Henderson1-2/+88
2018-11-19target/arm: Install ARMISARegisters from kvm hostRichard Henderson2-0/+2
2018-11-19Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-november-2018...Peter Maydell2-343/+423
2018-11-17target/mips: Disable R5900 supportAleksandar Markovic1-59/+0
2018-11-17target/mips: Rename MMI-related functionsAleksandar Markovic1-16/+16
2018-11-17target/mips: Rename MMI-related opcodesAleksandar Markovic1-236/+236
2018-11-17target/mips: Rename MMI-related masksAleksandar Markovic1-10/+10
2018-11-17target/mips: Guard check_insn with INSN_R5900 checkFredrik Noring1-3/+6
2018-11-17target/mips: Guard check_insn_opc_user_only with INSN_R5900 checkFredrik Noring1-4/+12
2018-11-17target/mips: Fix decoding mechanism of special R5900 opcodesFredrik Noring1-4/+50
2018-11-17target/mips: Fix decoding mechanism of R5900 DIV1 and DIVU1Fredrik Noring1-6/+59
2018-11-17target/mips: Fix decoding mechanism of R5900 MFLO1, MFHI1, MTLO1 and MTHI1Fredrik Noring1-11/+40
2018-11-13RISC-V: Respect fences for user-only emulatorsPalmer Dabbelt1-2/+0
2018-11-13target/riscv: Fix sfence.vm/a both available in any priv versionBastian Koppelmann1-5/+13
2018-11-13target/riscv: Fix FCLASS_D being treated as RV64 onlyBastian Koppelmann1-1/+3
2018-11-13target/arm/cpu: Give Cortex-A15 and -A7 the EL2 featurePeter Maydell1-0/+2
2018-11-13target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell4-18/+35
2018-11-13target/arm: Correctly implement handling of HCR_EL2.{VI, VF}Peter Maydell3-3/+83