Re: [PATCH v2 03/13] hw/arm/raspi: Use more specific machine names

2020-02-18 Thread Luc Michel
On 2/17/20 12:45 PM, Philippe Mathieu-Daudé wrote: > Now that we can instantiate different machines based on their > board_rev register value, we can have various raspi2 and raspi3. > > In commit fc78a990ec103 we corrected the machine description. > Correct the machine names too. For backward comp

[PATCH v2 03/13] hw/arm/raspi: Use more specific machine names

2020-02-17 Thread Philippe Mathieu-Daudé
Now that we can instantiate different machines based on their board_rev register value, we can have various raspi2 and raspi3. In commit fc78a990ec103 we corrected the machine description. Correct the machine names too. For backward compatibility, add an alias to the previous generic name. Signed