Hi,
I'm currently writing a script to avoid ip conflict but I couldn't get ip address
from xenstore when I create a guest using libvirt with libxl connector. With 'xl
create' command, it works everything fine, but not with libvirt. So I dug into the
source code, I couldn't find any code for de
2014년 2월 11일 오후 10:00에 Eric Blake 작성:On 02/11/2014 12:20 AM, Kim Larry wrote: libvirtd version is 1.1.4 and using Xen for hypervisor.I'm not as familiar with the xen hypervisor as with qemu; it may just bethe case that no one has coded the xen driver to send a shutdown event.At any rate,
Hi, I used event-test.py from here: http://libvirt.org/git/?p=libvirt-python.git;a=blob;f=examples/event-test.py;h=1402c043ca99fdc1cf03ad97ab60e7e3bbabfad2;hb=HEAD which is very lasted version.However, it detects all of events but not domain shutdown. I've searched through Google and got nothing.li