Re: [Qemu-devel] [PATCH v3 0/6] arm: support -cpu max (and gic-version=max)

2018-03-09 Thread Alex Bennée
Peter Maydell writes: > On 9 March 2018 at 13:52, Alex Bennée wrote: >> >> Peter Maydell writes: >> >>> This patchset adds support for '-cpu max' to Arm, along the lines >>> of the existing support we have for x86

Re: [Qemu-devel] [PATCH v3 0/6] arm: support -cpu max (and gic-version=max)

2018-03-09 Thread Peter Maydell
On 9 March 2018 at 13:52, Alex Bennée wrote: > > Peter Maydell writes: > >> This patchset adds support for '-cpu max' to Arm, along the lines >> of the existing support we have for x86 targets: >> >> * under KVM, -cpu max is the same as -cpu

Re: [Qemu-devel] [PATCH v3 0/6] arm: support -cpu max (and gic-version=max)

2018-03-09 Thread Alex Bennée
Peter Maydell writes: > This patchset adds support for '-cpu max' to Arm, along the lines > of the existing support we have for x86 targets: > > * under KVM, -cpu max is the same as -cpu host > * under TCG, -cpu max means "emulate with as many features as >

[Qemu-devel] [PATCH v3 0/6] arm: support -cpu max (and gic-version=max)

2018-03-08 Thread Peter Maydell
This patchset adds support for '-cpu max' to Arm, along the lines of the existing support we have for x86 targets: * under KVM, -cpu max is the same as -cpu host * under TCG, -cpu max means "emulate with as many features as possible" -cpu max is supported for both usermode and system