Re: [Xen-devel] [PATCH] libxl: fix libxl_set_memory_target [and 1 more messages]

2017-01-03 Thread Ian Jackson
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

[Xen-devel] [PATCH] libxl: fix libxl_set_memory_target

2016-12-29 Thread Wei Liu
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