<div dir="ltr">thanks Jim and Cole, sounds like I should not be concerned.<br><br>Thanks<br>Wayne<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 6, 2015 at 8:49 PM, Jim Fehlig <span dir="ltr"><<a href="mailto:jfehlig@suse.com" target="_blank">jfehlig@suse.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Wayne Mills wrote:<br>
> Hi,<br>
><br>
> I've been following this website to create VM's:<br>
> <a href="http://wiki.xen.org/wiki/DomU_Install_with_Virt-Manager" target="_blank">http://wiki.xen.org/wiki/DomU_Install_with_Virt-Manager</a> .  As shown,<br>
> when virt-manager is started, it shows domain-0 as one of the VM's.<br>
><br>
> My virt-manager console does not show domain-0.  It only shows the VM<br>
> I created (ubuntu1404svr) based on amd64 ubuntu server ISO.  Yet, I do<br>
> see the qemu processes running for both the server and domain0 images:<br>
><br>
> root     28243     1  0 04:20 ?        00:00:53<br>
> /usr/bin/qemu-system-i386 -xen-domid 14 -chardev<br>
> socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-14,server,nowait -mon<br>
</span><span class="">> chardev=libxl-cmd,mode=control -nodefaults *-name ubuntu1404svr* -vnc<br>
</span>> <a href="http://127.0.0.1:0" target="_blank">127.0.0.1:0</a> <<a href="http://127.0.0.1:0" target="_blank">http://127.0.0.1:0</a>> -k en-us -serial pty -device<br>
<span class="">> cirrus-vga -global vga.vram_size_mb=9 -boot order=dc -device<br>
> rtl8139,id=nic0,netdev=net0,mac=00:16:3e:c3:44:fe -netdev<br>
> type=tap,id=net0,ifname=vif14.0-emu,script=no,downscript=no -machine<br>
> xenfv -m 4087 -drive<br>
</span>> *file=/dev/vg0/ubuntu1401svr*,if=ide,index=0,media=disk,format=raw,cache=writeback<br>
<span class="">> -drive if=ide,index=2,media=cdrom,cache=writeback,id=ide-5632<br>
><br>
> root      1226     1  0 Feb05 ?        00:00:06<br>
</span>> /usr/bin/qemu-system-i386 -xen-domid 0 -xen-attach *-name dom0*<br>
<span class="">> -nographic -M xenpv -daemonize -monitor /dev/null -serial /dev/null<br>
> -parallel /dev/null -pidfile /var/run/qemu-dom0.pid<br>
><br>
><br>
> Before I go much further in my activities, I want to be sure domain-0<br>
> is up and running properly.  The lack of domain-0 visibility from<br>
> virt-manager has me concerned.<br>
<br>
</span>I assume you are using Xen's libxl stack and libvirt's libxl driver?<br>
Currently the libxl driver ignores dom0, which has been the case since<br>
it was introduced in libvirt.  I have a stale patch that introduces dom0<br>
support in the libxl driver, but it needs some work to restrict what<br>
operations can be performed.  E.g. the old xen driver would not allow<br>
rebooting or destroying dom0.  Actually, xend disallowed these<br>
operations and reported an error when attempting something like 'virsh<br>
destroy 0'.  libxl wont destroy or reboot dom0, but it doesn't report an<br>
error either.  Failing these operations and reporting a proper error<br>
will need to be done in the libvirt libxl driver.<br>
<br>
Regards,<br>
Jim<br>
<br>
</blockquote></div><br></div>