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
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
... 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