Re: [libvirt] [test-API][PATCH] Fix a problem in cpu_affinity

2012-11-16 Thread Guannan Ren
On 11/16/2012 02:47 PM, Wayne Sun wrote: int() with base 16 will cause problem when cpu number bigger than 10, so change it as default with base 10. Signed-off-by: Wayne Sun g...@redhat.com --- repos/domain/cpu_affinity.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[libvirt] [test-API][PATCH] Fix a problem in cpu_affinity

2012-11-15 Thread Wayne Sun
int() with base 16 will cause problem when cpu number bigger than 10, so change it as default with base 10. Signed-off-by: Wayne Sun g...@redhat.com --- repos/domain/cpu_affinity.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/repos/domain/cpu_affinity.py