Re: [PATCH] libxl: Normalize MAC address in device conf when hotplugging a netdev

2020-06-03 Thread Jim Fehlig
On 6/2/20 9:58 PM, Laine Stump wrote: On 5/28/20 1:09 PM, Jim Fehlig wrote: Similar to commit 6c17606b7cc, normalize the MAC addresses in persistent and live device config to avoid a different MAC address for the device once the VM is rebooted and persistent config takes affect. Well...

Re: [PATCH] libxl: Normalize MAC address in device conf when hotplugging a netdev

2020-06-02 Thread Laine Stump
On 5/28/20 1:09 PM, Jim Fehlig wrote: Similar to commit 6c17606b7cc, normalize the MAC addresses in persistent and live device config to avoid a different MAC address for the device once the VM is rebooted and persistent config takes affect. Well... This has a bigger change than commit

[PATCH] libxl: Normalize MAC address in device conf when hotplugging a netdev

2020-05-28 Thread Jim Fehlig
Similar to commit 6c17606b7cc, normalize the MAC addresses in persistent and live device config to avoid a different MAC address for the device once the VM is rebooted and persistent config takes affect. Signed-off-by: Jim Fehlig --- src/libxl/libxl_driver.c | 56