WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] [IA64] Fix populate-on-demand stub.

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] [IA64] Fix populate-on-demand stub.
From: George Dunlap <George.Dunlap@xxxxxxxxxxxxx>
Date: Fri, 30 Jan 2009 12:19:49 +0000
Cc:
Delivery-date: Fri, 30 Jan 2009 04:20:24 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Ma9osQd2Ru+k1aJ8VK1312ezqIryhocNN6a9bw9pWvw=; b=KizOC4+cZfu3V/jRkZAOGSHgeN85Y9nmayPzZnyj+xbCyDyj3/LMFB2jJBATci6dKI jR4IMlJiWwReIKGyAKqFIhD18frKR4N6BASwLZbnvTb/wf/5wtXm0UrKUYPNrFFJpaKa zyeFFnBrCcSWXRuuJOXwRfGMVwPRj9Y4Ks31U=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=icdEmFimtHNznPFCZpP1oPMAzttdQsP1ZwhIh7LurqBAh6LvWZ7Ipf27QeW0taIJgE TtFrCZ6TA9jGU7M+qMKFgZkqifInluTgMUB1sNLBjgNSk3p3ujnd3ogoOYxD08cJbi1S TxgPhiuaR+ld/YI9xHsMnJFOoSueW7At3H+y4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
p2m_pod_decrease_reservation() should return 0 if it didn't do anything.

A return value of 1 is meant to inform decrease_reservation() that
everything has been taken care of by the PoD code and it doesn't need
to call guest_remove_page().

Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>

I'm sending this blind, as I don't have the setup to compile it.  But
I expect it to work anyway. :-)

 -George

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] [IA64] Fix populate-on-demand stub., George Dunlap <=