Ian Jackson writes ("Re: Stale Xenstore entries after start of domU with
stubdom"):
> What is the uuid ? It's probably the stubdom or the main domain.
> (Try `xl list -l'.)
Never mind, I have just realised that Wei's patch (below) is a reply
to this.
Wei Liu writes ("[PATCH] libxl: fix libxl_se
Commit 26dbc93a ("libxl: Remove pointless hypercall from
libxl_set_memory_target") removed the call to xc_domain_getinfolist, but
it failed to notice that "info" was actually needed later.
Put that back. While at it, make the code conform to coding style
requirement.
Reported-by: Juergen Gross
S