Re: [PATCH 1/3] tools/hotplug: Fix hostname setting in vif-nat

2020-09-07 Thread Wei Liu
On Thu, Aug 27, 2020 at 02:14:03PM +, Bertrand Marquis wrote: > > > > On 20 Aug 2020, at 11:58, Diego Sueiro wrote: > > > > Setting the hostname is failing because the "$XENBUS_PATH/domain" > > doesn't exist anymore. To fix this we set it to dom$domid > > > > Signed-off-by: Diego Sueiro >

Re: [PATCH 1/3] tools/hotplug: Fix hostname setting in vif-nat

2020-08-27 Thread Bertrand Marquis
> On 20 Aug 2020, at 11:58, Diego Sueiro wrote: > > Setting the hostname is failing because the "$XENBUS_PATH/domain" > doesn't exist anymore. To fix this we set it to dom$domid > > Signed-off-by: Diego Sueiro Reviewed-by: Bertrand Marquis > --- > tools/hotplug/Linux/vif-nat | 2 +- > 1 fil

[PATCH 1/3] tools/hotplug: Fix hostname setting in vif-nat

2020-08-20 Thread Diego Sueiro
Setting the hostname is failing because the "$XENBUS_PATH/domain" doesn't exist anymore. To fix this we set it to dom$domid Signed-off-by: Diego Sueiro --- tools/hotplug/Linux/vif-nat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hotplug/Linux/vif-nat b/tools/hotplug/