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