|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 1/2] separate logically list_vm and list_domain
previously list_domain was something between listing VM and domains.
provide 2 separates API calls to list domains and list vms.
the list vms API filters utility domains like stubdomains, and domain 0
change is_stubdom to properly check the integer and also return a boolean
value.
Signed-off-by: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx>
---
tools/libxl/libxl.c | 53 ++++++++++++++++++++++++++++++++++----------
tools/libxl/libxl.h | 12 +++++++++-
tools/libxl/libxl_utils.c | 19 +++++++++++-----
tools/libxl/libxl_utils.h | 2 +-
tools/libxl/xl.c | 2 +-
5 files changed, 67 insertions(+), 21 deletions(-)
0001-separate-logically-list_vm-and-list_domain.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|