Displaying 2 results from an estimated 2 matches for "setup_vmcs_dump".
2013 Jul 10
2
[PATCH] x86/HVM: key handler registration functions can be __init
...setup_vmcb_dump(void)
{
register_keyhandler(''v'', &vmcb_dump_keyhandler);
}
--- a/xen/arch/x86/hvm/vmx/vmcs.c
+++ b/xen/arch/x86/hvm/vmx/vmcs.c
@@ -1492,7 +1492,7 @@ static struct keyhandler vmcs_dump_keyha
.desc = "dump Intel''s VMCS"
};
-void setup_vmcs_dump(void)
+void __init setup_vmcs_dump(void)
{
register_keyhandler(''v'', &vmcs_dump_keyhandler);
}
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2013 Apr 09
39
[PATCH 0/4] Add posted interrupt supporting
From: Yang Zhang <yang.z.zhang@Intel.com>
The follwoing patches are adding the Posted Interrupt supporting to Xen:
Posted Interrupt allows vAPIC interrupts to inject into guest directly
without any vmexit.
- When delivering a interrupt to guest, if target vcpu is running,
update Posted-interrupt requests bitmap and send a notification event
to the vcpu. Then the vcpu will handle this