Andre Przywara
2010-Sep-23 12:48 UTC
[Xen-devel] [PATCH] xl: fix UUID reporting with xl list -l
Hi, if there is no UUID specified in the config file, we generate one during the _parsing_ process. Since xl list -l parses the config file again, the UUID will be generated again in this case and the reported version does probably not match the used one. Fix this by retrieving the UUID from dominfo (like xl list -v does). Signed-off-by: Andre Przywara <andre.przywara@amd.com> Regards, Andre. -- Andre Przywara AMD-Operating System Research Center (OSRC), Dresden, Germany Tel: +49 351 448-3567-12 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Stefano Stabellini
2010-Oct-01 14:43 UTC
[Xen-devel] Re: [PATCH] xl: fix UUID reporting with xl list -l
On Thu, 23 Sep 2010, Andre Przywara wrote:> Hi, > > if there is no UUID specified in the config file, we generate one during > the _parsing_ process. Since xl list -l parses the config file again, > the UUID will be generated again in this case and the reported version > does probably not match the used one. > Fix this by retrieving the UUID from dominfo (like xl list -v does). > > Signed-off-by: Andre Przywara <andre.przywara@amd.com>applied, thanks _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel