Re: [libvirt] [PATCH 07/10] qemu: domain: Remove memory device check from post parse callback

2015-10-20 Thread John Ferlan
On 10/16/2015 08:11 AM, Peter Krempa wrote: > We check that is present when we have memory devices at the > time we start the VM or add the device, so we can remove it from the > post parse callback to be more tolerant to users. > --- > src/qemu/qemu_domain.c | 8 > 1 file changed, 8

[libvirt] [PATCH 07/10] qemu: domain: Remove memory device check from post parse callback

2015-10-16 Thread Peter Krempa
We check that is present when we have memory devices at the time we start the VM or add the device, so we can remove it from the post parse callback to be more tolerant to users. --- src/qemu/qemu_domain.c | 8 1 file changed, 8 deletions(-) diff --git a/src/qemu/qemu_domain.c