WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Fix xm block-list for inactive managed domains

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Fix xm block-list for inactive managed domains
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Thu, 04 Dec 2008 16:47:58 +0900
Delivery-date: Wed, 03 Dec 2008 23:48:43 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

This patch slightly improves xm block-list for inactive managed domains.

Currently, the following information is shown when we try xm block-list 
for inactive managed domains.

# xm block-list vm1
Vdev  BE handle state evt-ch ring-ref BE-path
0      -1   0     -1     -1     -1    ??
1      -1   0     -1     -1     -1    ??
2      -1   0     -1     -1     -1    ??
3      -1   0     -1     -1     -1    ??

The information didn't almost have avails, but I'd like to show correct 
values in only Vdev(device number) at least.  So I send the patch. 
The following information will be shown by the patch.

# xm block-list vm1
Vdev  BE handle state evt-ch ring-ref BE-path
51712  -1   0     -1     -1     -1    ??
51728  -1   0     -1     -1     -1    ??
51744  -1   0     -1     -1     -1    ??
51760  -1   0     -1     -1     -1    ??

Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>

Best regards,
 Kan

Attachment: xm_blocklist.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Fix xm block-list for inactive managed domains, Masaki Kanno <=