On 5/26/21 2:28 PM, Olaf Hering wrote:
Am Wed, 26 May 2021 14:13:23 -0600
schrieb Jim Fehlig <jfehlig@xxxxxxxx>:
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@xxxxxxxx>
Acked-by: Olaf Hering <olaf@xxxxxxxxx>
Thanks. I'll wait until after the freeze to push it.
Jim