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] [Bug 935] Fix the information of the xm list command

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] [Bug 935] Fix the information of the xm list command
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Wed, 28 Mar 2007 00:40:54 +0900
Delivery-date: Tue, 27 Mar 2007 08:40:02 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I fixed the Xen bugzilla 935. 
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=935

The test result is as follows. All "cpus" are removed from 
the information of the xm list command. 

# xm list --long vm1
(domain
    (on_crash restart)
    (uuid 52b8cca6-df1a-b9ec-9b4c-6e5ae7014b3c)
    (bootloader_args )
    (vcpus 2)
    (name vm1)
    (on_poweroff destroy)
    (on_reboot restart)
    (bootloader )
    (maxmem 384)
    (memory 256)
    (shadow_memory 0)
    (cpu_weight 256)
    (cpu_cap 0)
    (features )
    (on_xend_start ignore)
    (on_xend_stop ignore)
    (image
        (linux
            (kernel /boot/vmlinuz-2.6.18-xen)
            (ramdisk /boot/initrd-2.6.18-xen.img.domU)
            (args 'root=/dev/hda1 ro 3')
        )
    )
    (status 0)
    (device
        (vbd
            (uuid f42667ec-8599-7b48-395c-c998d8cd14ce)
            (bootable 1)
            (driver paravirtualised)
            (dev hda1)
            (uname file:/xen/rhel4u2.root.img-vm1)
            (mode w)
        )
    )
)

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

Best regards,
 Kan

Attachment: bug935.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] [Bug 935] Fix the information of the xm list command, Masaki Kanno <=