
26 May
2021
26 May
'21
4:44 p.m.
On 5/26/21 2:28 PM, Olaf Hering wrote:
Am Wed, 26 May 2021 14:13:23 -0600 schrieb Jim Fehlig <jfehlig@suse.com>:
Adjust libxlMakeNicList to initialize the list of objects, before they are filled by libxlMakeNic. The libxl_domain_config object passed to libxlMakeNicList is owned by the caller and will be disposed with libxl_domain_config_dispose, which also disposes embedded objects such as libxl_device_nic.
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Acked-by: Olaf Hering <olaf@aepfle.de>
Thanks. I'll wait until after the freeze to push it. Jim