hi,
i cleared all the stuffs(everything) related to xen and libvirt.
i installed freshly xen-4.2.1 from the source.
*Installation steps are as follows:*
apt-get build-dep xen
apt-get install libc6-dev libglib2.0-dev libyajl-dev yajl-tools libbz2-dev
bison flex zlib1g-dev git-core texinfo debhe
On 14.10.2013 02:42, Alexandr wrote:
> good day to all.
> i still have not solved my problem with event handling.
> currently i have following code
>
>
> void libvirt_eventloop_thr_func()
> {
> while(true) //TODO: stop somehow on exit
> {
> if(virEventRunDefaultImpl() < 0)
>
On 12.10.2013 12:03, song wrote:
> Hello everyone:
>
> I am using CentOS 6.3 and the libvirt version is 0.10,when I'm trying to
> migration a vm between hosts,issue command:virsh --connect
> qemu:///system migrate --live one-11 qemu+ssh://192.168.0.111/system,an
> error reported:
> Command "virsh
On 11.10.2013 20:37, Francois Gaudreault wrote:
> Hi,
>
> I am trying to get some VMs running under qemu-kvm. At some point the
> VM starts, but then they shutdown by themselves and I see those messages
> in the log:
>
> 2013-10-11 18:28:57.165+: 4148: error : qemuMonitorIO:615 : internal
>
good day to all.
i still have not solved my problem with event handling.
currently i have following code
void libvirt_eventloop_thr_func()
{
while(true) //TODO: stop somehow on exit
{
if(virEventRunDefaultImpl() < 0)
{
virEr