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
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-i386: Add "tsc_adjust" CPU feature name
Eduardo Habkost
2014-08-26
1
-1
/
+1
*
target-i386: Add "mpx" CPU feature name
Eduardo Habkost
2014-08-26
1
-1
/
+1
*
x86: Clear MTRRs on vCPU reset
Alex Williamson
2014-08-25
1
-0
/
+10
*
target-i386/cpu.c: Fix two error output indentation
chenfan
2014-08-08
1
-5
/
+5
*
target-i386: Add "kvmclock-stable-bit" feature bit name
Eduardo Habkost
2014-07-10
1
-1
/
+1
*
target-i386: Broadwell CPU model
Eduardo Habkost
2014-06-25
1
-0
/
+34
*
target-i386: Fix indentation of CPU model definitions
Eduardo Habkost
2014-06-25
1
-102
/
+102
*
target-i386: Support "invariant tsc" flag
Marcelo Tosatti
2014-06-25
1
-0
/
+25
*
target-i386: Set migratable=yes by default on "host" CPU mooel
Eduardo Habkost
2014-06-25
1
-1
/
+1
*
target-i386: Add "migratable" property to "host" CPU model
Eduardo Habkost
2014-06-25
1
-9
/
+51
*
target-i386: Support check/enforce flags in TCG mode, too
Eduardo Habkost
2014-06-25
1
-18
/
+18
*
target-i386: Loop-based feature word filtering in TCG mode
Eduardo Habkost
2014-06-25
1
-8
/
+13
*
target-i386: Loop-based copying and setting/unsetting of feature words
Eduardo Habkost
2014-06-25
1
-25
/
+10
*
target-i386: Define TCG_*_FEATURES earlier in cpu.c
Eduardo Habkost
2014-06-25
1
-55
/
+56
*
target-i386: Filter KVM and 0xC0000001 features on TCG
Eduardo Habkost
2014-06-25
1
-0
/
+4
*
target-i386: Filter FEAT_7_0_EBX TCG features too
Eduardo Habkost
2014-06-25
1
-1
/
+2
*
target-i386: Make TCG feature filtering more readable
Eduardo Habkost
2014-06-25
1
-6
/
+10
*
target-i386: Isolate KVM-specific code on CPU feature filtering logic
Eduardo Habkost
2014-06-25
1
-9
/
+13
*
target-i386: Pass FeatureWord argument to report_unavailable_features()
Eduardo Habkost
2014-06-25
1
-2
/
+3
*
target-i386: Merge feature filtering/checking functions
Eduardo Habkost
2014-06-25
1
-34
/
+20
*
target-i386: Simplify reporting of unavailable features
Eduardo Habkost
2014-06-25
1
-10
/
+7
*
target-i386: kvm: Don't enable MONITOR by default on any CPU model
Eduardo Habkost
2014-06-25
1
-0
/
+7
*
cpu/x86: correctly set errors in x86_cpu_parse_featurestr
Paolo Bonzini
2014-06-10
1
-10
/
+7
*
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
Peter Maydell
2014-06-05
1
-5
/
+2
|
\
|
*
target-i386: support long addresses for 4MB pages (PSE-36)
Paolo Bonzini
2014-06-05
1
-2
/
+1
|
*
target-i386: introduce support for 1 GB pages
Paolo Bonzini
2014-06-05
1
-3
/
+1
*
|
kvm: Enable -cpu option to hide KVM
Alex Williamson
2014-06-03
1
-0
/
+1
|
/
*
target-i386: preserve FPU and MSR state on INIT
Paolo Bonzini
2014-05-13
1
-2
/
+1
*
target-i386: fix set of registers zeroed on reset
Paolo Bonzini
2014-05-13
1
-2
/
+1
*
kvm: reset state from the CPU's reset method
Paolo Bonzini
2014-05-13
1
-0
/
+5
*
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
2014-05-05
1
-8
/
+16
*
target-i386: Add missing 'static' and 'const' attributes
Stefan Weil
2014-03-27
1
-1
/
+1
*
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
1
-1
/
+3
*
cpu: Introduce CPUClass::parse_features() hook
Andreas Färber
2014-03-13
1
-15
/
+21
*
target-i386: X86CPU model subclasses
Eduardo Habkost
2014-03-13
1
-73
/
+110
*
target-i386: Prepare CPUClass::class_by_name for X86CPU
Andreas Färber
2014-03-13
1
-3
/
+21
*
target-i386: Enable x2apic by default on KVM
Eduardo Habkost
2014-03-13
1
-0
/
+1
*
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
Eduardo Habkost
2014-03-13
1
-2
/
+2
*
target-i386: Make kvm_default_features an array
Eduardo Habkost
2014-03-13
1
-4
/
+13
*
target-i386: Don't declare variables in the middle of blocks
Eduardo Habkost
2014-03-13
1
-3
/
+4
*
target-i386: Rename x86_def_t to X86CPUDefinition
Eduardo Habkost
2014-03-13
1
-13
/
+13
*
target-i386: Call x86_cpu_load_def() earlier
Eduardo Habkost
2014-03-13
1
-5
/
+5
*
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
Eduardo Habkost
2014-03-13
1
-2
/
+4
*
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-13
1
-0
/
+15
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-03-12
1
-1
/
+1
|
\
|
*
qapi script: do not add "_" for every capitalized char in enum
Wenchao Xia
2014-03-11
1
-1
/
+1
[next]