Re: [Xen-devel] [PATCH 1/5] libxl: remove DM path in libxl__device_model_destroy

2015-03-18 Thread Ian Campbell
On Wed, 2015-03-18 at 13:21 +, Ian Campbell wrote: > On Fri, 2015-03-13 at 10:34 +, Wei Liu wrote: > > ... because it is the right place to clean up device model stuffs. > > ... and not devices_destroy_cb because it is the right ... > > (also "stuff"). > > > And the path should use LIBXL

Re: [Xen-devel] [PATCH 1/5] libxl: remove DM path in libxl__device_model_destroy

2015-03-18 Thread Ian Campbell
On Fri, 2015-03-13 at 10:34 +, Wei Liu wrote: > ... because it is the right place to clean up device model stuffs. ... and not devices_destroy_cb because it is the right ... (also "stuff"). > And the path should use LIBXL_TOOLSTACK_DOMID instead of hardcoded 0. Between this and what is in t

[Xen-devel] [PATCH 1/5] libxl: remove DM path in libxl__device_model_destroy

2015-03-13 Thread Wei Liu
... because it is the right place to clean up device model stuffs. And the path should use LIBXL_TOOLSTACK_DOMID instead of hardcoded 0. Signed-off-by: Wei Liu --- tools/libxl/libxl.c| 2 -- tools/libxl/libxl_dm.c | 6 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/to