Re: [libvirt-users] Error starting domain: internal error: missing IFLA_VF_INFO in netlink response

2015-01-08 Thread hong-hua....@freescale.com
Hi Laine, Sorry to disturb you. It seemed this issue had been fixed in libvirt-1.2.2/libnl-3.2.22/linux-3.12. But we still got the error on PowerPC platform. I'll appreciate if you could give any suggestion. We are not sure if any netlink implementation in kernel space is missed. The scenario

[libvirt-users] Error starting domain: internal error: missing IFLA_VF_INFO in netlink response

2014-11-24 Thread hong-hua....@freescale.com
Hi, We try PCI Passthrough of host network devices on PPC platform. http://wiki.libvirt.org/page/Networking#Assignment_with_.3Cinterface_type.3D.27hostdev.27.3E_.28SRIOV_devices_only.29 But we got a similar issue as below that reported on RedHat before: https://bugzilla.redhat.com/show_bug.cgi?id

[libvirt-users] VM status when guest poweroff

2014-09-18 Thread hong-hua....@freescale.com
Hi, I tried QEMU on ARM/PPC platforms. If running poweroff command on guest, it should also shutoff the VM. But it shows the VM status still be 'running' instead of 'shutoff'. I guess it should be qemu issue, is it right? Best Regards, Olivia ___ li

[libvirt-users] How to config qga to support dompmsuspend

2014-07-10 Thread hong-hua....@freescale.com
Hi, I tried to run domsuspend command on my PowerPC board but failed. # virsh dompmsuspend sdk --target mem error: Domain sdk could not be suspended error: argument unsupported: QEMU guest agent is not configured It seemed that support suspend-to-mem only from capabilities. # virsh capabilitie

[libvirt-users] snapshot-create error

2014-07-10 Thread hong-hua....@freescale.com
Hi, What's the difference between QEMU snapshot and libvirt snapshot? # qemu-img create -f qcow2 disk.img 512 Formatting 'disk.img', fmt=qcow2 size=512 encryption=off cluster_size=65536 lazy_refcounts=off # qemu-img info disk.img image: disk.img file format: qcow2 virtual size: 512 (512 bytes)