[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: VM generation ID: Add missing gate for HVM domain.
# HG changeset patch # User Paul Durrant <paul.durrant@xxxxxxxxxx> # Date 1326804052 0 # Node ID 15ab61865ecbd146f6ce65fbea5bf49bfd9c6cb1 # Parent 44c2856b19524e7984bfb91bf690181b5f4d1d30 libxl: VM generation ID: Add missing gate for HVM domain. This will fix localhost migrate failures found by the automatic tests. Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 44c2856b1952 -r 15ab61865ecb tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Tue Jan 17 11:18:48 2012 +0000 +++ b/tools/libxl/xl_cmdimpl.c Tue Jan 17 12:40:52 2012 +0000 @@ -1580,7 +1580,9 @@ } } - d_config.b_info.u.hvm.no_incr_generationid = dom_info->no_incr_generationid; + if (d_config.c_info.type == LIBXL_DOMAIN_TYPE_HVM) + d_config.b_info.u.hvm.no_incr_generationid = + dom_info->no_incr_generationid; if (debug || dom_info->dryrun) printf_info(-1, &d_config, &d_config.dm_info); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |