aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan3-144/+5
2018-10-19hyperv: make hyperv_vp_index inlineRoman Kagan2-9/+8
2018-10-19hyperv: split hyperv-proto.h into x86 and arch-independent partsRoman Kagan1-112/+3
2018-10-19hyperv: rename kvm_hv_sint_route_set_sintRoman Kagan2-2/+2
2018-10-19hyperv: make HvSintRoute reference-countedRoman Kagan2-9/+26
2018-10-19hyperv: address HvSintRoute by X86CPU pointerRoman Kagan1-2/+8
2018-10-19hyperv: allow passing arbitrary data to sint ack callbackRoman Kagan2-14/+17
2018-10-19hyperv: synic: only setup ack notifier if there's a callbackRoman Kagan1-14/+19
2018-10-19hyperv: cosmetic: g_malloc -> g_newRoman Kagan1-1/+1
2018-10-19i386: hvf: Remove hvf_disabledRoman Bolshakov1-8/+1
2018-10-19i386: hvf: Fix register refs if REX is presentRoman Bolshakov2-31/+42
2018-10-19i386/kvm: add support for Hyper-V IPI sendVitaly Kuznetsov4-1/+16
2018-10-19target-i386: kvm: do not initialize padding fieldsPaolo Bonzini1-2/+0
2018-10-18Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...Peter Maydell1-5/+1
2018-10-16target/hppa: Raise exception 26 on emulated hardwareHelge Deller1-1/+2
2018-10-16target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/writePeter Maydell1-2/+2
2018-10-16target/arm: Mask PMOVSR writes based on supported countersAaron Lindsay1-0/+1
2018-10-16target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IOAaron Lindsay1-2/+4
2018-10-16target/arm: Add the Cortex-A72Edgar E. Iglesias1-3/+63
2018-10-16target-arm: powerctl: Enable HVC when starting CPUs to EL2Edgar E. Iglesias1-0/+10
2018-10-16target/cris/translate: Get rid of qemu_log_separate()Thomas Huth1-5/+1
2018-10-16target/arm: Fix cortex-a7 id_isar0Richard Henderson1-1/+4
2018-10-16target/arm: Align cortex-r5 id_isar0Richard Henderson1-1/+1
2018-10-16target/arm: Define fields of ISAR registersRichard Henderson1-0/+88
2018-10-16target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson3-7/+22
2018-10-12s390x/kvm: enable AP instruction interpretation for guestTony Krowiak1-0/+19
2018-10-12s390x/cpumodel: Set up CPU model for AP device supportTony Krowiak4-0/+11
2018-10-12target/s390x/excp_helper: Remove DPRINTF() macroThomas Huth1-37/+11
2018-10-09s390x/tcg: always enable AFP for linux-userDavid Hildenbrand1-0/+5
2018-10-08target/arm: Add v8M stack checks for MSR to SP_NSPeter Maydell1-1/+13
2018-10-08target/arm: Add v8M stack checks for VLDM/VSTMPeter Maydell1-0/+12
2018-10-08target/arm: Add v8M stack checks for Thumb push/popPeter Maydell1-1/+15
2018-10-08target/arm: Add v8M stack checks for T32 load/store singlePeter Maydell1-1/+22
2018-10-08target/arm: Add v8M stack checks for Thumb2 LDM/STMPeter Maydell1-1/+18
2018-10-08target/arm: Add v8M stack checks for LDRD/STRD (imm)Peter Maydell1-2/+25
2018-10-08target/arm: Add v8M stack limit checks on NS function callsPeter Maydell3-2/+15
2018-10-08target/arm: Add v8M stack checks on exception entryPeter Maydell1-8/+46
2018-10-08target/arm: Add some comments in Thumb decodePeter Maydell1-3/+17
2018-10-08target/arm: Add v8M stack checks on ADD/SUB/MOV of SPPeter Maydell4-9/+106
2018-10-08target/arm: Move v7m_using_psp() to internals.hPeter Maydell2-12/+16
2018-10-08target/arm: Define new EXCP type for v8M stack overflowsPeter Maydell2-0/+7
2018-10-08target/arm: Define new TBFLAG for v8M stack checkingPeter Maydell4-0/+19
2018-10-08target/arm: Pass TCGMemOpIdx to sve memory helpersRichard Henderson3-89/+121
2018-10-08target/arm: Rewrite vector gather first-fault loadsRichard Henderson3-141/+325
2018-10-08target/arm: Rewrite vector gather storesRichard Henderson3-90/+179
2018-10-08target/arm: Rewrite vector gather loadsRichard Henderson3-173/+392
2018-10-08target/arm: Split contiguous stores for endiannessRichard Henderson3-37/+98
2018-10-08target/arm: Split contiguous loads for endiannessRichard Henderson3-142/+263
2018-10-08target/arm: Rewrite helper_sve_st[1234]*_rRichard Henderson1-177/+170
2018-10-08target/arm: Rewrite helper_sve_ld[234]*_rRichard Henderson1-93/+117