[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] fail to register IRQ for virtualization exception
Hello.
I'm recently trying to utilize the virtualization exception (#VE) feature. As the document says, #VE is handled by guest interrupt handler. The IRQ number of #VE is 20. However, when I tried to register an IRQ handler for #VE, it returns errno -22, which means invalid arguments. request_irq(20, ve_handler, IRQF_NO_SUSPEND, "ve", NULL) To handle this system reserved exception, should I modify the linux kernel instead of using loadable kernel module (LKM)? As the IRQ number 20 is not defined in linux kernel (traps.h), also no exception handling function is defined (traps.c). As it is defined as a system reserved exception, so I can't register it using LKM? BTW, I've already enabled #VE feature using HVMOP_altp2m_vcpu_enable_notify. The attachment is the definition of #VE from Intel Manual. Attachment:
20160902105041.png _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |