# HG changeset patch
# User Paul Durrant <paul.durrant@citrix.com>
# Date 1322574219 0
# Node ID 54213a49fda417510155ce7fc548c4d6093fe45e
# Parent e1e952982cf1d7a0c38a7822a8b5e78ba04b5ba5
[mq]: fix-xenbus
diff -r e1e952982cf1 -r 54213a49fda4 tools/firmware/hvmloader/xenbus.c
--- a/tools/firmware/hvmloader/xenbus.c Tue Nov 29 13:41:54 2011 +0000
+++ b/tools/firmware/hvmloader/xenbus.c Tue Nov 29 13:43:39 2011 +0000
@@ -143,7 +143,7 @@ static void ring_read(char *data, uint32
}
}
-#define MAX_SEGMENTS 3
+#define MAX_SEGMENTS 4
/* Send a request. */
static void xenbus_send(uint32_t type, ...)
Sorry. Forgot to qpop/qpush before sending. Follow-up has fixed comment. Paul> -----Original Message----- > From: Paul Durrant [mailto:paul.durrant@citrix.com] > Sent: 29 November 2011 13:46 > To: xen-devel@lists.xensource.com > Cc: Paul Durrant > Subject: [PATCH] [mq]: fix-xenbus > > # HG changeset patch > # User Paul Durrant <paul.durrant@citrix.com> # Date 1322574219 0 # > Node ID 54213a49fda417510155ce7fc548c4d6093fe45e > # Parent e1e952982cf1d7a0c38a7822a8b5e78ba04b5ba5 > [mq]: fix-xenbus > > diff -r e1e952982cf1 -r 54213a49fda4 > tools/firmware/hvmloader/xenbus.c > --- a/tools/firmware/hvmloader/xenbus.c Tue Nov 29 13:41:54 2011 > +0000 > +++ b/tools/firmware/hvmloader/xenbus.c Tue Nov 29 13:43:39 2011 > +0000 > @@ -143,7 +143,7 @@ static void ring_read(char *data, uint32 > } > } > > -#define MAX_SEGMENTS 3 > +#define MAX_SEGMENTS 4 > > /* Send a request. */ > static void xenbus_send(uint32_t type, ...)