* [PATCH] target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guest
@ 2023-10-24 8:33 Xiaoyao Li
2024-01-25 9:59 ` Paolo Bonzini
0 siblings, 1 reply; 2+ messages in thread
From: Xiaoyao Li @ 2023-10-24 8:33 UTC (permalink / raw)
To: Paolo Bonzini, Richard Henderson, Philippe Mathieu-Daudé
Cc: Xiaoyao Li, qemu-devel
KVM_FEATURE_ASYNC_PF_VMEXIT has been introduced for years, however QEMU
doesn't support expose it to guest. Add support for it.
Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
---
target/i386/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index bdca901dfaa4..d664a408b3c7 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -856,7 +856,7 @@ FeatureWordInfo feature_word_info[FEATURE_WORDS] = {
.feat_names = {
"kvmclock", "kvm-nopiodelay", "kvm-mmu", "kvmclock",
"kvm-asyncpf", "kvm-steal-time", "kvm-pv-eoi", "kvm-pv-unhalt",
- NULL, "kvm-pv-tlb-flush", NULL, "kvm-pv-ipi",
+ NULL, "kvm-pv-tlb-flush", "kvm-asyncpf-vmexit", "kvm-pv-ipi",
"kvm-poll-control", "kvm-pv-sched-yield", "kvm-asyncpf-int", "kvm-msi-ext-dest-id",
NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL,
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guest
2023-10-24 8:33 [PATCH] target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guest Xiaoyao Li
@ 2024-01-25 9:59 ` Paolo Bonzini
0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2024-01-25 9:59 UTC (permalink / raw)
To: Xiaoyao Li; +Cc: Richard Henderson, Philippe Mathieu-Daudé, qemu-devel
Queued, thanks.
Paolo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-25 10:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-24 8:33 [PATCH] target/i386: Add support of KVM_FEATURE_ASYNC_PF_VMEXIT for guest Xiaoyao Li
2024-01-25 9:59 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).