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
---
src/lxc/lxc_driver.c | 8 +++++++-
src/qemu/qemu_driver.c | 4 ++++
2 files changed, 11 insertions(+), 1 deletion(-)
I wanted to split this into two commits, separate it for qemu and lxc,
but it's so small that when someone were to use this patch, it will fix
both qemu and lxc and most likely not cause any merge conflicts =)
Congratulations on your first patch. I'll slightly reword the commit
message and push this.
Martin