[libvirt] [PATCH] virsh: Improve change-media success message

2015-04-06 Thread Cole Robinson
$ sudo virsh change-media f19 hdc /mnt/data/devel/media/Fedora-16-x86_64-Live-KDE.iso succeeded to complete action update on media Change the message to: Successfully {inserted,ejected,changed} media. https://bugzilla.redhat.com/show_bug.cgi?id=967946 --- tools/virsh-domain.c | 6 +- 1

Re: [libvirt] [PATCH] virsh: Improve change-media success message

2015-04-06 Thread Cole Robinson
On 04/06/2015 03:29 PM, Laine Stump wrote: On 04/06/2015 02:03 PM, Cole Robinson wrote: $ sudo virsh change-media f19 hdc /mnt/data/devel/media/Fedora-16-x86_64-Live-KDE.iso succeeded to complete action update on media Change the message to: Successfully {inserted,ejected,changed}

Re: [libvirt] [PATCH] virsh: Improve change-media success message

2015-04-06 Thread Laine Stump
On 04/06/2015 02:03 PM, Cole Robinson wrote: $ sudo virsh change-media f19 hdc /mnt/data/devel/media/Fedora-16-x86_64-Live-KDE.iso succeeded to complete action update on media Change the message to: Successfully {inserted,ejected,changed} media.

[libvirt] [PATCH] parallels: delete old networks in prlsdkDoApplyConfig before adding new ones

2015-04-06 Thread Maxim Nestratov
In order to change an existing domain we delete all existing devices and add new from scratch. In case of network devices we should also delete corresponding virtual networks (if any) before removing actual devices from xml. In the patch, we do it by extending prlsdkDoApplyConfig with a new

[libvirt] [PATCH 1/1] virt-aa-helper: add unix channels (esp for qemu-guest-agent)

2015-04-06 Thread Serge Hallyn
The original bug report was at https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1393842 Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com --- src/security/virt-aa-helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/security/virt-aa-helper.c b/src/security/virt-aa-helper.c