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
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-4
/
+1
2017-09-22
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
1
-2
/
+3
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-3
/
+0
2017-09-19
hyperv: add header with protocol definitions
Roman Kagan
1
-2
/
+2
2017-09-19
i386/cpu/hyperv: support over 64 vcpus for windows guests
Gonglei
1
-0
/
+14
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
1
-6
/
+6
2017-09-19
pc: use generic cpu_model parsing
Igor Mammedov
1
-3
/
+0
2017-09-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...
Peter Maydell
1
-2
/
+2
2017-09-04
qdict: Add qdict_put_null() helper, and put it to use
Marc-André Lureau
1
-2
/
+2
2017-09-01
x86: replace cpu_x86_init() with cpu_generic_init()
Igor Mammedov
1
-5
/
+0
2017-09-01
target-i386/cpu: Add new EPYC CPU model
Brijesh Singh
1
-0
/
+44
2017-07-26
target/i386: Don't use x86_cpu_load_def() on "max" CPU model
Eduardo Habkost
1
-6
/
+12
2017-07-26
target/i386: Define CPUID_MODEL_ID_SZ macro
Eduardo Habkost
1
-0
/
+11
2017-07-26
target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()
Eduardo Habkost
1
-7
/
+2
2017-07-24
qapi: Separate type QNull from QObject
Markus Armbruster
1
-2
/
+2
2017-07-17
i386: add Skylake-Server cpu model
Boqun Feng (Intel)
1
-0
/
+48
2017-07-17
i386: Update comment about XSAVES on Skylake-Client
Eduardo Habkost
1
-1
/
+1
2017-07-17
i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leaf
Daniel P. Berrange
1
-0
/
+28
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2017-07-14
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
1
-1
/
+1
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-11
/
+11
2017-07-05
target/i386: add the tcg_enabled() in target/i386/
Yang Zhong
1
-1
/
+3
2017-06-20
i386/cpu: use get_uint() for "min-level"/"min-xlevel" properties
Marc-André Lureau
1
-2
/
+2
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
1
-5
/
+1
2017-06-07
target/i386: Add GDB XML description for SSE registers
Abdallah Bouassida
1
-4
/
+4
2017-06-07
target/i386: use multiple CPU AddressSpaces
Paolo Bonzini
1
-5
/
+10
2017-06-05
numa: move numa_node from CPUState into target specific classes
Igor Mammedov
1
-1
/
+1
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
1
-1
/
+1
2017-05-11
pc: add node-id property to CPU
Igor Mammedov
1
-0
/
+1
2017-05-11
i386: rewrite way CPUID index is validated
Daniel P. Berrange
1
-20
/
+15
2017-05-05
target/i386: Add GDB XML register description support
Abdallah Bouassida
1
-4
/
+17
2017-03-28
i386: Don't override -cpu options on -cpu host/max
Eduardo Habkost
1
-4
/
+9
2017-03-28
i386: Replace uint32_t* with FeatureWord on feature getter/setter
Eduardo Habkost
1
-8
/
+11
2017-03-10
i386: Change stepping of Haswell to non-blacklisted value
Eduardo Habkost
1
-1
/
+1
2017-03-10
i386: host_vendor_fms() helper function
Eduardo Habkost
1
-0
/
+19
2017-03-03
x86: Work around SMI migration breakages
Dr. David Alan Gilbert
1
-0
/
+2
2017-03-03
qapi: flatten GuestPanicInformation union
Anton Nefedov
1
-9
/
+6
2017-02-27
i386: Improve query-cpu-model-expansion full mode
Eduardo Habkost
1
-3
/
+31
2017-02-27
i386: Implement query-cpu-model-expansion QMP command
Eduardo Habkost
1
-1
/
+190
2017-02-27
i386: Define static "base" CPU model
Eduardo Habkost
1
-0
/
+20
2017-02-27
i386: Don't set CPUClass::cpu_def on "max" model
Eduardo Habkost
1
-24
/
+21
2017-02-27
i386: Make "max" model not use any host CPUID info on TCG
Eduardo Habkost
1
-0
/
+9
2017-02-27
i386: Create "max" CPU model
Eduardo Habkost
1
-14
/
+32
2017-02-27
i386: Reorganize and document CPUID initialization steps
Eduardo Habkost
1
-31
/
+71
2017-02-27
i386: Rename X86CPU::host_features to X86CPU::max_features
Eduardo Habkost
1
-3
/
+3
2017-02-27
i386: Add ordering field to CPUClass
Eduardo Habkost
1
-4
/
+4
2017-02-27
i386: Unset cannot_destroy_with_object_finalize_yet on "host" model
Eduardo Habkost
1
-2
/
+0
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
1
-2
/
+2
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
1
-2
/
+3
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
1
-3
/
+2
[next]