index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
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-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
2013-08-06
target-i386: Fix X86CPU error handling
Andreas Färber
1
-1
/
+5
2013-07-29
target-i386: Disable PMU CPUID leaf by default
Eduardo Habkost
1
-1
/
+10
2013-07-29
target-i386: Pass X86CPU object to cpu_x86_find_by_name()
Eduardo Habkost
1
-2
/
+3
2013-07-29
cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"
Andreas Färber
1
-1
/
+3
2013-07-27
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
1
-0
/
+2
2013-07-26
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
Andreas Färber
1
-0
/
+1
2013-07-23
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
1
-1
/
+2
2013-07-23
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
1
-0
/
+8
2013-07-23
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
Andreas Färber
1
-0
/
+8
2013-07-09
cpu: Move reset logging to CPUState
Andreas Färber
1
-5
/
+1
2013-07-09
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
1
-1
/
+1
2013-06-28
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
1
-1
/
+0
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
1
-0
/
+1
2013-06-11
cpu: Turn cpu_get_memory_mapping() into a CPUState hook
Andreas Färber
1
-0
/
+1
2013-06-11
cpu: Turn cpu_paging_enabled() into a CPUState hook
Andreas Färber
1
-2
/
+9
2013-06-10
target-i386: cpu: Fix potential buffer overrun in get_register_name_32()
Igor Mammedov
1
-1
/
+1
2013-06-10
target-i386: Set level=4 on Conroe/Penryn/Nehalem
Eduardo Habkost
1
-3
/
+3
2013-06-10
target-i386: Update model values on Conroe/Penryn/Nehalem CPU models
Eduardo Habkost
1
-3
/
+3
2013-05-06
target-i386: n270 can MOVBE
Borislav Petkov
1
-1
/
+2
2013-05-06
target-i386: Introduce generic CPUID feature compat function
Eduardo Habkost
1
-0
/
+26
2013-05-06
target-i386: Change CPUID model of 486 to 8
Andreas Färber
1
-1
/
+1
2013-05-06
target-i386: Emulate X86CPU subclasses for global properties
Andreas Färber
1
-0
/
+9
2013-05-06
target-i386: Add "filtered-features" property to X86CPU
Eduardo Habkost
1
-4
/
+7
2013-05-06
target-i386: Introduce X86CPU::filtered_features field
Eduardo Habkost
1
-3
/
+6
2013-05-06
target-i386: Add "feature-words" property to X86CPU
Eduardo Habkost
1
-12
/
+58
2013-05-06
target-i386: Use FeatureWord loop on filter_features_for_kvm()
Eduardo Habkost
1
-17
/
+7
2013-05-06
target-i386: Add ECX information to FeatureWordInfo
Eduardo Habkost
1
-3
/
+7
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
1
-167
/
+162
2013-05-02
target-i386: Break CPUID feature definition lines
Eduardo Habkost
1
-90
/
+180
2013-05-01
target-i386: Group together level, xlevel, xlevel2 fields
Eduardo Habkost
1
-2
/
+2
2013-05-01
target-i386: Move APIC to ICC bus
Igor Mammedov
1
-13
/
+3
2013-05-01
target-i386: Attach ICC bus to CPU on its creation
Igor Mammedov
1
-2
/
+13
2013-05-01
cpu: Move cpu_write_elfXX_note() functions to CPUState
Jens Freimann
1
-0
/
+6
2013-05-01
target-i386: Do not allow to set apic-id once CPU is realized
Igor Mammedov
1
-0
/
+7
2013-05-01
target-i386: Introduce apic-id CPU property
Igor Mammedov
1
-0
/
+40
2013-05-01
target-i386: Introduce feat2prop() for CPU properties
Igor Mammedov
1
-4
/
+15
2013-05-01
cpu: Introduce get_arch_id() method and override it for X86CPU
Igor Mammedov
1
-0
/
+10
2013-04-16
target-i386: Split out CPU creation and features parsing
Igor Mammedov
1
-3
/
+15
[next]