From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v8 0/13] remove maintenance interrupts Date: Wed, 15 Oct 2014 08:38:17 +0100 Message-ID: <1413358697.10417.73.camel@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: harry S Cc: Xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2014-10-15 at 12:12 +0800, harry S wrote: > > > I've downloaded the no_maintenance_interrupts-v4 version of This series was merged into the mainline xen quite a while ago now. > > > The writer say that this patch removes any needs for maintenance > interrupts for both hardware and software interrupts in Xen. > > > I want to know if the no needs for maintenance for software interrupts > means that sets HCR.TGE to 0 or Xen can handle the software interrupt > by itself. Maintenance/interrupt handling has nothing at all to do with HCR.TGE. Xen does not set HCR.TGE, doing so would be prohibitively expensive since it traps all sorts of things which would then need emulating/handling. Ian.