Re: [PATCH 0/4] virt-aa-helper: Add new option to remove corrupted

2021-10-10 Thread Christian Ehrhardt
On Thu, Oct 7, 2021 at 7:25 PM Ioanna Alifieraki wrote: > > This patch-series aims to address the bug reported in [1] and [2]. > > Bug description : > Some times libvirt fails to start a vm with the following error : > libvirt: error : unable to set AppArmor profile >

Re: [PATCH v2 1/3] qemu_capabilities: Add flag QEMU_CAPS_VIRTIO_PAGE_PER_VQ

2021-10-10 Thread Han Han
On Mon, Oct 11, 2021 at 3:50 AM Peter Krempa wrote: > On Sat, Oct 09, 2021 at 17:37:42 +0800, Han Han wrote: > > The qemu capability will be used for the page_per_vq option of virtio > > devices. > > > > Signed-off-by: Han Han > > --- > > src/qemu/qemu_capabilities.c | 6

Re: [PATCH v2 3/3] qemu: Add support for virtio device option page-per-vq

2021-10-10 Thread Peter Krempa
On Sat, Oct 09, 2021 at 17:37:44 +0800, Han Han wrote: > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1925363 > > Signed-off-by: Han Han > --- > src/qemu/qemu_command.c | 4 ++ > src/qemu/qemu_hotplug.c | 3 +- > src/qemu/qemu_validate.c

Re: [PATCH v2 1/3] qemu_capabilities: Add flag QEMU_CAPS_VIRTIO_PAGE_PER_VQ

2021-10-10 Thread Peter Krempa
On Sat, Oct 09, 2021 at 17:37:42 +0800, Han Han wrote: > The qemu capability will be used for the page_per_vq option of virtio > devices. > > Signed-off-by: Han Han > --- > src/qemu/qemu_capabilities.c | 6 ++ > src/qemu/qemu_capabilities.h | 1 +

Re: [PATCH] libvirt qemu add rbd mirror dest in qemuDomainBlockCopyCommon

2021-10-10 Thread Peter Krempa
On Sun, Oct 10, 2021 at 21:41:57 +0200, Peter Krempa wrote: > On Sat, Oct 09, 2021 at 15:55:54 +0800, dingli...@cmss.chinamobile.com wrote: > > From: dinglimin > > > > The BlockCopy command is designed to copy a chain of disk backup images to > > dest. > > For RBD external destination, before

Re: [PATCH] libvirt qemu add rbd mirror dest in qemuDomainBlockCopyCommon

2021-10-10 Thread Peter Krempa
On Sat, Oct 09, 2021 at 15:55:54 +0800, dingli...@cmss.chinamobile.com wrote: > From: dinglimin > > The BlockCopy command is designed to copy a chain of disk backup images to > dest. > For RBD external destination, before the modification, only the '--XML' > parameter is supported by