All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxl: Correct paths in libxl__fill_dom0_memory_info function
@ 2011-01-06 15:57 Eamon Walsh
  2011-01-06 16:34 ` Stefano Stabellini
  0 siblings, 1 reply; 3+ messages in thread
From: Eamon Walsh @ 2011-01-06 15:57 UTC (permalink / raw)
  To: Xen-devel; +Cc: stefano.stabellini

Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
---


diff -r 4e108cf56d07 tools/libxl/libxl.c
--- a/tools/libxl/libxl.c	Mon Dec 27 08:00:09 2010 +0000
+++ b/tools/libxl/libxl.c	Mon Jan 03 15:21:39 2011 -0500
@@ -2834,8 +2834,8 @@
     t = xs_transaction_start(ctx->xsh);
 
     target = libxl__xs_read(gc, t, target_path);
-    staticmax = libxl__xs_read(gc, t, target_path);
-    freememslack = libxl__xs_read(gc, t, target_path);
+    staticmax = libxl__xs_read(gc, t, max_path);
+    freememslack = libxl__xs_read(gc, t, free_mem_slack_path);
     if (target && staticmax && freememslack) {
         rc = 0;
         goto out;



-- 

Eamon Walsh 
National Security Agency

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

* Re: [PATCH] libxl: Correct paths in libxl__fill_dom0_memory_info function
  2011-01-06 15:57 [PATCH] libxl: Correct paths in libxl__fill_dom0_memory_info function Eamon Walsh
@ 2011-01-06 16:34 ` Stefano Stabellini
  2011-01-06 17:28   ` [PATCH] libxl: Correct paths in libxl__fill_dom0_memory_info function [and 1 more messages] Ian Jackson
  0 siblings, 1 reply; 3+ messages in thread
From: Stefano Stabellini @ 2011-01-06 16:34 UTC (permalink / raw)
  To: Eamon Walsh; +Cc: Xen-devel, Stefano Stabellini

On Thu, 6 Jan 2011, Eamon Walsh wrote:
> Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>


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

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

* Re: [PATCH] libxl: Correct paths in libxl__fill_dom0_memory_info function [and 1 more messages]
  2011-01-06 16:34 ` Stefano Stabellini
@ 2011-01-06 17:28   ` Ian Jackson
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Jackson @ 2011-01-06 17:28 UTC (permalink / raw)
  To: Stefano Stabellini, Eamon Walsh; +Cc: Xen-devel

Eamon Walsh writes ("[Xen-devel] [PATCH] libxl: Correct paths in libxl__fill_dom0_memory_info function"):
> Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>

Applied, thanks.

Ian.

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

end of thread, other threads:[~2011-01-06 17:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-06 15:57 [PATCH] libxl: Correct paths in libxl__fill_dom0_memory_info function Eamon Walsh
2011-01-06 16:34 ` Stefano Stabellini
2011-01-06 17:28   ` [PATCH] libxl: Correct paths in libxl__fill_dom0_memory_info function [and 1 more messages] Ian Jackson

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.