Re: [libvirt] [PATCH 2/2] qemu: Fix command line generation with faked host CPU

2011-02-15 Thread Eric Blake
On 02/15/2011 07:54 AM, Jiri Denemark wrote: > The code expected that host CPU architecture matches the architecture on > which libvirt runs. This is normally true but not in tests, where host > CPU is faked to produce consistent results. > --- > src/qemu/qemu_command.c |8 +--- > 1 files

Re: [libvirt] [PATCH 2/2] qemu: Fix command line generation with faked host CPU

2011-02-15 Thread Serge E. Hallyn
Quoting Jiri Denemark (jdene...@redhat.com): > The code expected that host CPU architecture matches the architecture on > which libvirt runs. This is normally true but not in tests, where host > CPU is faked to produce consistent results. > --- > src/qemu/qemu_command.c |8 +--- > 1 files

[libvirt] [PATCH 2/2] qemu: Fix command line generation with faked host CPU

2011-02-15 Thread Jiri Denemark
The code expected that host CPU architecture matches the architecture on which libvirt runs. This is normally true but not in tests, where host CPU is faked to produce consistent results. --- src/qemu/qemu_command.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sr