Re: [Qemu-devel] [PATCH 2/3] target-i386: cpu: add new Opteron CPU model

2012-11-14 Thread Igor Mammedov
On Wed, 14 Nov 2012 16:28:53 -0200 Eduardo Habkost wrote: > From: Andre Przywara > > Add a new base CPU model called Opteron_G5 to model the latest > Opteron CPUs. This increases the model value and model numbers and > adds TBM, F16C and FMA over the latest G4 model. > > Signed-off-by: Andre P

[Qemu-devel] [PATCH 2/3] target-i386: cpu: add new Opteron CPU model

2012-11-14 Thread Eduardo Habkost
From: Andre Przywara Add a new base CPU model called Opteron_G5 to model the latest Opteron CPUs. This increases the model value and model numbers and adds TBM, F16C and FMA over the latest G4 model. Signed-off-by: Andre Przywara Signed-off-by: Boris Ostrovsky [ehabkost: edited commit message]