Re: [libvirt] [PATCH] Resuming running domain raise error message

2016-10-26 Thread Martin Kletzander
On Wed, Oct 26, 2016 at 05:11:58PM +0200, Sławek Kapłoński wrote: Hello, Thx a lot but strictly speaking it's my second patch to libvirt :) I now see it's a fourth one in the three, I have no idea why git log hadn't showed me any other, maybe I was too fast when dismissing it. Well, anyway,

Re: [libvirt] [PATCH] Resuming running domain raise error message

2016-10-26 Thread Sławek Kapłoński
Hello, Thx a lot but strictly speaking it's my second patch to libvirt :) -- Best regards / Pozdrawiam Sławek Kapłoński sla...@kaplonski.pl On Wed, 26 Oct 2016, Martin Kletzander wrote: > On Sat, Oct 22, 2016 at 12:30:01PM +0200, Sławek Kapłoński wrote: > > When user tries to resume already

Re: [libvirt] [PATCH] Resuming running domain raise error message

2016-10-26 Thread Martin Kletzander
On Sat, Oct 22, 2016 at 12:30:01PM +0200, Sławek Kapłoński wrote: When user tries to resume already running domain (Qemu or LXC) there is VIR_ERR_OPERATION_INVALID error raised now with message that domain is already running. Closes-Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1009008 ---

Re: [libvirt] [PATCH] Resuming running domain raise error message

2016-10-26 Thread Sławek Kapłoński
Hello, Can someone take a look at this patch? Thx in advance :) -- Best regards / Pozdrawiam Sławek Kapłoński sla...@kaplonski.pl On Sat, 22 Oct 2016, Sławek Kapłoński wrote: > When user tries to resume already running domain (Qemu or LXC) > there is VIR_ERR_OPERATION_INVALID error raised now

[libvirt] [PATCH] Resuming running domain raise error message

2016-10-22 Thread Sławek Kapłoński
When user tries to resume already running domain (Qemu or LXC) there is VIR_ERR_OPERATION_INVALID error raised now with message that domain is already running. Closes-Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1009008 --- src/lxc/lxc_driver.c | 8 +++- src/qemu/qemu_driver.c | 4

[libvirt] [PATCH] Resuming running domain raise error message now

2016-10-22 Thread Sławek Kapłoński
This patch introduce raising XML error when user tries to resume domain (Qemu or LXC) which is already running. Closes bug: https://bugzilla.redhat.com/show_bug.cgi?id=1009008 Sławek Kapłoński (1): Resuming running domain raise error message src/lxc/lxc_driver.c | 8 +++-