
9 Mar
2012
9 Mar
'12
2:31 p.m.
On 03/08/2012 04:11 PM, Eric Blake wrote:
On 03/08/2012 08:02 AM, Martin Kletzander wrote:
We found few more AMD-specific features in cpu64-rhel* models that made it impossible to start qemu guest on Intel host (with this setting) even though qemu itself starts correctly with them. --- src/cpu/cpu_map.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
@@ -373,7 +372,6 @@ <feature name='sse'/> <feature name='sse2'/> <feature name='pni'/> - <feature name='sse4a'/>
Should we use this opportunity to sort the remaining feature names? At any rate, ACK.
NACK, Jiri reminded me I forgot to run the tests and there is one fix missing in the xml files. The v2 is coming right up. Martin