
12 Feb
2018
12 Feb
'18
12:54 p.m.
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@redhat.com> --- src/qemu/qemu_domain.c | 54 +++++++++++++++++++++++++------------------------- 1 file changed, 27 insertions(+), 27 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John