Re: [Qemu-devel] [PATCH 0/3] Add new CPU models (v2)

2012-03-12 Thread Anthony Liguori
On 03/06/2012 12:11 PM, Eduardo Habkost wrote: This series add two new CPU models to Qemu: Intel SandyBridge and AMD Opteron_G4 (Bulldozer). Applied. Thanks. Regards, Anthony Liguori Changes v1 -> v2: Fixed the Opteron_G4 model to actually have the ffxsr bit disabled, as documented

[Qemu-devel] [PATCH 0/3] Add new CPU models (v2)

2012-03-06 Thread Eduardo Habkost
This series add two new CPU models to Qemu: Intel SandyBridge and AMD Opteron_G4 (Bulldozer). Changes v1 -> v2: Fixed the Opteron_G4 model to actually have the ffxsr bit disabled, as documented in the patch description. Eduardo Habkost (3): add "tsc-deadline" flag name to feature_ecx table

Re: [Qemu-devel] [PATCH 0/3] Add new CPU models

2012-03-06 Thread Eduardo Habkost
Anthony: do you plan to apply this soon? Andre: can you help to review the Opteron_G4 model? Donald, Xiantao: can you help to review the SandyBridge model? On Mon, Feb 27, 2012 at 04:33:11PM -0300, Eduardo Habkost wrote: > This series add two new CPU models to Qemu: Intel SandyBridge and AMD >

[Qemu-devel] [PATCH 0/3] Add new CPU models

2012-02-27 Thread Eduardo Habkost
This series add two new CPU models to Qemu: Intel SandyBridge and AMD Opteron_G4 (Bulldozer). Eduardo Habkost (3): add "tsc-deadline" flag name to feature_ecx table add Opteron_G4 CPU model add SandyBridge CPU model sysconfigs/target/target-x86_64.conf | 28