public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* This combination of AMDprocessors is not suitable for SMP?
@ 2009-07-23  7:52 Michael Tokarev
  2009-07-23 10:34 ` Andre Przywara
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2009-07-23  7:52 UTC (permalink / raw)
  To: Linux-kernel, KVM list

(yes there's no typo in $subject, it's an old formatting
bug in printk).

When booting kvm guest on an AMD CPU, guest kernel prints
this warning:

  WARNING: This combination of AMDprocessors is not suitable for SMP.

be it SMP or UP guest.  What's wrong with this "combination",
and can it be fixed?

Thanks!

/mjt

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: This combination of AMDprocessors is not suitable for SMP?
  2009-07-23  7:52 This combination of AMDprocessors is not suitable for SMP? Michael Tokarev
@ 2009-07-23 10:34 ` Andre Przywara
  0 siblings, 0 replies; 2+ messages in thread
From: Andre Przywara @ 2009-07-23 10:34 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: Linux-kernel, KVM list

Michael Tokarev wrote:
> (yes there's no typo in $subject, it's an old formatting
> bug in printk).
> 
> When booting kvm guest on an AMD CPU, guest kernel prints
> this warning:
> 
>  WARNING: This combination of AMDprocessors is not suitable for SMP.
> 
> be it SMP or UP guest.  What's wrong with this "combination",
> and can it be fixed?
The qemu64 CPU model KVM injects into the guest lets it see an AMD K7 
with 64bit extension. Only some AMD K7 (Athlon-MP) were certified for 
SMP support, so this code warns the user about an unsupported hardware.
When running KVM you can ignore this warning, as it only applies to 
non-KVM capable processors and has no meaning for virtual SMP anyway.

If you like this warning to disappear, you can use "-cpu host" (and 
probably loose migration capability) or wait for the new safe64 CPU 
type, which will use family 15 instead of 6.

Regards,
Andre.

-- 
Andre Przywara
AMD-Operating System Research Center (OSRC), Dresden, Germany
Tel: +49 351 448 3567 12
----to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy; Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-23 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-23  7:52 This combination of AMDprocessors is not suitable for SMP? Michael Tokarev
2009-07-23 10:34 ` Andre Przywara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox