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
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
1
-1
/
+3
2014-03-13
cpu: Introduce CPUClass::parse_features() hook
Andreas Färber
1
-15
/
+21
2014-03-13
target-i386: X86CPU model subclasses
Eduardo Habkost
1
-73
/
+110
2014-03-13
target-i386: Prepare CPUClass::class_by_name for X86CPU
Andreas Färber
1
-3
/
+21
2014-03-13
target-i386: Enable x2apic by default on KVM
Eduardo Habkost
1
-0
/
+1
2014-03-13
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
Eduardo Habkost
1
-2
/
+2
2014-03-13
target-i386: Make kvm_default_features an array
Eduardo Habkost
1
-4
/
+13
2014-03-13
target-i386: Don't declare variables in the middle of blocks
Eduardo Habkost
1
-3
/
+4
2014-03-13
target-i386: Rename x86_def_t to X86CPUDefinition
Eduardo Habkost
1
-13
/
+13
2014-03-13
target-i386: Call x86_cpu_load_def() earlier
Eduardo Habkost
1
-5
/
+5
2014-03-13
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
Eduardo Habkost
1
-2
/
+4
2014-03-13
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
1
-0
/
+15
2014-03-12
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-1
/
+1
2014-03-11
qapi script: do not add "_" for every capitalized char in enum
Wenchao Xia
1
-1
/
+1
2014-03-11
target-i386: bugfix of Intel MPX
Liu, Jinsong
1
-1
/
+1
2014-02-03
target-i386: Move KVM default-vendor hack to instance_init
Eduardo Habkost
1
-13
/
+19
2014-02-03
target-i386: Don't change x86_def_t struct on cpu_x86_register()
Eduardo Habkost
1
-5
/
+6
2014-02-03
target-i386: Eliminate CONFIG_KVM #ifdefs
Eduardo Habkost
1
-12
/
+3
2014-02-03
kvm: add support for hyper-v timers
Vadim Rozenfeld
1
-0
/
+1
2014-02-03
target-i386: kvm_check_features_against_host(): Kill feature word array
Eduardo Habkost
1
-36
/
+12
2014-02-03
target-i386: kvm_cpu_fill_host(): Fill feature words in a loop
Eduardo Habkost
1
-16
/
+7
2014-02-03
target-i386: kvm_cpu_fill_host(): Set all feature words at end of function
Eduardo Habkost
1
-14
/
+9
2014-02-03
target-i386: kvm_cpu_fill_host(): No need to check xlevel2
Eduardo Habkost
1
-7
/
+4
2014-02-03
target-i386: kvm_cpu_fill_host(): No need to check CPU vendor
Eduardo Habkost
1
-8
/
+6
2014-02-03
target-i386: kvm_cpu_fill_host(): No need to check level
Eduardo Habkost
1
-6
/
+2
2014-02-03
target-i386: kvm_cpu_fill_host(): Kill unused code
Eduardo Habkost
1
-2
/
+0
2014-01-24
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-0
/
+7
2014-01-14
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
1
-3
/
+1
2014-01-06
target-i386: Remove assert_no_error usage
Peter Crosthwaite
1
-3
/
+1
2013-12-24
target-i386: Cleanup 'foo=val' feature handling
Igor Mammedov
1
-15
/
+2
2013-12-24
target-i386: Cleanup 'foo' feature handling
Igor Mammedov
1
-11
/
+2
2013-12-24
target-i386: Convert 'check' and 'enforce' to static properties
Igor Mammedov
1
-7
/
+6
2013-12-24
target-i386: Convert 'hv_spinlocks' to static property
Igor Mammedov
1
-1
/
+44
2013-12-24
target-i386: Convert 'hv_vapic' to static property
Igor Mammedov
1
-1
/
+2
2013-12-24
target-i386: Convert 'hv_relaxed' to static property
Igor Mammedov
1
-1
/
+2
2013-12-23
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
1
-12
/
+10
2013-12-12
target-i386: clear guest TSC on reset
Fernando Luis Vázquez Cao
1
-0
/
+3
2013-12-12
target-i386: Intel MPX
Liu Jinsong
1
-0
/
+4
2013-12-05
target-i386: fix cpuid leaf 0x0d
Liu Jinsong
1
-3
/
+3
2013-11-21
target-i386: do not override nr_cores for -cpu host
Paolo Bonzini
1
-6
/
+8
2013-10-18
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
1
-17
/
+49
2013-10-07
cpu: Drop cpu_model_str from CPU_COMMON
Andreas Färber
1
-3
/
+0
2013-10-02
x86: cpuid: reconstruct leaf 0Dh data
Paolo Bonzini
1
-17
/
+48
2013-10-02
x86: fix migration from pre-version 12
Paolo Bonzini
1
-0
/
+1
2013-10-02
target-i386: Set model=6 on qemu64 & qemu32 CPU models
Eduardo Habkost
1
-2
/
+2
2013-09-20
target-i386: add feature kvm_pv_unhalt
Andrew Jones
1
-1
/
+1
2013-09-20
target-i386: forward CPUID cache leaves when -cpu host is used
Benoît Canet
1
-0
/
+19
2013-09-03
target-i386: Use #defines instead of magic numbers for CPUID cache info
Eduardo Habkost
1
-22
/
+162
2013-08-20
Convert stderr message calling error_get_pretty() to error_report()
Seiji Aguchi
1
-1
/
+1
2013-08-16
target-i386: Move hyperv_* static globals to X86CPU
Igor Mammedov
1
-5
/
+11
[next]