On 03/07/2012 02:30 PM, Peter Krempa wrote:
This patch adds support for the new tsc-deadline feature flag
and a new model to the supported model list describing the
Intel Sandy Bridge platform.
---
The Sandy Bridge processor model along with the tsc-deadline feature
were just commited to qemu upstream as commits:
commit eaf3f0974ba48e3ebf76b331101ad333957432af
Author: Eduardo Habkost <ehabkost(a)redhat.com>
Date: Tue Mar 6 15:11:30 2012 -0300
add "tsc-deadline" flag name to feature_ecx table
commit c34ea31416a9631b0a552afa08b99ec29cf44272
Author: Eduardo Habkost <ehabkost(a)redhat.com>
Date: Tue Mar 6 15:11:31 2012 -0300
add SandyBridge CPU model
This patches add the definition of a SandyBridge CPU model.
Peter