[kvm-devel] [PATCH] VMX: inject high priority interrupts first

2007-12-13 Thread Dor Laor
From 2e80a9eb15769443716ebd87eb2567cd0de9c84e Mon Sep 17 00:00:00 2001 From: Dor Laor [EMAIL PROTECTED] Date: Thu, 13 Dec 2007 15:07:08 +0200 Subject: [PATCH] This patch changes the order in which interrupts are injected when the in-kernel APIC is disabled. Now the IRQ with the highest priority

Re: [kvm-devel] [PATCH] VMX: inject high priority interrupts first

2007-12-13 Thread Dong, Eddie
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dor Laor Sent: 2007年12月13日 21:18 To: kvm-devel Subject: [kvm-devel] [PATCH] VMX: inject high priority interrupts first From 2e80a9eb15769443716ebd87eb2567cd0de9c84e Mon Sep 17 00:00:00 2001 From: Dor Laor [EMAIL PROTECTED

Re: [kvm-devel] [PATCH] VMX: inject high priority interrupts first

2007-12-13 Thread Avi Kivity
Dong, Eddie wrote: This is not necessary, vector doesn;t mean priority. Remember I ever had a talk with Avi that user level irqchip could only support one vector pending in kernel like you mentioned too. On the other hand, if we have multiple pending vectors, we will lose priority. The point