
26 May
2021
26 May
'21
10:28 p.m.
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> Olaf