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@xxxxxxxxx/ 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