index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-i386
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
target-i386: Create gen_lea_v_seg
Richard Henderson
2016-02-09
1
-107
/
+53
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-09' into ...
Peter Maydell
2016-02-09
1
-49
/
+48
|
\
|
*
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2016-02-08
1
-34
/
+33
|
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2016-02-08
1
-15
/
+15
|
*
qom: Use typedef for Visitor
Eric Blake
2016-02-08
1
-2
/
+2
*
|
tcg: Change tcg_global_mem_new_* to take a TCGv_ptr
Richard Henderson
2016-02-09
1
-5
/
+5
*
|
tcg: Remove lingering references to gen_opc_buf
Richard Henderson
2016-02-09
1
-2
/
+1
|
/
*
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2016-02-03
3
-0
/
+3
*
x86: Clean up includes
Peter Maydell
2016-01-29
20
-7
/
+20
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2016-01-21
10
-425
/
+556
|
\
|
*
target-i386: Add PKU and and OSPKE support
Huaitong Han
2016-01-21
4
-1
/
+56
|
*
target-i386: Add support to migrate vcpu's TSC rate
Haozhong Zhang
2016-01-21
4
-1
/
+41
|
*
target-i386: Reorganize TSC rate setting code
Haozhong Zhang
2016-01-21
1
-7
/
+33
|
*
target-i386: Fallback vcpu's TSC rate to value returned by KVM
Haozhong Zhang
2016-01-21
1
-0
/
+14
|
*
target-i386: Add suffixes to MMReg struct fields
Eduardo Habkost
2016-01-21
1
-33
/
+33
|
*
target-i386: Define MMREG_UNION macro
Eduardo Habkost
2016-01-21
1
-16
/
+11
|
*
target-i386: Define MMXReg._d field
Eduardo Habkost
2016-01-21
1
-1
/
+2
|
*
target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_*
Eduardo Habkost
2016-01-21
8
-300
/
+300
|
*
target-i386: Rename struct XMMReg to ZMMReg
Eduardo Habkost
2016-01-21
5
-115
/
+115
|
*
target-i386: Use a _q array on MMXReg too
Eduardo Habkost
2016-01-21
1
-2
/
+2
|
*
target-i386/ops_sse.h: Use MMX_Q macro
Eduardo Habkost
2016-01-21
1
-1
/
+1
|
*
target-i386: Rename optimize_flags_init()
Eduardo Habkost
2016-01-21
3
-3
/
+3
*
|
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
2016-01-21
1
-0
/
+1
*
|
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
2016-01-21
1
-2
/
+4
|
/
*
target-i386: do not duplicate page protection checks
Paolo Bonzini
2016-01-15
1
-42
/
+23
*
target-i386: kvm: clear unusable segments' flags in migration
Michael Chapman
2015-12-17
1
-9
/
+13
*
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
Paolo Bonzini
2015-12-17
3
-3
/
+43
*
target-i386/kvm: Hyper-V SynIC timers MSR's support
Andrey Smetanin
2015-12-17
5
-1
/
+82
*
target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exit
Andrey Smetanin
2015-12-17
4
-1
/
+176
*
target-i386/kvm: Hyper-V SynIC MSR's support
Andrey Smetanin
2015-12-17
5
-1
/
+109
*
target-i386: kvm: Print warning when clearing mcg_cap bits
Eduardo Habkost
2015-11-26
1
-1
/
+7
*
target-i386: kvm: Use env->mcg_cap when setting up MCE
Eduardo Habkost
2015-11-26
2
-7
/
+6
*
target-i386: kvm: Abort if MCE bank count is not supported by host
Eduardo Habkost
2015-11-26
1
-3
/
+6
*
target-i386: Disable rdtscp on Opteron_G* CPU models
Eduardo Habkost
2015-11-17
1
-4
/
+8
*
target-i386: Fix mulx for identical target regs
Richard Henderson
2015-11-17
1
-1
/
+3
*
target-i386: Add clflushopt/clwb/pcommit to TCG_7_0_EBX_FEATURES
Xiao Guangrong
2015-11-06
1
-1
/
+3
*
target-i386: tcg: Check right CPUID bits for clflushopt/pcommit
Eduardo Habkost
2015-11-06
1
-8
/
+20
*
target-i386: tcg: Accept clwb instruction
Eduardo Habkost
2015-11-06
1
-1
/
+12
*
target-i386: Enable clflushopt/clwb/pcommit instructions
Xiao Guangrong
2015-11-05
2
-2
/
+5
*
target-i386: Remove POPCNT from qemu64 and qemu32 CPU models
Eduardo Habkost
2015-11-05
1
-2
/
+2
*
target-i386: Remove ABM from qemu64 CPU model
Eduardo Habkost
2015-11-05
1
-2
/
+1
*
target-i386: Remove SSE4a from qemu64 CPU model
Eduardo Habkost
2015-11-05
1
-1
/
+1
*
kvmclock: add a new function to update env->tsc.
Liang Li
2015-11-05
2
-0
/
+46
*
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
2015-11-04
1
-1
/
+1
*
target-i386: fix pcmpxstrx equal-ordered (strstr) mode
Paolo Bonzini
2015-11-04
1
-2
/
+2
*
target-*: Advance pc after recognizing a breakpoint
Richard Henderson
2015-10-28
1
-0
/
+5
*
target-i386: Enable "check" mode by default
Eduardo Habkost
2015-10-27
1
-1
/
+1
*
target-i386: Don't left shift negative constant
Eduardo Habkost
2015-10-27
1
-1
/
+1
*
target-i386: Use 1UL for bit shift
Eduardo Habkost
2015-10-23
1
-1
/
+1
*
target-i386: Add DE to TCG_FEATURES
Eduardo Habkost
2015-10-23
1
-1
/
+1
[prev]
[next]