Re: [Qemu-devel] [PATCH v3 3/6] target/arm: Add "-cpu max" support

2018-03-09 Thread Philippe Mathieu-Daudé
On 03/08/2018 02:06 PM, Peter Maydell wrote: > Add support for "-cpu max" for ARM guests. This CPU type behaves > like "-cpu host" when KVM is enabled, and like a system CPU with > the maximum possible feature set otherwise. (Note that this means > it won't be migratable across versions, as we

Re: [Qemu-devel] [PATCH v3 3/6] target/arm: Add "-cpu max" support

2018-03-08 Thread Alex Bennée
Peter Maydell writes: > Add support for "-cpu max" for ARM guests. This CPU type behaves > like "-cpu host" when KVM is enabled, and like a system CPU with > the maximum possible feature set otherwise. (Note that this means > it won't be migratable across versions, as

[Qemu-devel] [PATCH v3 3/6] target/arm: Add "-cpu max" support

2018-03-08 Thread Peter Maydell
Add support for "-cpu max" for ARM guests. This CPU type behaves like "-cpu host" when KVM is enabled, and like a system CPU with the maximum possible feature set otherwise. (Note that this means it won't be migratable across versions, as we will likely add features to it in future.)