All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen 3.4.0 & pvgrub
@ 2009-05-25 10:31 Stefano Stabellini
  0 siblings, 0 replies; 4+ messages in thread
From: Stefano Stabellini @ 2009-05-25 10:31 UTC (permalink / raw)
  To: xen-devel

Hi all,
this patch fixes the problem recently noticed with pv grub: few lines in
shutdown_blkfront were removed by mistake.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

---

diff -r 61404d971c92 extras/mini-os/blkfront.c
--- a/extras/mini-os/blkfront.c	Thu May 21 04:31:47 2009 +0100
+++ b/extras/mini-os/blkfront.c	Mon May 25 11:28:51 2009 +0100
@@ -244,6 +244,10 @@
     xenbus_wait_for_value(path, "5", &dev->events);
 
     err = xenbus_printf(XBT_NIL, nodename, "state", "%u", 6);
+    xenbus_wait_for_value(path, "6", &dev->events);
+
+    err = xenbus_printf(XBT_NIL, nodename, "state", "%u", 1);
+    xenbus_wait_for_value(path, "2", &dev->events);
 
     xenbus_unwatch_path(XBT_NIL, path);

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] xen 3.4.0 & pvgrub
@ 2009-05-25 12:43 Boris Derzhavets
  2009-05-25 12:47 ` Samuel Thibault
  2009-05-25 13:24 ` Stefano Stabellini
  0 siblings, 2 replies; 4+ messages in thread
From: Boris Derzhavets @ 2009-05-25 12:43 UTC (permalink / raw)
  To: xen-devel, Stefano Stabellini


[-- Attachment #1.1: Type: text/plain, Size: 1287 bytes --]

Where this  CS is supposed to go to xen-unstable.hg or to xen-3.4-testing.hg ?

Boris.

--- On Mon, 5/25/09, Stefano Stabellini <stefano.stabellini@eu.citrix.com> wrote:

From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: [Xen-devel] [PATCH] xen 3.4.0 & pvgrub
To: "xen-devel" <xen-devel@lists.xensource.com>
Date: Monday, May 25, 2009, 6:31 AM

Hi all,
this patch fixes the problem recently noticed with pv grub: few lines in
shutdown_blkfront were removed by mistake.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

---

diff -r 61404d971c92 extras/mini-os/blkfront.c
--- a/extras/mini-os/blkfront.c    Thu May 21 04:31:47 2009 +0100
+++ b/extras/mini-os/blkfront.c    Mon May 25 11:28:51 2009 +0100
@@ -244,6 +244,10 @@
     xenbus_wait_for_value(path, "5", &dev->events);
 
     err = xenbus_printf(XBT_NIL, nodename, "state", "%u", 6);
+    xenbus_wait_for_value(path, "6", &dev->events);
+
+    err = xenbus_printf(XBT_NIL, nodename, "state", "%u", 1);
+    xenbus_wait_for_value(path, "2", &dev->events);
 
     xenbus_unwatch_path(XBT_NIL, path);
 

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



      

[-- Attachment #1.2: Type: text/html, Size: 2099 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] xen 3.4.0 & pvgrub
  2009-05-25 12:43 [PATCH] xen 3.4.0 & pvgrub Boris Derzhavets
@ 2009-05-25 12:47 ` Samuel Thibault
  2009-05-25 13:24 ` Stefano Stabellini
  1 sibling, 0 replies; 4+ messages in thread
From: Samuel Thibault @ 2009-05-25 12:47 UTC (permalink / raw)
  To: Boris Derzhavets; +Cc: xen-devel, Stefano Stabellini

Boris Derzhavets, le Mon 25 May 2009 05:43:49 -0700, a écrit :
> Where this  CS is supposed to go to xen-unstable.hg or to xen-3.4-testing.hg ?

Both.

Samuel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] xen 3.4.0 & pvgrub
  2009-05-25 12:43 [PATCH] xen 3.4.0 & pvgrub Boris Derzhavets
  2009-05-25 12:47 ` Samuel Thibault
@ 2009-05-25 13:24 ` Stefano Stabellini
  1 sibling, 0 replies; 4+ messages in thread
From: Stefano Stabellini @ 2009-05-25 13:24 UTC (permalink / raw)
  To: Boris Derzhavets; +Cc: xen-devel

Boris Derzhavets wrote:

> Where this  CS is supposed to go to xen-unstable.hg or to
> xen-3.4-testing.hg ?
> 

both.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-25 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-25 12:43 [PATCH] xen 3.4.0 & pvgrub Boris Derzhavets
2009-05-25 12:47 ` Samuel Thibault
2009-05-25 13:24 ` Stefano Stabellini
  -- strict thread matches above, loose matches on Subject: below --
2009-05-25 10:31 Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.