index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
i386
/
cpu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
target/i386: emulate 64-bit ring 0 for linux-user if LM feature is set
Paolo Bonzini
2023-06-29
1
-2
/
+13
*
target/i386: ignore CPL0-specific features in user mode emulation
Paolo Bonzini
2023-06-29
1
-7
/
+76
*
target/i386: ignore ARCH_CAPABILITIES features in user mode emulation
Paolo Bonzini
2023-06-29
1
-0
/
+7
*
target/i386: Export MSR_ARCH_CAPABILITIES bits to guests
Pawan Gupta
2023-06-29
1
-2
/
+2
*
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
2023-06-26
1
-2
/
+2
*
target/i386: implement RDPID in TCG
Paolo Bonzini
2023-06-26
1
-1
/
+9
*
target/i386: Intel only supports SYSCALL/SYSRET in long mode
Paolo Bonzini
2023-06-26
1
-0
/
+4
*
target/i386: TCG supports WBNOINVD
Paolo Bonzini
2023-06-26
1
-1
/
+2
*
target/i386: TCG supports XSAVEERPTR
Paolo Bonzini
2023-06-26
1
-1
/
+3
*
target/i386: TCG supports RDSEED
Paolo Bonzini
2023-06-26
1
-3
/
+2
*
target/i386: TCG supports 3DNow! prefetch(w)
Paolo Bonzini
2023-06-26
1
-1
/
+2
*
target/i386: EPYC-Rome model without XSAVES
Maksim Davydov
2023-05-25
1
-0
/
+10
*
target/i386: add support for FB_CLEAR feature
Emanuele Giuseppe Esposito
2023-05-18
1
-1
/
+1
*
target/i386: add support for FLUSH_L1D feature
Emanuele Giuseppe Esposito
2023-05-18
1
-1
/
+1
*
target/i386: Add EPYC-Genoa model to support Zen 4 processor series
Babu Moger
2023-05-08
1
-0
/
+122
*
target/i386: Add VNMI and automatic IBRS feature bits
Babu Moger
2023-05-08
1
-2
/
+2
*
target/i386: Add missing feature bits in EPYC-Milan model
Babu Moger
2023-05-08
1
-0
/
+70
*
target/i386: Add feature bits for CPUID_Fn80000021_EAX
Babu Moger
2023-05-08
1
-0
/
+24
*
target/i386: Add a couple of feature bits in 8000_0008_EBX
Babu Moger
2023-05-08
1
-2
/
+2
*
target/i386: Add new EPYC CPU versions with updated cache_info
Michael Roth
2023-05-08
1
-0
/
+118
*
target/i386: allow versioned CPUs to specify new cache_info
Michael Roth
2023-05-08
1
-3
/
+32
*
target/i386: Add support for PREFETCHIT0/1 in CPUID enumeration
Jiaxi Chen
2023-04-28
1
-1
/
+1
*
target/i386: Add support for AVX-NE-CONVERT in CPUID enumeration
Jiaxi Chen
2023-04-28
1
-1
/
+1
*
target/i386: Add support for AVX-VNNI-INT8 in CPUID enumeration
Jiaxi Chen
2023-04-28
1
-1
/
+21
*
target/i386: Add support for AVX-IFMA in CPUID enumeration
Jiaxi Chen
2023-04-28
1
-1
/
+1
*
target/i386: Add support for AMX-FP16 in CPUID enumeration
Jiaxi Chen
2023-04-28
1
-1
/
+1
*
target/i386: Add support for CMPCCXADD in CPUID enumeration
Jiaxi Chen
2023-04-28
1
-1
/
+1
*
i386/cpu: Update how the EBX register of CPUID 0x8000001F is set
Tom Lendacky
2023-04-28
1
-2
/
+2
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2023-04-22
1
-2
/
+2
|
\
|
*
target/i386: Change wrong XFRM value in SGX CPUID leaf
Yang Zhong
2023-04-20
1
-2
/
+2
*
|
target/i386: Set family/model/stepping of the "max" CPU according to LM bit
Thomas Huth
2023-04-20
1
-9
/
+22
|
/
*
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-22
1
-0
/
+1
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-03-02
1
-0
/
+1
|
\
|
*
i386/kvm: handle Xen HVM cpuid leaves
Joao Martins
2023-03-01
1
-0
/
+1
*
|
Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
2023-03-02
1
-35
/
+39
|
\
\
|
*
|
target/i386: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-03-02
1
-35
/
+39
|
|
/
*
/
target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
Anton Johansson
2023-03-01
1
-0
/
+5
|
/
*
i386: Add new CPU model SapphireRapids
Wang, Lei
2023-02-27
1
-2
/
+131
*
target/i386: add FZRM, FSRS, FSRC
Paolo Bonzini
2023-02-27
1
-3
/
+4
*
target/i386: add FSRM to TCG
Paolo Bonzini
2023-02-27
1
-1
/
+1
*
target/i386: Add SGX aex-notify and EDECCSSA support
Kai Huang
2023-01-06
1
-2
/
+2
*
target/i386: Convert to 3-phase reset
Peter Maydell
2022-12-16
1
-4
/
+8
*
qapi machine: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-1
/
+0
*
target/i386: implement FMA instructions
Paolo Bonzini
2022-10-22
1
-2
/
+3
*
target/i386: implement F16C instructions
Paolo Bonzini
2022-10-20
1
-3
/
+2
*
target/i386: Enable AVX cpuid bits when using TCG
Paul Brook
2022-10-18
1
-5
/
+5
*
target/i386: Use device_cold_reset() to reset the APIC
Peter Maydell
2022-10-18
1
-1
/
+1
*
hyperv: fix SynIC SINT assertion failure on guest reset
Maciej S. Szmigiero
2022-10-18
1
-0
/
+13
*
linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate
Paolo Bonzini
2022-10-11
1
-1
/
+1
*
i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault
Chenyi Qiang
2022-10-10
1
-0
/
+1
[prev]
[next]