All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 V3] fix rename: xenstore not fully updated
@ 2014-11-19  6:34 Chunyan Liu
  2014-11-19  6:34 ` [PATCH 1/2 V3] remove domain field in xenstore backend dir Chunyan Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Chunyan Liu @ 2014-11-19  6:34 UTC (permalink / raw)
  To: xen-devel; +Cc: ian.jackson, wei.liu2, ian.campbell, Chunyan Liu

Currently libxl__domain_rename only update /local/domain/<domid>/name,
still some places in xenstore are not updated, including:
/vm/<uuid>/name and /local/domain/0/backend/<device>/<domid>/.../domain.

This patch series updates /vm/<uuid>/name in xenstore, and removes the unusual
'domain' field under backend directory.

---
Changes to v2:
  * split one patch into two:
    1/2 remove 'domain' field in backend dir;
    2/2 add code to update /vm/<uuid>/name
  * remove all redundant logging.

Chunyan Liu (2):
  remove domain field in xenstore backend dir
  fix rename: xenstore not fully updated

 tools/libxl/libxl.c | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

-- 
1.8.4.5

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-11-28 12:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-19  6:34 [PATCH 0/2 V3] fix rename: xenstore not fully updated Chunyan Liu
2014-11-19  6:34 ` [PATCH 1/2 V3] remove domain field in xenstore backend dir Chunyan Liu
2014-11-19 11:11   ` Ian Jackson
2014-11-19  6:34 ` [PATCH 2/2 V3] fix rename: xenstore not fully updated Chunyan Liu
2014-11-19 11:12   ` Ian Jackson
2014-11-19 11:26 ` [PATCH 0/2 " Ian Jackson
2014-11-19 21:25   ` Konrad Rzeszutek Wilk
2014-11-20 15:28     ` Ian Campbell
2014-11-21 17:01       ` Konrad Rzeszutek Wilk
2014-11-25 14:13         ` Ian Campbell
2014-11-25 15:51           ` Konrad Rzeszutek Wilk
2014-11-25 15:58             ` Ian Campbell
2014-11-25 16:03               ` Konrad Rzeszutek Wilk
2014-11-28 12:11                 ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.