|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 08/11] remove API for dominfolist and list that retur
fixup xl and part of libxl that use those API, to use simpler, faster
and less wasteful API (doesn't need to get the info about all domains when
looking for one specific domain).
Signed-off-by: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx>
---
tools/libxl/libxl.c | 61 +++++-----------------------------------------
tools/libxl/libxl.h | 4 +--
tools/libxl/libxl_dom.c | 20 +++++++--------
tools/libxl/xl.c | 23 +++++++----------
4 files changed, 26 insertions(+), 82 deletions(-)
0008-remove-API-for-dominfolist-and-list-that-returns-xc_.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 00/11] XL API fixes and cleanup, Vincent Hanquez
- [Xen-devel] [PATCH 01/11] change semantics of ctx_free and remove ctx_close, Vincent Hanquez
- [Xen-devel] [PATCH 03/11] remove useless smac in the nic_info structure, Vincent Hanquez
- [Xen-devel] [PATCH 02/11] coding styles cleanup, Vincent Hanquez
- [Xen-devel] [PATCH 05/11] hide internal logging from client, Vincent Hanquez
- [Xen-devel] [PATCH 04/11] remove structure init from the library and structure domid fixup completly, Vincent Hanquez
- [Xen-devel] [PATCH 06/11] remove waitpid wrapper that's doesn't do anything, Vincent Hanquez
- [Xen-devel] [PATCH 07/11] add useful xc flags in the xl_dominfo structure, Vincent Hanquez
- [Xen-devel] [PATCH 09/11] add a get_shutdown_reason, Vincent Hanquez
- [Xen-devel] [PATCH 08/11] remove API for dominfolist and list that returns xc_dominfo.,
Vincent Hanquez <=
- [Xen-devel] [PATCH 10/11] define errors as an enum instead of define random values., Vincent Hanquez
- [Xen-devel] [PATCH 11/11] add a versioning number to ctx_init that permit to detect incompatible client., Vincent Hanquez
|
|
|
|
|