summary refs log tree commit diff stats
path: root/results/scraper/launchpad/1657010
blob: 63556a057eeccd89122299e19840b805153bbc85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
RFE: Please implement -cpu best or a CPU fallback option

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

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://<email address hidden>/msg422959.html

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.


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?