aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-10-24target/arm: Hoist address increment for vector memory opsRichard Henderson1-4/+8
2018-10-24target/arm: Report correct syndrome for FP/SIMD traps to Hyp modePeter Maydell3-5/+26
2018-10-24target/arm: Get IL bit correct for v7 syndrome valuesPeter Maydell2-5/+15
2018-10-24target/arm: New utility function to extract EC from syndromePeter Maydell4-4/+9
2018-10-24target/arm: Implement HCR.PTWPeter Maydell1-1/+20
2018-10-24target/arm: Implement HCR.VI and VFPeter Maydell1-4/+43
2018-10-24target/arm: ISR_EL1 bits track virtual interrupts if IMO/FMO setPeter Maydell1-4/+18
2018-10-24target/arm: Implement HCR.DCPeter Maydell1-2/+21
2018-10-24target/arm: Implement HCR.FBPeter Maydell1-72/+113
2018-10-24target/arm: Make switch_mode() file-localPeter Maydell2-3/+4
2018-10-24target/arm: Improve debug logging of AArch32 exception returnPeter Maydell3-6/+29
2018-10-24target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson5-32/+49
2018-10-24target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson5-9/+28
2018-10-24target/arm: Convert jazelle from feature bit to isar1 testRichard Henderson3-5/+20
2018-10-24target/arm: Convert division from feature bits to isar0 testsRichard Henderson3-13/+13
2018-10-24target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson6-114/+245
2018-10-24target/arm: V8M should not imply V7VERichard Henderson1-1/+5
2018-10-24target/arm: Move some system registers into a substructureRichard Henderson4-152/+156
2018-10-24target/arm: Add support for VCPU event statesDongjiu Geng6-0/+139
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell2-10/+11
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell12-281/+222
2018-10-19Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181018' into stagingPeter Maydell10-331/+363
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster2-10/+11
2018-10-19target/i386: kvm: just return after migrate_add_blocker failedLi Qiang1-1/+1
2018-10-19hyperv: process POST_MESSAGE hypercallRoman Kagan1-0/+3
2018-10-19hyperv: process SIGNAL_EVENT hypercallRoman Kagan1-4/+6
2018-10-19hyperv: make overlay pages for SynICRoman Kagan1-6/+14
2018-10-19hyperv: only add SynIC in compatible configurationsRoman Kagan3-8/+25
2018-10-19hyperv: qom-ify SynICRoman Kagan5-0/+60
2018-10-19hyperv:synic: split capability testing and settingRoman Kagan1-4/+16
2018-10-19i386: add hyperv-stub for CONFIG_HYPERV=nRoman Kagan3-7/+47
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-18target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translateRichard Henderson2-27/+38
2018-10-18target/s390x: Skip wout, cout helpers if op helper does not returnRichard Henderson1-5/+15
2018-10-18target/s390x: Split do_cdsg, do_lpq, do_stpqRichard Henderson1-64/+58
2018-10-18target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson1-49/+39
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson3-62/+88
2018-10-18target/arm: Check HAVE_CMPXCHG128 at translate timeRichard Henderson2-28/+26