Re: [PATCH V13 8/9] hw/mips: Add Loongson-3 machine support

2020-10-13 Thread Huacai Chen
Hi, Philippe, On Tue, Oct 13, 2020 at 9:45 PM Philippe Mathieu-Daudé wrote: > > On 10/13/20 1:12 PM, Huacai Chen wrote: > > Hi, Philippe, > > > > On Mon, Oct 12, 2020 at 4:12 PM Philippe Mathieu-Daudé > > wrote: > >> > >> On 10/11/20 4:53 AM, Huacai Chen wrote: > >>> Hi, Philippe, > >>> > >>>

Re: [PATCH V13 8/9] hw/mips: Add Loongson-3 machine support

2020-10-13 Thread Philippe Mathieu-Daudé
On 10/13/20 1:12 PM, Huacai Chen wrote: Hi, Philippe, On Mon, Oct 12, 2020 at 4:12 PM Philippe Mathieu-Daudé wrote: On 10/11/20 4:53 AM, Huacai Chen wrote: Hi, Philippe, On Sat, Oct 10, 2020 at 5:09 PM Philippe Mathieu-Daudé wrote: Hi Huacai, On 10/7/20 10:39 AM, Huacai Chen wrote:

Re: [PATCH V13 8/9] hw/mips: Add Loongson-3 machine support

2020-10-13 Thread Huacai Chen
Hi, Philippe, On Mon, Oct 12, 2020 at 4:12 PM Philippe Mathieu-Daudé wrote: > > On 10/11/20 4:53 AM, Huacai Chen wrote: > > Hi, Philippe, > > > > On Sat, Oct 10, 2020 at 5:09 PM Philippe Mathieu-Daudé > > wrote: > >> > >> Hi Huacai, > >> > >> On 10/7/20 10:39 AM, Huacai Chen wrote: > >>> Add

Re: [PATCH V13 8/9] hw/mips: Add Loongson-3 machine support

2020-10-12 Thread Philippe Mathieu-Daudé
On 10/11/20 4:53 AM, Huacai Chen wrote: Hi, Philippe, On Sat, Oct 10, 2020 at 5:09 PM Philippe Mathieu-Daudé wrote: Hi Huacai, On 10/7/20 10:39 AM, Huacai Chen wrote: Add Loongson-3 based machine support, it use liointc as the interrupt controler and use GPEX as the pci controller.

Re: [PATCH V13 8/9] hw/mips: Add Loongson-3 machine support

2020-10-10 Thread Huacai Chen
Hi, Philippe, On Sat, Oct 10, 2020 at 5:09 PM Philippe Mathieu-Daudé wrote: > > Hi Huacai, > > On 10/7/20 10:39 AM, Huacai Chen wrote: > > Add Loongson-3 based machine support, it use liointc as the interrupt > > controler and use GPEX as the pci controller. Currently it can work with > > both

Re: [PATCH V13 8/9] hw/mips: Add Loongson-3 machine support

2020-10-10 Thread Philippe Mathieu-Daudé
Hi Huacai, On 10/7/20 10:39 AM, Huacai Chen wrote: Add Loongson-3 based machine support, it use liointc as the interrupt controler and use GPEX as the pci controller. Currently it can work with both TCG and KVM. As the machine model is not based on any exiting physical hardware, the name of

[PATCH V13 8/9] hw/mips: Add Loongson-3 machine support

2020-10-07 Thread Huacai Chen
Add Loongson-3 based machine support, it use liointc as the interrupt controler and use GPEX as the pci controller. Currently it can work with both TCG and KVM. As the machine model is not based on any exiting physical hardware, the name of the machine is "loongson3-virt". It may be superseded in