aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
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/i386: Convert to HAVE_CMPXCHG128Richard Henderson1-5/+4
2018-10-02target/i386: fix translation for icount modePavel Dovgalyuk1-3/+3
2018-10-02hvf: drop unused variablePaolo Bonzini1-1/+0
2018-10-02i386: Compile CPUX86State xsave_buf only when support KVM or HVFLiran Alon5-8/+10
2018-10-02target/i386: rename HF_SVMI_MASK to HF_GUEST_MASKPaolo Bonzini5-11/+11
2018-10-02target/i386: unify masking of interruptsPaolo Bonzini3-67/+91
2018-10-02target/i386: move x86_64_hregs to DisasContextEmilio G. Cota1-153/+154
2018-10-02target/i386: move cpu_tmp1_i64 to DisasContextEmilio G. Cota1-80/+80
2018-10-02target/i386: move cpu_tmp3_i32 to DisasContextEmilio G. Cota1-32/+32
2018-10-02target/i386: move cpu_tmp2_i32 to DisasContextEmilio G. Cota1-173/+174
2018-10-02target/i386: move cpu_ptr1 to DisasContextEmilio G. Cota1-26/+26
2018-10-02target/i386: move cpu_ptr0 to DisasContextEmilio G. Cota1-49/+52
2018-10-02target/i386: move cpu_tmp4 to DisasContextEmilio G. Cota1-39/+39
2018-10-02target/i386: move cpu_tmp0 to DisasContextEmilio G. Cota1-138/+144
2018-10-02target/i386: move cpu_T1 to DisasContextEmilio G. Cota1-171/+170
2018-10-02target/i386: move cpu_T0 to DisasContextEmilio G. Cota1-580/+594
2018-10-02target/i386: move cpu_A0 to DisasContextEmilio G. Cota1-236/+236
2018-10-02target/i386: move cpu_cc_srcT to DisasContextEmilio G. Cota1-14/+18
2018-10-02kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less caseJan Kiszka1-0/+4
2018-08-23KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini1-8/+0
2018-08-23target/i386: update MPX flags when CPL changesPaolo Bonzini1-3/+4
2018-08-23target-i386: fix segment limit check in ljmpAndrew Oates1-2/+2
2018-08-23target-i386: Fix lcall/ljmp to call gate in IA-32e modeAndrew Oates1-40/+152
2018-08-23i386: Fix arch_query_cpu_model_expansion() leakEduardo Habkost1-6/+3
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini1-0/+2
2018-08-16i386: Disable TOPOEXT by default on "-cpu host"Eduardo Habkost1-0/+6
2018-08-16target-i386: adds PV_SEND_IPI CPUID feature bitWanpeng Li1-1/+1
2018-08-16i386: Add new CPU model Icelake-{Server,Client}Robert Hoo1-0/+115
2018-08-16i386: Add CPUID bit for WBNOINVDRobert Hoo2-1/+3
2018-08-16i386: Add CPUID bit for PCONFIGRobert Hoo2-1/+2