From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] vm_event: Fix regression caused by b701ccc8 Date: Mon, 8 Feb 2016 15:46:19 +0000 Message-ID: <1454946379.26508.100.camel@citrix.com> References: <1454707216-13471-1-git-send-email-tlengyel@novetta.com> <1454924397.8672.110.camel@citrix.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 1aSo19-0006pz-Ov for xen-devel@lists.xenproject.org; Mon, 08 Feb 2016 15:46:23 +0000 In-Reply-To: <1454924397.8672.110.camel@citrix.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: Tamas K Lengyel , xen-devel@lists.xenproject.org, Razvan Cojocaru Cc: Andrew Cooper , Wei Liu , Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Mon, 2016-02-08 at 09:39 +0000, Ian Campbell wrote: > On Fri, 2016-02-05 at 14:20 -0700, Tamas K Lengyel wrote: > > When xc_map_foreign_batch got deprecated reinitializing vm_event on a > > domain > > where an event listener was previously active broke as it relied on the > > flag > > XEN_DOMCTL_PFINFO_XTAB to indicate that the magic page is not in the > > physmap. > > Manually check the gpfn type, add it to the physmap if needed, and only > > then > > try to map it. > > > > Signed-off-by: Tamas K Lengyel > > Cc: Ian Jackson > > Cc: Stefano Stabellini > > Cc: Ian Campbell > > Cc: Wei Liu > > Cc: Andrew Cooper > > Sorry for the breakage! > > Acked-by: Ian Campbell + applied now.