qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Enable notify VM exit
@ 2022-03-10  9:02 Chenyi Qiang
  2022-03-10  9:02 ` [PATCH 1/2] linux-headers: Sync the linux headers Chenyi Qiang
  2022-03-10  9:02 ` [PATCH 2/2] i386: Add notify VM exit support Chenyi Qiang
  0 siblings, 2 replies; 6+ messages in thread
From: Chenyi Qiang @ 2022-03-10  9:02 UTC (permalink / raw)
  To: Paolo Bonzini, Richard Henderson, Eduardo Habkost,
	Marcelo Tosatti, Xiaoyao Li
  Cc: Chenyi Qiang, kvm, qemu-devel

Notify VM exit is introduced to mitigate the potential DOS attach from
malicious VM. This series is the userspace part to enable this feature
through a new KVM capability KVM_CAP_X86_NOTIFY_VMEXIT. The
corresponding KVM patch series is available at

https://lore.kernel.org/lkml/20220310084001.10235-1-chenyi.qiang@intel.com/

Chenyi Qiang (2):
  linux-headers: Sync the linux headers
  i386: Add notify VM exit support

 hw/i386/x86.c               | 24 +++++++++++++++
 include/hw/i386/x86.h       |  3 ++
 linux-headers/asm-x86/kvm.h |  4 +++
 linux-headers/linux/kvm.h   | 29 +++++++++++++++----
 target/i386/kvm/kvm.c       | 58 ++++++++++++++++++++++++-------------
 5 files changed, 93 insertions(+), 25 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-10 10:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-10  9:02 [PATCH 0/2] Enable notify VM exit Chenyi Qiang
2022-03-10  9:02 ` [PATCH 1/2] linux-headers: Sync the linux headers Chenyi Qiang
2022-03-10  9:02 ` [PATCH 2/2] i386: Add notify VM exit support Chenyi Qiang
2022-03-10  9:17   ` Daniel P. Berrangé
2022-03-10  9:53     ` Chenyi Qiang
2022-03-10 10:03       ` Daniel P. Berrangé

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).