[Pkg-xen-changes] r997 - in trunk/xen/debian: . patches

Bastian Blank waldi at alioth.debian.org
Sun Apr 22 21:52:33 UTC 2012


Author: waldi
Date: Sun Apr 22 21:52:33 2012
New Revision: 997

Log:
* debian/changelog: Update.
* debian/patches/series: Add new patch.
* debian/patches/tools-libxl-sxp.diff: Fix long output.

Added:
   trunk/xen/debian/patches/tools-libxl-sxp.diff
Modified:
   trunk/xen/debian/changelog
   trunk/xen/debian/patches/series

Modified: trunk/xen/debian/changelog
==============================================================================
--- trunk/xen/debian/changelog	Sun Apr 22 21:50:37 2012	(r996)
+++ trunk/xen/debian/changelog	Sun Apr 22 21:52:33 2012	(r997)
@@ -1,6 +1,7 @@
 xen (4.1.2-5) UNRELEASED; urgency=low
 
   * Actually force init script rename. (closes: #669341)
+  * Fix long output from xl.
 
  -- Bastian Blank <waldi at debian.org>  Thu, 19 Apr 2012 10:54:05 +0200
 

Modified: trunk/xen/debian/patches/series
==============================================================================
--- trunk/xen/debian/patches/series	Sun Apr 22 21:50:37 2012	(r996)
+++ trunk/xen/debian/patches/series	Sun Apr 22 21:52:33 2012	(r997)
@@ -62,5 +62,6 @@
 
 tools-python-shebang.diff
 
+tools-libxl-sxp.diff
 tools-ocaml-fix-build.diff
 tools-xenstore-compatibility.diff

Added: trunk/xen/debian/patches/tools-libxl-sxp.diff
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/xen/debian/patches/tools-libxl-sxp.diff	Sun Apr 22 21:52:33 2012	(r997)
@@ -0,0 +1,11 @@
+--- a/tools/libxl/xl_cmdimpl.c
++++ b/tools/libxl/xl_cmdimpl.c
+@@ -367,7 +367,7 @@
+         printf("\t\t\t(apic %d)\n", dm_info->apic);
+         printf("\t\t)\n");
+     } else {
+-        printf("\t\t(linux %d)\n", b_info->hvm);
++        printf("\t\t(linux\n");
+         printf("\t\t\t(kernel %s)\n", b_info->kernel.path);
+         printf("\t\t\t(cmdline %s)\n", b_info->u.pv.cmdline);
+         printf("\t\t\t(ramdisk %s)\n", b_info->u.pv.ramdisk.path);



More information about the Pkg-xen-changes mailing list