summaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
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
2018-08-23KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini
2018-08-23target/i386: update MPX flags when CPL changesPaolo Bonzini
2018-08-23target-i386: fix segment limit check in ljmpAndrew Oates
2018-08-23target-i386: Fix lcall/ljmp to call gate in IA-32e modeAndrew Oates
2018-08-23i386: Fix arch_query_cpu_model_expansion() leakEduardo Habkost
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini
2018-08-16i386: Disable TOPOEXT by default on "-cpu host"Eduardo Habkost
2018-08-16target-i386: adds PV_SEND_IPI CPUID feature bitWanpeng Li
2018-08-16i386: Add new CPU model Icelake-{Server,Client}Robert Hoo
2018-08-16i386: Add CPUID bit for WBNOINVDRobert Hoo
2018-08-16i386: Add CPUID bit for PCONFIGRobert Hoo
2018-08-16i386: Add CPUID bit and feature words for IA32_ARCH_CAPABILITIES MSRRobert Hoo
2018-08-16i386: Add new MSR indices for IA32_PRED_CMD and IA32_ARCH_CAPABILITIESRobert Hoo
2018-07-30i386: implement MSR_SMI_COUNT for TCGPaolo Bonzini
2018-07-30i386: do not migrate MSR_SMI_COUNT on machine types <2.12Paolo Bonzini
2018-07-23i386: Rename enum CacheType membersEduardo Habkost
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan
2018-07-16hyperv: rename vcpu_id to vp_indexRoman Kagan
2018-07-16dump: add kernel_gs_base to QEMU CPU stateViktor Prutyanov
2018-07-06i386: fix '-cpu ?' output for host cpu typeGreg Kurz
2018-07-02i386/monitor.c: make addresses canonical for "info mem" and "info tlb"Doug Gale
2018-07-02target-i386: Add NPT supportJan Kiszka
2018-07-02x86/cpu: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-07-02i386/kvm: add support for Hyper-V TLB flushVitaly Kuznetsov
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-29i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin
2018-06-28kvm: support -overcommit cpu-pm=on|offMichael S. Tsirkin
2018-06-28hmp: obsolete "info ioapic"Peter Xu
2018-06-28target-i386: Mark cpu_vmexit noreturnJan Kiszka
2018-06-28target-i386: Allow interrupt injection after STGIJan Kiszka
2018-06-28target-i386: Add NMI interception to SVMJan Kiszka
2018-06-28WHPX: register for unrecognized MSR exitsJustin Terry (VM)
2018-06-28WHPX workaround bug in OSVW handlingJustin Terry (VM)
2018-06-28whpx: commit missing filePaolo Bonzini
2018-06-28target/i386: Fix BLSR and BLSIRichard Henderson