[libvirt] [PATCH] [libvirt-test-API] introduce machine option to supprot choose machine type in more architectures

2012-05-09 Thread Qing Lin
With machine option,user can specify macine type to emulate. For example : define in xml file , machine='pc' or machine='pseries'. Signed-off-by: Qing Lin qing...@linux.vnet.ibm.com --- repos/domain/create.py |1 + repos/domain/define.py

[libvirt] [PATCH] [libvirt-test-API] fix indent issue in ksiso.sh.

2012-05-09 Thread Qing Lin
we use 4 spaces for the indention in Shell codes. fix the uncompliance in ksiso.sh. Signed-off-by: Qing Linqing...@linux.vnet.ibm.com --- utils/ksiso.sh | 51 +++ 1 files changed, 27 insertions(+), 24 deletions(-) diff --git a/utils/ksiso.sh