Re: [libvirt] [PATCH] cpu: Add Intel Haswell cpu model

2012-11-26 Thread Peter Krempa
On 11/23/12 09:16, Martin Kletzander wrote: On 11/22/2012 04:48 PM, Peter Krempa wrote: On 11/22/12 15:52, Martin Kletzander wrote: On 11/22/2012 03:05 PM, Peter Krempa wrote: [...] According to the qemu patch, the model should be only adding features, but I see rdtscp disappeared between San

Re: [libvirt] [PATCH] cpu: Add Intel Haswell cpu model

2012-11-23 Thread Martin Kletzander
On 11/22/2012 04:48 PM, Peter Krempa wrote: > On 11/22/12 15:52, Martin Kletzander wrote: >> On 11/22/2012 03:05 PM, Peter Krempa wrote: [...] >> According to the qemu patch, the model should be only adding features, >> but I see rdtscp disappeared between SandyBridge and Haswell. The >> question

Re: [libvirt] [PATCH] cpu: Add Intel Haswell cpu model

2012-11-22 Thread Peter Krempa
On 11/22/12 15:52, Martin Kletzander wrote: On 11/22/2012 03:05 PM, Peter Krempa wrote: The new model supports following features in addition to those supported by SandyBridge: fma, movbe, fsgsbase, bmi1, hle, avx2, smep, bmi2, erms, invpcid, rtm missing 'pcid' flag Ah, yeah, thanks for poi

Re: [libvirt] [PATCH] cpu: Add Intel Haswell cpu model

2012-11-22 Thread Martin Kletzander
On 11/22/2012 03:05 PM, Peter Krempa wrote: > The new model supports following features in addition to those supported > by SandyBridge: > > fma, movbe, fsgsbase, bmi1, hle, avx2, smep, bmi2, erms, invpcid, rtm missing 'pcid' flag > --- > Based on: https://lists.gnu.org/archive/html/qemu-devel/2

[libvirt] [PATCH] cpu: Add Intel Haswell cpu model

2012-11-22 Thread Peter Krempa
The new model supports following features in addition to those supported by SandyBridge: fma, movbe, fsgsbase, bmi1, hle, avx2, smep, bmi2, erms, invpcid, rtm --- Based on: https://lists.gnu.org/archive/html/qemu-devel/2012-11/msg01328.html --- src/cpu/cpu_map.xml | 16 1 file ch