Chunyan Liu writes ("[PATCH 2/2 V3] fix rename: xenstore not fully updated"):
> libxl__domain_rename only updates /local/domain//name,
> /vm//name in xenstore are not updated. Add code in
> libxl__domain_rename to update /vm//name too.
Acked-by: Ian Jackson
__
libxl__domain_rename only updates /local/domain//name,
/vm//name in xenstore are not updated. Add code in
libxl__domain_rename to update /vm//name too.
Signed-off-by: Chunyan Liu
---
tools/libxl/libxl.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/tools/libxl/libxl.c b/tool