[Qemu-devel] [PATCH v5 4/6] raspi: Specify the valid CPUs

2018-02-01 Thread Alistair Francis
List all possible valid CPU options. Signed-off-by: Alistair Francis Reviewed-by: Philippe Mathieu-Daudé --- V5: - Use cpu_model names V4: - Remove spaces V3: - Add static property V2: - Fix the indentation hw/arm/raspi.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/hw/arm/r

Re: [Qemu-devel] [PATCH v5 4/6] raspi: Specify the valid CPUs

2018-02-15 Thread Peter Maydell
On 2 February 2018 at 00:42, Alistair Francis wrote: > List all possible valid CPU options. > > Signed-off-by: Alistair Francis > Reviewed-by: Philippe Mathieu-Daudé > --- > > V5: > - Use cpu_model names > V4: > - Remove spaces > V3: > - Add static property > V2: > - Fix the indentation > >

Re: [Qemu-devel] [PATCH v5 4/6] raspi: Specify the valid CPUs

2018-02-15 Thread Philippe Mathieu-Daudé
Hi Peter, On 02/15/2018 08:29 AM, Peter Maydell wrote: > On 2 February 2018 at 00:42, Alistair Francis > wrote: >> List all possible valid CPU options. >> >> Signed-off-by: Alistair Francis >> Reviewed-by: Philippe Mathieu-Daudé >> --- >> >> V5: >> - Use cpu_model names >> V4: >> - Remove spa

Re: [Qemu-devel] [PATCH v5 4/6] raspi: Specify the valid CPUs

2018-02-15 Thread Peter Maydell
On 15 February 2018 at 13:04, Philippe Mathieu-Daudé wrote: > Hi Peter, > > On 02/15/2018 08:29 AM, Peter Maydell wrote: >> On 2 February 2018 at 00:42, Alistair Francis >> wrote: >>> List all possible valid CPU options. >>> >>> Signed-off-by: Alistair Francis >>> Reviewed-by: Philippe Mathieu-D

Re: [Qemu-devel] [PATCH v5 4/6] raspi: Specify the valid CPUs

2018-02-15 Thread Igor Mammedov
On Thu, 15 Feb 2018 13:17:50 + Peter Maydell wrote: > On 15 February 2018 at 13:04, Philippe Mathieu-Daudé wrote: > > Hi Peter, > > > > On 02/15/2018 08:29 AM, Peter Maydell wrote: > >> On 2 February 2018 at 00:42, Alistair Francis > >> wrote: > >>> List all possible valid CPU options.