Re: [libvirt] adding tests to qemu_driver

2015-11-20 Thread noxdafox
On 20/11/15 19:18, Jiri Denemark wrote: On Fri, Nov 20, 2015 at 14:10:49 +0200, NoxDaFox wrote: 2015-11-19 14:25 GMT+02:00 Jiri Denemark : On Fri, Nov 13, 2015 at 10:44:01 +0200, NoxDaFox wrote: 2015-11-13 0:30 GMT+02:00 Jiri Denemark : On Thu, Nov 12, 2015 at 23:47:54 +0200, noxdafox

Re: [libvirt] adding tests to qemu_driver

2015-11-20 Thread NoxDaFox
2015-11-19 14:25 GMT+02:00 Jiri Denemark : > On Fri, Nov 13, 2015 at 10:44:01 +0200, NoxDaFox wrote: > > 2015-11-13 0:30 GMT+02:00 Jiri Denemark : > > > > > On Thu, Nov 12, 2015 at 23:47:54 +0200, noxdafox wrote: > > > > Greetings, > > > > > &g

Re: [libvirt] adding tests to qemu_driver

2015-11-13 Thread NoxDaFox
2015-11-13 0:30 GMT+02:00 Jiri Denemark : > On Thu, Nov 12, 2015 at 23:47:54 +0200, noxdafox wrote: > > Greetings, > > > > I was investigating on an issue in which QEMU's dynamic ownership was > > not properly working when calling qemuDomainCoreDumpWithFormat(). &

[libvirt] adding tests to qemu_driver

2015-11-12 Thread noxdafox
Greetings, I was investigating on an issue in which QEMU's dynamic ownership was not properly working when calling qemuDomainCoreDumpWithFormat(). The core of the issue seems to be the qemuOpenFileAs() function which does not handle the dynamic ownership. This might affect other libvirt's fe