index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
1
-2
/
+2
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Eliminate qapi/qmp/types.h
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+2
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
1
-1
/
+0
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-4
/
+4
2018-01-17
i386: Add EPYC-IBPB CPU model
Eduardo Habkost
1
-0
/
+46
2018-01-17
i386: Add new -IBRS versions of Intel CPU models
Eduardo Habkost
1
-1
/
+378
2018-01-17
i386: Add FEAT_8000_0008_EBX CPUID feature word
Eduardo Habkost
1
-1
/
+18
2018-01-17
i386: Add spec-ctrl CPUID bit
Eduardo Habkost
1
-1
/
+1
2018-01-17
i386: Change X86CPUDefinition::model_id to const char*
Eduardo Habkost
1
-1
/
+8
2018-01-17
target/i386: add clflushopt to "Skylake-Server" cpu model
Haozhong Zhang
1
-1
/
+1
2018-01-16
target/i386: move hflags update code to a function
Tao Wu
1
-0
/
+42
2017-12-22
i386: hvf: refactor event injection code for hvf
Sergio Andres Gomez Del Real
1
-0
/
+3
2017-12-22
i386: refactor KVM cpuid code so that it applies to hvf as well
Sergio Andres Gomez Del Real
1
-20
/
+57
2017-12-21
cpu: refactor cpu_address_space_init()
Peter Xu
1
-8
/
+2
2017-12-21
x86/cpu: Enable new SSE/AVX/AVX512 cpu features
Yang Zhong
1
-3
/
+3
2017-12-18
Remove empty statements
Ladi Prosek
1
-1
/
+1
2017-11-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2017-11-14
target-i386: adds PV_TLB_FLUSH CPUID feature bit
Wanpeng Li
1
-1
/
+1
2017-11-09
disas: Dump insn bytes along with capstone disassembly
Richard Henderson
1
-0
/
+2
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
1
-0
/
+19
2017-10-26
tcg: Avoid setting tcg_initialize if !CONFIG_TCG
Richard Henderson
1
-0
/
+2
2017-10-25
i386: Support Capstone in disas_set_info
Richard Henderson
1
-0
/
+7
2017-10-25
target/i386: Convert to disas_set_info hook
Richard Henderson
1
-0
/
+12
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
[next]