All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1657010] [NEW] RFE: Please implement -cpu best or a CPU fallback option
@ 2017-01-17  6:34 Richard Jones
  2017-01-17 12:48 ` [Qemu-devel] [Bug 1657010] " Eduardo Habkost
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Richard Jones @ 2017-01-17  6:34 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

QEMU should implement a -cpu best option or some other way to make this
work:

qemu -M pc,accel=kvm:tcg -cpu best

qemu -M pc,accel=kvm:tcg -cpu host:qemu64

See also:

https://bugzilla.redhat.com/show_bug.cgi?id=1277744#c6

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1657010

Title:
  RFE: Please implement -cpu best or a CPU fallback option

Status in QEMU:
  New

Bug description:
  QEMU should implement a -cpu best option or some other way to make
  this work:

  qemu -M pc,accel=kvm:tcg -cpu best

  qemu -M pc,accel=kvm:tcg -cpu host:qemu64

  See also:

  https://bugzilla.redhat.com/show_bug.cgi?id=1277744#c6

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1657010/+subscriptions

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

* [Qemu-devel] [Bug 1657010] Re: RFE: Please implement -cpu best or a CPU fallback option
  2017-01-17  6:34 [Qemu-devel] [Bug 1657010] [NEW] RFE: Please implement -cpu best or a CPU fallback option Richard Jones
@ 2017-01-17 12:48 ` Eduardo Habkost
  2018-01-22 17:43 ` Peter Maydell
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eduardo Habkost @ 2017-01-17 12:48 UTC (permalink / raw)
  To: qemu-devel

Instead of having a new CPU model called "best", we can simply make
"-cpu host" available on TCG. I have submitted a patch for this
yesterday:

https://www.mail-archive.com/qemu-devel@nongnu.org/msg422959.html

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1657010

Title:
  RFE: Please implement -cpu best or a CPU fallback option

Status in QEMU:
  New

Bug description:
  QEMU should implement a -cpu best option or some other way to make
  this work:

  qemu -M pc,accel=kvm:tcg -cpu best

  qemu -M pc,accel=kvm:tcg -cpu host:qemu64

  See also:

  https://bugzilla.redhat.com/show_bug.cgi?id=1277744#c6

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1657010/+subscriptions

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

* [Qemu-devel] [Bug 1657010] Re: RFE: Please implement -cpu best or a CPU fallback option
  2017-01-17  6:34 [Qemu-devel] [Bug 1657010] [NEW] RFE: Please implement -cpu best or a CPU fallback option Richard Jones
  2017-01-17 12:48 ` [Qemu-devel] [Bug 1657010] " Eduardo Habkost
@ 2018-01-22 17:43 ` Peter Maydell
  2020-01-10  9:37 ` Thomas Huth
  2020-01-10  9:57 ` Richard Jones
  3 siblings, 0 replies; 5+ messages in thread
From: Peter Maydell @ 2018-01-22 17:43 UTC (permalink / raw)
  To: qemu-devel

I think we've ended up with '-cpu max', present since QEMU 2.9 for x86
and perhaps for some other architectures, but not Arm yet.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1657010

Title:
  RFE: Please implement -cpu best or a CPU fallback option

Status in QEMU:
  New

Bug description:
  QEMU should implement a -cpu best option or some other way to make
  this work:

  qemu -M pc,accel=kvm:tcg -cpu best

  qemu -M pc,accel=kvm:tcg -cpu host:qemu64

  See also:

  https://bugzilla.redhat.com/show_bug.cgi?id=1277744#c6

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1657010/+subscriptions

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

* [Bug 1657010] Re: RFE: Please implement -cpu best or a CPU fallback option
  2017-01-17  6:34 [Qemu-devel] [Bug 1657010] [NEW] RFE: Please implement -cpu best or a CPU fallback option Richard Jones
  2017-01-17 12:48 ` [Qemu-devel] [Bug 1657010] " Eduardo Habkost
  2018-01-22 17:43 ` Peter Maydell
@ 2020-01-10  9:37 ` Thomas Huth
  2020-01-10  9:57 ` Richard Jones
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2020-01-10  9:37 UTC (permalink / raw)
  To: qemu-devel

As far as I can see, we have "-cpu max" now for x86, arm, ppc and s390x
... is that enough, so that we can close this bug now?

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1657010

Title:
  RFE: Please implement -cpu best or a CPU fallback option

Status in QEMU:
  Incomplete

Bug description:
  QEMU should implement a -cpu best option or some other way to make
  this work:

  qemu -M pc,accel=kvm:tcg -cpu best

  qemu -M pc,accel=kvm:tcg -cpu host:qemu64

  See also:

  https://bugzilla.redhat.com/show_bug.cgi?id=1277744#c6

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1657010/+subscriptions


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

* [Bug 1657010] Re: RFE: Please implement -cpu best or a CPU fallback option
  2017-01-17  6:34 [Qemu-devel] [Bug 1657010] [NEW] RFE: Please implement -cpu best or a CPU fallback option Richard Jones
                   ` (2 preceding siblings ...)
  2020-01-10  9:37 ` Thomas Huth
@ 2020-01-10  9:57 ` Richard Jones
  3 siblings, 0 replies; 5+ messages in thread
From: Richard Jones @ 2020-01-10  9:57 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1657010

Title:
  RFE: Please implement -cpu best or a CPU fallback option

Status in QEMU:
  Fix Released

Bug description:
  QEMU should implement a -cpu best option or some other way to make
  this work:

  qemu -M pc,accel=kvm:tcg -cpu best

  qemu -M pc,accel=kvm:tcg -cpu host:qemu64

  See also:

  https://bugzilla.redhat.com/show_bug.cgi?id=1277744#c6

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1657010/+subscriptions


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

end of thread, other threads:[~2020-01-10 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17  6:34 [Qemu-devel] [Bug 1657010] [NEW] RFE: Please implement -cpu best or a CPU fallback option Richard Jones
2017-01-17 12:48 ` [Qemu-devel] [Bug 1657010] " Eduardo Habkost
2018-01-22 17:43 ` Peter Maydell
2020-01-10  9:37 ` Thomas Huth
2020-01-10  9:57 ` Richard Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.