[libvirt PATCH 2/6] qemu_validate: move and refactor qemuValidateDomainDefVirtioFSSharedMemory

2021-02-02 Thread Pavel Hrdina
Make the function reusable by other vhost-user based devices. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_validate.c | 99 +--- 1 file changed, 51 insertions(+), 48 deletions(-) diff --git a/src/qemu/qemu_validate.c b/src/qemu/qemu_validate.c index 88f4344d

Re: [libvirt PATCH 2/6] qemu_validate: move and refactor qemuValidateDomainDefVirtioFSSharedMemory

2021-02-02 Thread Peter Krempa
On Tue, Feb 02, 2021 at 16:04:08 +0100, Pavel Hrdina wrote: > Make the function reusable by other vhost-user based devices. Since reusability is the goal ... > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_validate.c | 99 +--- > 1 file changed, 51 ins

Re: [libvirt PATCH 2/6] qemu_validate: move and refactor qemuValidateDomainDefVirtioFSSharedMemory

2021-02-03 Thread Pavel Hrdina
On Wed, Feb 03, 2021 at 08:45:52AM +0100, Peter Krempa wrote: > On Tue, Feb 02, 2021 at 16:04:08 +0100, Pavel Hrdina wrote: > > Make the function reusable by other vhost-user based devices. > > Since reusability is the goal ... > > > > > Signed-off-by: Pavel Hrdina > > --- > > src/qemu/qemu_va

Re: [libvirt PATCH 2/6] qemu_validate: move and refactor qemuValidateDomainDefVirtioFSSharedMemory

2021-02-03 Thread Peter Krempa
On Wed, Feb 03, 2021 at 10:10:11 +0100, Pavel Hrdina wrote: > On Wed, Feb 03, 2021 at 08:45:52AM +0100, Peter Krempa wrote: > > On Tue, Feb 02, 2021 at 16:04:08 +0100, Pavel Hrdina wrote: > > > Make the function reusable by other vhost-user based devices. > > > > Since reusability is the goal ...