[libvirt] [PATCH 1/2] tests: Fake host capabilities properly

2011-02-15 Thread Jiri Denemark
Since we fake host CPU we should also fake host arch instead of taking the real architecture tests are running on. --- tests/testutilsqemu.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/testutilsqemu.c b/tests/testutilsqemu.c index bfac307..fbbb6c1 100644

Re: [libvirt] [PATCH 1/2] tests: Fake host capabilities properly

2011-02-15 Thread Serge E. Hallyn
Quoting Jiri Denemark (jdene...@redhat.com): Since we fake host CPU we should also fake host arch instead of taking the real architecture tests are running on. --- tests/testutilsqemu.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) Tested-by: Serge Hallyn

Re: [libvirt] [PATCH 1/2] tests: Fake host capabilities properly

2011-02-15 Thread Eric Blake
On 02/15/2011 07:53 AM, Jiri Denemark wrote: Since we fake host CPU we should also fake host arch instead of taking the real architecture tests are running on. --- tests/testutilsqemu.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/testutilsqemu.c