From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] Add necessary bits to pvops Linux for mapping paged-out pages Date: Mon, 2 Jan 2012 17:06:50 +0100 Message-ID: <20120102160650.GC12529@aepfle.de> References: <1324092141-9730-1-git-send-email-adin@scannell.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1324092141-9730-1-git-send-email-adin@scannell.ca> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Adin Scannell Cc: konrad@darnok.org, andres@gridcentric.ca, xen-devel@lists.xensource.com, JBeulich@suse.com, adin@gridcentric.com List-Id: xen-devel@lists.xenproject.org On Fri, Dec 16, Adin Scannell wrote: > I've ported a couple of patches to the Linux pvops kernel that are necessary > for correctly running domains with paging. In a nutshell: in the case of a > foreign attempt to map a paged-out page, the correct error code will now be > propogated up to libxc, which will already handle it correctly. Adin, thanks for doing this work. Olaf