aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2018-10-30i386: Add PKU on Skylake-Server CPU modelTao Xu
2018-10-30i386: Add new model of Cascadelake-ServerTao Xu
2018-10-30x86: define a new MSR based feature word -- FEATURE_WORDS_ARCH_CAPABILITIESRobert Hoo
2018-10-30x86: Data structure changes to support MSR based featuresRobert Hoo
2018-10-30kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctlRobert Hoo
2018-10-30target/i386: Remove #ifdeffed-out icebp debugging hackPeter Maydell
2018-10-30i386: correct cpu_x86_cpuid(0xd)Sebastian Andrzej Siewior
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-19target/i386: kvm: just return after migrate_add_blocker failedLi Qiang
2018-10-19hyperv: process POST_MESSAGE hypercallRoman Kagan
2018-10-19hyperv: process SIGNAL_EVENT hypercallRoman Kagan
2018-10-19hyperv: make overlay pages for SynICRoman Kagan
2018-10-19hyperv: only add SynIC in compatible configurationsRoman Kagan
2018-10-19hyperv: qom-ify SynICRoman Kagan
2018-10-19hyperv:synic: split capability testing and settingRoman Kagan
2018-10-19i386: add hyperv-stub for CONFIG_HYPERV=nRoman Kagan
2018-10-19hyperv: factor out arch-independent API into hw/hypervRoman Kagan
2018-10-19hyperv: make hyperv_vp_index inlineRoman Kagan
2018-10-19hyperv: split hyperv-proto.h into x86 and arch-independent partsRoman Kagan
2018-10-19hyperv: rename kvm_hv_sint_route_set_sintRoman Kagan
2018-10-19hyperv: make HvSintRoute reference-countedRoman Kagan
2018-10-19hyperv: address HvSintRoute by X86CPU pointerRoman Kagan
2018-10-19hyperv: allow passing arbitrary data to sint ack callbackRoman Kagan
2018-10-19hyperv: synic: only setup ack notifier if there's a callbackRoman Kagan
2018-10-19hyperv: cosmetic: g_malloc -> g_newRoman Kagan
2018-10-19i386: hvf: Remove hvf_disabledRoman Bolshakov
2018-10-19i386: hvf: Fix register refs if REX is presentRoman Bolshakov
2018-10-19i386/kvm: add support for Hyper-V IPI sendVitaly Kuznetsov
2018-10-19target-i386: kvm: do not initialize padding fieldsPaolo Bonzini
2018-10-18target/i386: Convert to HAVE_CMPXCHG128Richard Henderson
2018-10-02target/i386: fix translation for icount modePavel Dovgalyuk
2018-10-02hvf: drop unused variablePaolo Bonzini
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon
2018-10-02target/i386: rename HF_SVMI_MASK to HF_GUEST_MASKPaolo Bonzini
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini
2018-10-02target/i386: move x86_64_hregs to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp1_i64 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp3_i32 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp2_i32 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_ptr1 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_ptr0 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp4 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_tmp0 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_T1 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_T0 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_A0 to DisasContextEmilio G. Cota
2018-10-02target/i386: move cpu_cc_srcT to DisasContextEmilio G. Cota
2018-10-02kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less caseJan Kiszka