Re: [libvirt] [PATCHv3] qemu: fix unsuitable error report when get memory stats

2015-06-04 Thread Ján Tomko
On Wed, Jun 03, 2015 at 09:07:49AM +0800, Wang Yufei wrote: > From: Zhang Bo > > when we run the command 'virsh dommemstat xxx', > althrough memballoon's model is set 'none' in vm's XML, > it still reports an error in libvirtd.log. > error : qemuMonitorFindBalloonObjectPath:1042 : internal error:

Re: [libvirt] [PATCHv3] qemu: fix unsuitable error report when get memory stats

2015-06-03 Thread Martin Kletzander
On Wed, Jun 03, 2015 at 09:07:49AM +0800, Wang Yufei wrote: From: Zhang Bo when we run the command 'virsh dommemstat xxx', althrough memballoon's model is set 'none' in vm's XML, it still reports an error in libvirtd.log. error : qemuMonitorFindBalloonObjectPath:1042 : internal error: Cannot d

[libvirt] [PATCHv3] qemu: fix unsuitable error report when get memory stats

2015-06-02 Thread Wang Yufei
From: Zhang Bo when we run the command 'virsh dommemstat xxx', althrough memballoon's model is set 'none' in vm's XML, it still reports an error in libvirtd.log. error : qemuMonitorFindBalloonObjectPath:1042 : internal error: Cannot determine balloon device path Apparently, if we don't set memba