index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
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: Register QOM properties for feature flags
Eduardo Habkost
2015-06-02
1
-0
/
+122
*
target-i386: Remove AMD feature flag aliases from CPU model table
Eduardo Habkost
2015-04-27
1
-7
/
+0
*
target-i386: X86CPU::xlevel2 QOM property
Eduardo Habkost
2015-04-27
1
-1
/
+2
*
target-i386: Make "level" and "xlevel" properties static
Eduardo Habkost
2015-04-27
1
-38
/
+2
*
target-i386: clear bsp bit when designating bsp
Nadav Amit
2015-04-02
1
-3
/
+1
*
target-i386: Haswell-noTSX and Broadwell-noTSX
Eduardo Habkost
2015-03-19
1
-0
/
+69
*
Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell"
Eduardo Habkost
2015-03-19
1
-4
/
+5
*
target-i386: Remove icc_bridge parameter from cpu_x86_create()
Eduardo Habkost
2015-03-17
1
-12
/
+2
*
Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...
Peter Maydell
2015-03-11
1
-6
/
+2
|
\
|
*
target-i386: Clean up misuse of qdev_init() in realize method
Markus Armbruster
2015-03-10
1
-6
/
+2
*
|
target-i386: Require APIC ID to be explicitly set before CPU realize
Eduardo Habkost
2015-03-09
1
-0
/
+10
*
|
target-i386: Move APIC ID compatibility code to pc.c
Eduardo Habkost
2015-03-09
1
-34
/
+0
*
|
target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_id
Eduardo Habkost
2015-03-09
1
-8
/
+7
*
|
target-i386: Remove unused APIC ID default code
Eduardo Habkost
2015-03-09
1
-1
/
+0
*
|
target-i386: Eliminate unnecessary get_cpuid_vendor() function
Eduardo Habkost
2015-03-09
1
-14
/
+6
*
|
target-i386: Simplify listflags() function
Eduardo Habkost
2015-03-09
1
-28
/
+14
*
|
target-i386: Move topology.h to include/hw/i386
Eduardo Habkost
2015-03-09
1
-1
/
+1
|
/
*
Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...
Peter Maydell
2015-03-03
1
-51
/
+95
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2015-03-02
1
-95
/
+51
|
\
|
*
target-i386: Move APIC ID compatibility code to pc.c
Eduardo Habkost
2015-02-25
1
-34
/
+0
|
*
target-i386: Require APIC ID to be explicitly set before CPU realize
Eduardo Habkost
2015-02-25
1
-1
/
+6
|
*
target-i386: Set APIC ID using cpu_index on CONFIG_USER
Eduardo Habkost
2015-02-25
1
-0
/
+6
|
*
target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_id
Eduardo Habkost
2015-02-25
1
-9
/
+8
|
*
target-i386: Simplify error handling on cpu_x86_init_user()
Eduardo Habkost
2015-02-25
1
-9
/
+11
|
*
target-i386: Eliminate cpu_init() function
Eduardo Habkost
2015-02-25
1
-3
/
+3
|
*
target-i386: Rename cpu_x86_init() to cpu_x86_init_user()
Eduardo Habkost
2015-02-25
1
-1
/
+1
|
*
target-i386: Move topology.h to include/hw/i386
Eduardo Habkost
2015-02-25
1
-1
/
+1
|
*
target-i386: Eliminate unnecessary get_cpuid_vendor() function
Eduardo Habkost
2015-02-25
1
-14
/
+6
|
*
target-i386: Simplify listflags() function
Eduardo Habkost
2015-02-25
1
-28
/
+14
*
|
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-2
/
+1
|
/
*
target-i386: Disable HLE and RTM on Haswell & Broadwell
Eduardo Habkost
2015-01-26
1
-5
/
+4
*
target-i386: add Ivy Bridge CPU model
Paolo Bonzini
2014-12-15
1
-0
/
+32
*
target-i386: add f16c and rdrand to Haswell and Broadwell
Paolo Bonzini
2014-12-15
1
-2
/
+2
*
target-i386: add VME to all CPUs
Paolo Bonzini
2014-12-15
1
-15
/
+15
*
x86: Drop some superfluous casts from void *
Markus Armbruster
2014-12-15
1
-1
/
+1
*
target-i386: get/set/migrate XSAVES state
Wanpeng Li
2014-12-15
1
-1
/
+0
*
target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]
Paolo Bonzini
2014-12-15
1
-1
/
+28
*
apic: avoid getting out of halted state on masked PIC interrupts
Paolo Bonzini
2014-11-24
1
-2
/
+8
*
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...
Peter Maydell
2014-11-11
1
-3
/
+3
|
\
|
*
target-i386: cpu: keeping function parameters alignment on new line
Chen Fan
2014-11-11
1
-3
/
+3
*
|
target-i386: Disable SVM by default in KVM mode
Eduardo Habkost
2014-11-04
1
-0
/
+6
*
|
target-i386: Don't enable nested VMX by default
Eduardo Habkost
2014-11-04
1
-4
/
+4
*
|
target-i386: Remove unsupported bits from all CPU models
Eduardo Habkost
2014-11-04
1
-13
/
+20
*
|
target-i386: Disable CPUID_ACPI by default in KVM mode
Eduardo Habkost
2014-11-04
1
-0
/
+1
*
|
target-i386: Rename KVM auto-feature-enable compat function
Eduardo Habkost
2014-11-03
1
-1
/
+1
|
/
*
target-i386: Remove unused model_features_t struct
Eduardo Habkost
2014-11-02
1
-8
/
+0
*
target-i386: add Intel AVX-512 support
Chao Peng
2014-10-24
1
-2
/
+8
*
target-i386: warns users when CPU threads>1 for non-Intel CPUs
Wei Huang
2014-10-23
1
-3
/
+23
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-09-26
1
-1
/
+1
|
\
|
*
target-i386: update fp status fix
Pavel Dovgalyuk
2014-09-18
1
-1
/
+1
[next]