Displaying 3 results from an estimated 3 matches for "libirt".
Did you mean:
libvirt
2010 Mar 16
0
migrate with libirt 0.7.0
Using ubuntu 9.10 and libvir 0.7.0, when I do a migrate a domain from
machine A to B, the migration "completes" but remains in a frozen state
until I do a "suspend/resume" on it on B. Then it runs fully normally.
What do I do to skip the suspend/resume steps?
--
Daniel R. Bidwell | bidwell at andrews.edu
Andrews University | Information Technology
2019 Dec 30
0
[Xen] + [Libvirt] + [TPM]: can it work?
I am trying to get TPM 2.0 pass through to work with Xen and libvirt, but I
can't get it to work.
According to the following sites both Xen and libirt have TPM 2.0 support.
https://wiki.xen.org/wiki/Virtual_Trusted_Platform_Module_(vTPM)
https://libvirt.org/formatdomain.html#elementsTpm
However, when I add a TPM device to a VM (by virt-manager), the VM guest
XML does contain the TPM configuration, but the VM guest (linux) does not
show any TPM...
2012 Oct 12
0
libvirt java api create volume bug?
hi,all
I use libirt Java AP { pool.storageVolCreateXML(xml,0)} to create a volume
,notice:here I define the format is "qcow2",
the xml file is :
<volume>
<name>volume8</name>
<capacity unit="KB">512000</capacity>
<target>
<format typ...