-
- Downloads
KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
This patch updates the Posted-Interrupts Descriptor when vCPU is blocked. pre-block: - Add the vCPU to the blocked per-CPU list - Set 'NV' to POSTED_INTR_WAKEUP_VECTOR post-block: - Remove the vCPU from the per-CPU list Signed-off-by:Feng Wu <feng.wu@intel.com> [Concentrate invocation of pre/post-block hooks to vcpu_block. - Paolo] Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- Documentation/virtual/kvm/locking.txt 12 additions, 0 deletionsDocumentation/virtual/kvm/locking.txt
- arch/x86/include/asm/kvm_host.h 11 additions, 0 deletionsarch/x86/include/asm/kvm_host.h
- arch/x86/kvm/vmx.c 153 additions, 0 deletionsarch/x86/kvm/vmx.c
- arch/x86/kvm/x86.c 24 additions, 10 deletionsarch/x86/kvm/x86.c
- include/linux/kvm_host.h 3 additions, 0 deletionsinclude/linux/kvm_host.h
- virt/kvm/kvm_main.c 3 additions, 0 deletionsvirt/kvm/kvm_main.c
Loading
Please register or sign in to comment