Age | Commit message (Expand) | Author |
2018-10-02 | target/i386: fix translation for icount mode | Pavel Dovgalyuk |
2018-10-02 | hvf: drop unused variable | Paolo Bonzini |
2018-10-02 | i386: Compile CPUX86State xsave_buf only when support KVM or HVF | Liran Alon |
2018-10-02 | target/i386: rename HF_SVMI_MASK to HF_GUEST_MASK | Paolo Bonzini |
2018-10-02 | target/i386: unify masking of interrupts | Paolo Bonzini |
2018-10-02 | target/i386: move x86_64_hregs to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_tmp1_i64 to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_tmp3_i32 to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_tmp2_i32 to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_ptr1 to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_ptr0 to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_tmp4 to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_tmp0 to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_T1 to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_T0 to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_A0 to DisasContext | Emilio G. Cota |
2018-10-02 | target/i386: move cpu_cc_srcT to DisasContext | Emilio G. Cota |
2018-10-02 | kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less case | Jan Kiszka |
2018-08-23 | KVM: cleanup unnecessary #ifdef KVM_CAP_... | Paolo Bonzini |
2018-08-23 | target/i386: update MPX flags when CPL changes | Paolo Bonzini |
2018-08-23 | target-i386: fix segment limit check in ljmp | Andrew Oates |
2018-08-23 | target-i386: Fix lcall/ljmp to call gate in IA-32e mode | Andrew Oates |
2018-08-23 | i386: Fix arch_query_cpu_model_expansion() leak | Eduardo Habkost |
2018-08-23 | fix "Missing break in switch" coverity reports | Paolo Bonzini |
2018-08-16 | i386: Disable TOPOEXT by default on "-cpu host" | Eduardo Habkost |
2018-08-16 | target-i386: adds PV_SEND_IPI CPUID feature bit | Wanpeng Li |
2018-08-16 | i386: Add new CPU model Icelake-{Server,Client} | Robert Hoo |
2018-08-16 | i386: Add CPUID bit for WBNOINVD | Robert Hoo |
2018-08-16 | i386: Add CPUID bit for PCONFIG | Robert Hoo |
2018-08-16 | i386: Add CPUID bit and feature words for IA32_ARCH_CAPABILITIES MSR | Robert Hoo |
2018-08-16 | i386: Add new MSR indices for IA32_PRED_CMD and IA32_ARCH_CAPABILITIES | Robert Hoo |
2018-07-30 | i386: implement MSR_SMI_COUNT for TCG | Paolo Bonzini |
2018-07-30 | i386: do not migrate MSR_SMI_COUNT on machine types <2.12 | Paolo Bonzini |
2018-07-23 | i386: Rename enum CacheType members | Eduardo Habkost |
2018-07-16 | hyperv: ensure VP index equal to QEMU cpu_index | Roman Kagan |
2018-07-16 | hyperv: rename vcpu_id to vp_index | Roman Kagan |
2018-07-16 | dump: add kernel_gs_base to QEMU CPU state | Viktor Prutyanov |
2018-07-06 | i386: fix '-cpu ?' output for host cpu type | Greg Kurz |
2018-07-02 | i386/monitor.c: make addresses canonical for "info mem" and "info tlb" | Doug Gale |
2018-07-02 | target-i386: Add NPT support | Jan Kiszka |
2018-07-02 | x86/cpu: Use definitions from "qemu/units.h" | Philippe Mathieu-Daudé |
2018-07-02 | i386/kvm: add support for Hyper-V TLB flush | Vitaly Kuznetsov |
2018-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-06-29 | i386/cpu: make -cpu host support monitor/mwait | Michael S. Tsirkin |
2018-06-28 | kvm: support -overcommit cpu-pm=on|off | Michael S. Tsirkin |
2018-06-28 | hmp: obsolete "info ioapic" | Peter Xu |
2018-06-28 | target-i386: Mark cpu_vmexit noreturn | Jan Kiszka |
2018-06-28 | target-i386: Allow interrupt injection after STGI | Jan Kiszka |
2018-06-28 | target-i386: Add NMI interception to SVM | Jan Kiszka |
2018-06-28 | WHPX: register for unrecognized MSR exits | Justin Terry (VM) |