index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-13
target-i386: add AES-NI instructions
Aurelien Jarno
1
-3
/
+3
2013-04-13
target-i386: enable PCLMULQDQ on Westmere CPU
Aurelien Jarno
1
-1
/
+1
2013-04-13
target-i386: add pclmulqdq instruction
Aurelien Jarno
1
-10
/
+9
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-2
/
+2
2013-04-04
extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESS
Laszlo Ersek
1
-3
/
+1
2013-04-03
target-i386: Check for host features before filter_features_for_kvm()
Eduardo Habkost
1
-3
/
+3
2013-04-01
target-i386: enable SSE4.1 and SSE4.2 in TCG mode
Aurelien Jarno
1
-6
/
+7
2013-03-12
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
1
-0
/
+1
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-1
/
+1
2013-03-12
target-i386: Update VMStateDescription to X86CPU
Andreas Färber
1
-0
/
+2
2013-02-27
Fix guest OS hang when 64bit PCI bar present
Alexey Korolev
1
-1
/
+2
2013-02-19
target-i386: Implement ADX extension
Richard Henderson
1
-2
/
+2
2013-02-18
target-i386: Implement ANDN
Richard Henderson
1
-5
/
+5
2013-02-18
target-i386: Implement MOVBE
Richard Henderson
1
-3
/
+13
2013-02-16
target-i386: Split command line parsing out of cpu_x86_register()
Andreas Färber
1
-40
/
+40
2013-02-16
target-i386: Move cpu_x86_init()
Andreas Färber
1
-1
/
+25
2013-02-16
cpu: Add CPUArchState pointer to CPUState
Andreas Färber
1
-0
/
+1
2013-02-16
target-i386: Update X86CPU to QOM realizefn
Andreas Färber
1
-4
/
+15
2013-02-11
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-5
/
+5
2013-01-27
target-i386: Remove setting tsc-frequency from x86_def_t
Igor Mammedov
1
-3
/
+0
2013-01-27
target-i386: Set custom features/properties without intermediate x86_def_t
Igor Mammedov
1
-67
/
+51
2013-01-27
target-i386: Remove vendor_override field from CPUX86State
Igor Mammedov
1
-15
/
+12
2013-01-27
target-i386: Replace uint32_t vendor fields by vendor string in x86_def_t
Igor Mammedov
1
-103
/
+44
2013-01-27
target-i386: Print deprecation warning if xlevel < 0x80000000
Igor Mammedov
1
-0
/
+2
2013-01-27
target-i386: Drop redundant list of CPU definitions
Andreas Färber
1
-12
/
+10
2013-01-27
target-i386: Simplify cpu_x86_find_by_name()
Andreas Färber
1
-10
/
+12
2013-01-27
pc: Generate APIC IDs according to CPU topology
Eduardo Habkost
1
-4
/
+24
2013-01-27
target-i386: Introduce x86_cpu_apic_id_from_index() function
Eduardo Habkost
1
-1
/
+16
2013-01-27
pc: Reverse pc_init_pci() compatibility logic
Eduardo Habkost
1
-2
/
+3
2013-01-27
target-i386: Don't set any KVM flag by default if KVM is disabled
Eduardo Habkost
1
-8
/
+4
2013-01-21
sysbus: Drop sysbus_from_qdev() cast macro
Andreas Färber
1
-1
/
+1
2013-01-15
target-i386: Move kvm_check_features_against_host() check to realize time
Igor Mammedov
1
-13
/
+15
2013-01-15
target-i386: cpu_x86_register() consolidate freeing resources
Igor Mammedov
1
-9
/
+10
2013-01-15
target-i386: Move setting defaults out of cpu_x86_parse_featurestr()
Igor Mammedov
1
-5
/
+4
2013-01-15
target-i386: check/enforce: Check all feature words
Eduardo Habkost
1
-2
/
+11
2013-01-15
target-i386/cpu.c: Add feature name array for ext4_features
Eduardo Habkost
1
-0
/
+17
2013-01-15
target-i386: kvm_check_features_against_host(): Use feature_word_info
Eduardo Habkost
1
-24
/
+49
2013-01-15
target-i386/cpu: Introduce FeatureWord typedefs
Eduardo Habkost
1
-49
/
+48
2013-01-15
target-i386: Disable kvm_mmu by default
Eduardo Habkost
1
-1
/
+0
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
1
-3
/
+4
2013-01-15
cpu: Move nr_{cores,threads} fields to CPUState
Andreas Färber
1
-9
/
+9
2013-01-08
target-i386: Explicitly set vendor for each built-in cpudef
Igor Mammedov
1
-9
/
+31
2013-01-08
target-i386: Sanitize AMD's ext2_features at realize time
Igor Mammedov
1
-10
/
+11
2013-01-08
target-i386: Filter out unsupported features at realize time
Igor Mammedov
1
-15
/
+16
2013-01-08
target-i386: check/enforce: Eliminate check_feat field
Eduardo Habkost
1
-8
/
+6
2013-01-08
target-i386: check/enforce: Check SVM flag support as well
Eduardo Habkost
1
-1
/
+1
2013-01-08
target-i386: check/enforce: Check all CPUID.80000001H.EDX bits
Eduardo Habkost
1
-1
/
+1
2013-01-08
target-i386: check/enforce: Do not ignore "hypervisor" flag
Eduardo Habkost
1
-1
/
+1
2013-01-08
target-i386: check/enforce: Fix CPUID leaf numbers on error messages
Eduardo Habkost
1
-9
/
+33
2013-01-08
target-i386: kvm: Enable all supported KVM features for -cpu host
Eduardo Habkost
1
-0
/
+2
[next]