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-19
hyperv: process POST_MESSAGE hypercall
Roman Kagan
1
-0
/
+3
2018-10-19
hyperv: process SIGNAL_EVENT hypercall
Roman Kagan
1
-4
/
+6
2018-10-19
hyperv: make overlay pages for SynIC
Roman Kagan
1
-6
/
+14
2018-10-19
hyperv: only add SynIC in compatible configurations
Roman Kagan
3
-8
/
+25
2018-10-19
hyperv: qom-ify SynIC
Roman Kagan
5
-0
/
+60
2018-10-19
hyperv:synic: split capability testing and setting
Roman Kagan
1
-4
/
+16
2018-10-19
i386: add hyperv-stub for CONFIG_HYPERV=n
Roman Kagan
3
-7
/
+47
2018-10-19
hyperv: factor out arch-independent API into hw/hyperv
Roman Kagan
3
-144
/
+5
2018-10-19
hyperv: make hyperv_vp_index inline
Roman Kagan
2
-9
/
+8
2018-10-19
hyperv: split hyperv-proto.h into x86 and arch-independent parts
Roman Kagan
1
-112
/
+3
2018-10-19
hyperv: rename kvm_hv_sint_route_set_sint
Roman Kagan
2
-2
/
+2
2018-10-19
hyperv: make HvSintRoute reference-counted
Roman Kagan
2
-9
/
+26
2018-10-19
hyperv: address HvSintRoute by X86CPU pointer
Roman Kagan
1
-2
/
+8
2018-10-19
hyperv: allow passing arbitrary data to sint ack callback
Roman Kagan
2
-14
/
+17
2018-10-19
hyperv: synic: only setup ack notifier if there's a callback
Roman Kagan
1
-14
/
+19
2018-10-19
hyperv: cosmetic: g_malloc -> g_new
Roman Kagan
1
-1
/
+1
2018-10-19
i386: hvf: Remove hvf_disabled
Roman Bolshakov
1
-8
/
+1
2018-10-19
i386: hvf: Fix register refs if REX is present
Roman Bolshakov
2
-31
/
+42
2018-10-19
i386/kvm: add support for Hyper-V IPI send
Vitaly Kuznetsov
4
-1
/
+16
2018-10-19
target-i386: kvm: do not initialize padding fields
Paolo Bonzini
1
-2
/
+0
2018-10-18
target/i386: Convert to HAVE_CMPXCHG128
Richard Henderson
1
-5
/
+4
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
[prev]
[next]