On Fri, Apr 29, 2022 at 03:45:25PM -0700, Elliott Mitchell wrote: > Rather than having shadow variables for every element of dom_info, it is > better to properly initialize dom_info at the start. This also removes > the misleading memset() in the middle of main_create(). > > Remove the dryrun element of domain_create as that has been displaced > by the global "dryrun_only" variable. > > Signed-off-by: Elliott Mitchell <ehem+...@m5p.com>
Reviewed-by: Anthony PERARD <anthony.per...@citrix.com> Thanks for the clean up. -- Anthony PERARD