[libvirt] [PATCH 01/11] qemu: Move feature verification from PostParse() to Validate()

John Ferlan jferlan at redhat.com
Mon Feb 12 17:54:38 UTC 2018



On 02/06/2018 11:42 AM, Andrea Bolognani wrote:
> We want to perform all feature verification in a single spot, but
> some of it (eg. GIC) is currently being performed at command line
> generation time, and moving it to PostParse() would cause guests
> to disappear. Moving verification to Validate() allows us to
> side-step the issue.
> 
> Signed-off-by: Andrea Bolognani <abologna at redhat.com>
> ---
>  src/qemu/qemu_domain.c | 54 +++++++++++++++++++++++++-------------------------
>  1 file changed, 27 insertions(+), 27 deletions(-)
> 

Reviewed-by: John Ferlan <jferlan at redhat.com>

John




More information about the libvir-list mailing list