Re: [Xen-devel] [PATCH v3 19/19] Toolstack: Pass $gho to create method

2015-01-27 Thread Ian Jackson
Ian Campbell writes ("[PATCH v3 19/19] Toolstack: Pass $gho to create method"): > The cfg file can be obtained from $gho->{CfgPath}. This is more > consistent with other methods. Acked-by: Ian Jackson ___ Xen-devel mailing list Xen-devel@lists.xen.org

[Xen-devel] [PATCH v3 19/19] Toolstack: Pass $gho to create method

2015-01-26 Thread Ian Campbell
The cfg file can be obtained from $gho->{CfgPath}. This is more consistent with other methods. Signed-off-by: Ian Campbell --- v3: New patch, implementing suggesting from review of "Toolstack: Refactor guest lifecycle." --- Osstest/TestSupport.pm | 2 +- Osstest/Toolstack/libvirt.pm |