summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* qom: make interface types abstractMarc-André Lureau2018-12-111-3/+1Star
* i386: hvf: Fix overrun of _decode_tbl1Roman Bolshakov2018-12-031-3/+3
* target/arm/sve_helper: Fix compilation with clang 3.4Thomas Huth2018-11-281-10/+10
* target/i386: Generate #UD when applying LOCK to a register destinationRichard Henderson2018-11-271-15/+20
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-277-29/+38
* migration: savevm: consult migration blockersPaolo Bonzini2018-11-271-3/+0Star
* target/i386: kvm: add VMX migration blockerPaolo Bonzini2018-11-271-0/+12
* kvm: Use KVM_GET_MSR_INDEX_LIST for MSR_IA32_ARCH_CAPABILITIES supportBandan Das2018-11-261-8/+7Star
* target/xtensa: drop num_[core_]regs from dc232b/dc233c configsMax Filippov2018-11-204-4/+2Star
* target/xtensa: gdbstub fix register countingMax Filippov2018-11-201-3/+8
* target/arm: fix smc incorrectly trapping to EL3 when secure is offLuc Michel2018-11-191-8/+46
* target/arm: Fill in ARMISARegisters for kvm32Richard Henderson2018-11-191-5/+35
* target/arm: Introduce read_sys_reg32 for kvm32Richard Henderson2018-11-191-25/+16Star
* target/arm: Fill in ARMISARegisters for kvm64Richard Henderson2018-11-191-2/+88
* target/arm: Install ARMISARegisters from kvm hostRichard Henderson2018-11-192-0/+2
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-november-2018...Peter Maydell2018-11-192-343/+423
|\
| * target/mips: Disable R5900 supportAleksandar Markovic2018-11-171-59/+0Star
| * target/mips: Rename MMI-related functionsAleksandar Markovic2018-11-171-16/+16
| * target/mips: Rename MMI-related opcodesAleksandar Markovic2018-11-171-236/+236
| * target/mips: Rename MMI-related masksAleksandar Markovic2018-11-171-10/+10
| * target/mips: Guard check_insn with INSN_R5900 checkFredrik Noring2018-11-171-3/+6
| * target/mips: Guard check_insn_opc_user_only with INSN_R5900 checkFredrik Noring2018-11-171-4/+12
| * target/mips: Fix decoding mechanism of special R5900 opcodesFredrik Noring2018-11-171-4/+50
| * target/mips: Fix decoding mechanism of R5900 DIV1 and DIVU1Fredrik Noring2018-11-171-6/+59
| * target/mips: Fix decoding mechanism of R5900 MFLO1, MFHI1, MTLO1 and MTHI1Fredrik Noring2018-11-171-11/+40
* | RISC-V: Respect fences for user-only emulatorsPalmer Dabbelt2018-11-141-2/+0Star
* | target/riscv: Fix sfence.vm/a both available in any priv versionBastian Koppelmann2018-11-141-5/+13
* | target/riscv: Fix FCLASS_D being treated as RV64 onlyBastian Koppelmann2018-11-141-1/+3
|/
* target/arm/cpu: Give Cortex-A15 and -A7 the EL2 featurePeter Maydell2018-11-131-0/+2
* target/arm: Hyp mode R14 is shared with User and SystemPeter Maydell2018-11-134-18/+35
* target/arm: Correctly implement handling of HCR_EL2.{VI, VF}Peter Maydell2018-11-133-3/+83
* target/arm: Track the state of our irq lines from the GIC explicitlyPeter Maydell2018-11-133-0/+71
* Revert "target/arm: Implement HCR.VI and VF"Peter Maydell2018-11-131-43/+4Star
* arm: fix aa64_generate_debug_exceptions to work with EL2Alex Bennée2018-11-131-15/+24
* arm: use symbolic MDCR_TDE in arm_debug_target_elAlex Bennée2018-11-131-1/+1
* target/arm64: kvm debug set target_el when passing exception to guestAlex Bennée2018-11-131-0/+1
* target/arm64: hold BQL when calling do_interrupt()Alex Bennée2018-11-131-0/+2
* target/arm64: properly handle DBGVR RESS bitsAlex Bennée2018-11-131-2/+15
* target/arm: Fix typo in tlbi_aa64_vmalle1_writeRichard Henderson2018-11-131-1/+1
* target/arm: Remove antique TODO commentPeter Maydell2018-11-131-1/+0Star
* target/arm: Remove workaround for small SAU regionsPeter Maydell2018-11-131-12/+0Star
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20181108' into...Peter Maydell2018-11-0811-384/+767
|\
| * ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh2018-11-082-0/+24
| * target/ppc: Add one reg id for ptcrSuraj Jitindar Singh2018-11-081-5/+5
| * This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova2018-11-081-0/+12
| * target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk2018-11-081-0/+12
| * target/ppc: Split out float_invalid_cvtRichard Henderson2018-11-081-39/+28Star
| * target/ppc: Split out float_invalid_op_divRichard Henderson2018-11-081-28/+24Star
| * target/ppc: Split out float_invalid_op_mulRichard Henderson2018-11-081-23/+20Star
| * target/ppc: Split out float_invalid_op_addsubRichard Henderson2018-11-081-34/+26Star