Re: [libvirt] [PATCH] qemu: Validate disk against domain def on coldplug

2019-06-28 Thread Erik Skultety
On Wed, Jun 26, 2019 at 03:47:48PM +0200, Michal Privoznik wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1692296#c7 > > This is a counterpart for ddc72f99027 and implements the same > check for coldplug. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_driver.c | 17 ++

[libvirt] [PATCH] qemu: Validate disk against domain def on coldplug

2019-06-26 Thread Michal Privoznik
https://bugzilla.redhat.com/show_bug.cgi?id=1692296#c7 This is a counterpart for ddc72f99027 and implements the same check for coldplug. Signed-off-by: Michal Privoznik --- src/qemu/qemu_driver.c | 17 + 1 file changed, 17 insertions(+) diff --git a/src/qemu/qemu_driver.c b/src