index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-02
target/i386: fix translation for icount mode
Pavel Dovgalyuk
1
-3
/
+3
2018-10-02
hvf: drop unused variable
Paolo Bonzini
1
-1
/
+0
2018-10-02
i386: Compile CPUX86State xsave_buf only when support KVM or HVF
Liran Alon
5
-8
/
+10
2018-10-02
target/i386: rename HF_SVMI_MASK to HF_GUEST_MASK
Paolo Bonzini
5
-11
/
+11
2018-10-02
target/i386: unify masking of interrupts
Paolo Bonzini
3
-67
/
+91
2018-10-02
target/i386: move x86_64_hregs to DisasContext
Emilio G. Cota
1
-153
/
+154
2018-10-02
target/i386: move cpu_tmp1_i64 to DisasContext
Emilio G. Cota
1
-80
/
+80
2018-10-02
target/i386: move cpu_tmp3_i32 to DisasContext
Emilio G. Cota
1
-32
/
+32
2018-10-02
target/i386: move cpu_tmp2_i32 to DisasContext
Emilio G. Cota
1
-173
/
+174
2018-10-02
target/i386: move cpu_ptr1 to DisasContext
Emilio G. Cota
1
-26
/
+26
2018-10-02
target/i386: move cpu_ptr0 to DisasContext
Emilio G. Cota
1
-49
/
+52
2018-10-02
target/i386: move cpu_tmp4 to DisasContext
Emilio G. Cota
1
-39
/
+39
2018-10-02
target/i386: move cpu_tmp0 to DisasContext
Emilio G. Cota
1
-138
/
+144
2018-10-02
target/i386: move cpu_T1 to DisasContext
Emilio G. Cota
1
-171
/
+170
2018-10-02
target/i386: move cpu_T0 to DisasContext
Emilio G. Cota
1
-580
/
+594
2018-10-02
target/i386: move cpu_A0 to DisasContext
Emilio G. Cota
1
-236
/
+236
2018-10-02
target/i386: move cpu_cc_srcT to DisasContext
Emilio G. Cota
1
-14
/
+18
2018-10-02
kvm: x86: Fix kvm_arch_fixup_msi_route for remap-less case
Jan Kiszka
1
-0
/
+4
2018-08-23
KVM: cleanup unnecessary #ifdef KVM_CAP_...
Paolo Bonzini
1
-8
/
+0
2018-08-23
target/i386: update MPX flags when CPL changes
Paolo Bonzini
1
-3
/
+4
2018-08-23
target-i386: fix segment limit check in ljmp
Andrew Oates
1
-2
/
+2
2018-08-23
target-i386: Fix lcall/ljmp to call gate in IA-32e mode
Andrew Oates
1
-40
/
+152
2018-08-23
i386: Fix arch_query_cpu_model_expansion() leak
Eduardo Habkost
1
-6
/
+3
2018-08-23
fix "Missing break in switch" coverity reports
Paolo Bonzini
1
-0
/
+2
2018-08-16
i386: Disable TOPOEXT by default on "-cpu host"
Eduardo Habkost
1
-0
/
+6
2018-08-16
target-i386: adds PV_SEND_IPI CPUID feature bit
Wanpeng Li
1
-1
/
+1
2018-08-16
i386: Add new CPU model Icelake-{Server,Client}
Robert Hoo
1
-0
/
+115
2018-08-16
i386: Add CPUID bit for WBNOINVD
Robert Hoo
2
-1
/
+3
2018-08-16
i386: Add CPUID bit for PCONFIG
Robert Hoo
2
-1
/
+2
2018-08-16
i386: Add CPUID bit and feature words for IA32_ARCH_CAPABILITIES MSR
Robert Hoo
2
-1
/
+3
2018-08-16
i386: Add new MSR indices for IA32_PRED_CMD and IA32_ARCH_CAPABILITIES
Robert Hoo
1
-0
/
+2
2018-07-30
i386: implement MSR_SMI_COUNT for TCG
Paolo Bonzini
2
-0
/
+4
2018-07-30
i386: do not migrate MSR_SMI_COUNT on machine types <2.12
Paolo Bonzini
3
-1
/
+4
2018-07-23
i386: Rename enum CacheType members
Eduardo Habkost
2
-66
/
+66
2018-07-16
hyperv: ensure VP index equal to QEMU cpu_index
Roman Kagan
5
-0
/
+67
2018-07-16
hyperv: rename vcpu_id to vp_index
Roman Kagan
2
-5
/
+5
2018-07-16
dump: add kernel_gs_base to QEMU CPU state
Viktor Prutyanov
1
-0
/
+10
2018-07-06
i386: fix '-cpu ?' output for host cpu type
Greg Kurz
1
-7
/
+7
2018-07-02
i386/monitor.c: make addresses canonical for "info mem" and "info tlb"
Doug Gale
1
-32
/
+44
2018-07-02
target-i386: Add NPT support
Jan Kiszka
7
-6
/
+281
2018-07-02
x86/cpu: Use definitions from "qemu/units.h"
Philippe Mathieu-Daudé
1
-3
/
+1
2018-07-02
i386/kvm: add support for Hyper-V TLB flush
Vitaly Kuznetsov
4
-1
/
+17
2018-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
9
-40
/
+186
2018-06-29
i386/cpu: make -cpu host support monitor/mwait
Michael S. Tsirkin
3
-10
/
+40
2018-06-28
kvm: support -overcommit cpu-pm=on|off
Michael S. Tsirkin
1
-0
/
+23
2018-06-28
hmp: obsolete "info ioapic"
Peter Xu
1
-6
/
+2
2018-06-28
target-i386: Mark cpu_vmexit noreturn
Jan Kiszka
2
-2
/
+3
2018-06-28
target-i386: Allow interrupt injection after STGI
Jan Kiszka
1
-1
/
+2
2018-06-28
target-i386: Add NMI interception to SVM
Jan Kiszka
1
-0
/
+1
2018-06-28
WHPX: register for unrecognized MSR exits
Justin Terry (VM)
1
-3
/
+38
[next]