From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v6] x86/vlapic: don't silently accept bad vectors Date: Mon, 6 Oct 2014 16:33:01 +0100 Message-ID: <5432B62D.20500@citrix.com> References: <5432CD4B020000780003C882@mail.emea.novell.com> <5432B248.6010601@citrix.com> <5432D186020000780003C8B9@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XbAHg-0006lB-Pk for xen-devel@lists.xenproject.org; Mon, 06 Oct 2014 15:33:12 +0000 In-Reply-To: <5432D186020000780003C8B9@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel , Keir Fraser List-Id: xen-devel@lists.xenproject.org On 06/10/14 16:29, Jan Beulich wrote: >>>> On 06.10.14 at 17:16, wrote: >> On 06/10/14 16:11, Jan Beulich wrote: >>> Vectors 0-15 are reserved, and a physical LAPIC - upon sending or >>> receiving one - would generate an APIC error instead of doing the >>> requested action. Make our emulation behave similarly. >>> >>> Signed-off-by: Jan Beulich >> What was windows actually tripping up on? > It sends one or more NMI IPIs when about to reboot (with, as > mandated, the vector field being zero). > > Jan Ah yes - that would do it. ~Andrew