|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 2 of 4] Rename cpu-pool commands in xm to cpupool-*
The xm commands pool-* are renamed to cpupool-*
The old pool-* commands are defined as aliases.
Signed-off-by: juergen.gross@xxxxxxxxxxxxxx
7 files changed, 413 insertions(+), 404 deletions(-)
tools/python/xen/xm/cpupool-create.py | 51 +++++++
tools/python/xen/xm/cpupool-new.py | 50 ++++++
tools/python/xen/xm/cpupool.py | 236 +++++++++++++++++++++++++++++++++
tools/python/xen/xm/main.py | 143 ++++++++++---------
tools/python/xen/xm/pool-create.py | 51 -------
tools/python/xen/xm/pool-new.py | 50 ------
tools/python/xen/xm/pool.py | 236 ---------------------------------
xen-work-4.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|