Finding out if Xen or KVM is used

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've got 2 doubts:
1.I've been trying to write an application using Libvirt's Java API which should run on both Xen and KVM running machines and execute the Xen or KVM code based on the hypervisor used. I want the physical machine to know if it's running Xen or KVM and execute only that code.

While using getURI(), I need to use it as
conn.getURI()
but then I can't use conn without declaring it previously as Connect conn=new Connect("URI");

Is there any way to get the URI used and hence the hypervisor used?

2. This question concerns the usage of the listDomains(). When I run this piece of code in KVM, it works perfectly fine but throws an array out of bounds exception in Xen.

Connect conn=null;
             conn = new Connect("xen:///", true);
             int[] id = conn.listDomains();
             System.out.println("lD of VM " +id[0]);

Thanks for your time.
P Ramesh

[Index of Archives]     [Virt Tools]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux