From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH] Linux: 6 arguments hypercall v3 Date: Fri, 24 Jun 2011 10:26:02 -0700 Message-ID: <4E04C8AA.2040506@goop.org> References: <20110624151324.GB356@spongy.cam.xci-test.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110624151324.GB356@spongy.cam.xci-test.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jean Guyader Cc: Ian Campbell , "xen-devel@lists.xensource.com" , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 06/24/2011 08:13 AM, Jean Guyader wrote: > Hi, > > This patch implements the 6 arguments hypercalls. > The sixth argument is passed using ebp or r9. > > Signed-off-by: Jean Guyader > Reviewed-by: Ian Campbell Looks OK, but I am still a bit worried about triggering compiler bugs with register pressure. What compilers have you tested? What hypercalls have 6 args? J