|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Show "bootable" information only once
Hi,
"bootable" information is shown twice as follows.
# xm list --long vm2
(domain
<<snip>>
(device
(vbd
(protocol x86_32-abi)
(uuid 743df7e2-eea8-0da5-7a1f-7b8483b34299)
(bootable 1)
(dev hda1:disk)
(uname file:/xen/root-vm2.img)
(mode w)
(backend 0)
(bootable 1)
(VDI )
)
)
<<snip>>
)
"bootable" information is shown only once by this patch.
# xm list --long vm2
(domain
<<snip>>
(device
(vbd
(protocol x86_32-abi)
(uuid 0c851aa8-5e84-830c-f396-fe41a91a2d27)
(bootable 1)
(dev hda1:disk)
(uname file:/xen/root-vm2.img)
(mode w)
(backend 0)
(VDI )
)
)
<<snip>>
)
Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Best regards,
Kan
bootable.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] Show "bootable" information only once,
Masaki Kanno <=
|
|
|
|
|