Re: [PATCH v3 5/8] hw/mips/fuloong2e: Remove unused env entry

2021-01-01 Thread Philippe Mathieu-Daudé
On 1/1/21 7:05 PM, Philippe Mathieu-Daudé wrote: > On 12/24/20 4:17 AM, Jiaxun Yang wrote: >> modetty is not handled by kernel and the parameter >> here seems unreasonable. >> >> Signed-off-by: Jiaxun Yang >> --- >> v3: Bring busclock back >> --- >> hw/mips/fuloong2e.c | 2 -- >> 1 file changed,

Re: [PATCH v3 5/8] hw/mips/fuloong2e: Remove unused env entry

2021-01-01 Thread Philippe Mathieu-Daudé
On 12/24/20 4:17 AM, Jiaxun Yang wrote: > modetty is not handled by kernel and the parameter > here seems unreasonable. > > Signed-off-by: Jiaxun Yang > --- > v3: Bring busclock back > --- > hw/mips/fuloong2e.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/hw/mips/fuloong2e.c b/hw/m

Re: [PATCH v3 5/8] hw/mips/fuloong2e: Remove unused env entry

2020-12-24 Thread BALATON Zoltan via
On Thu, 24 Dec 2020, Jiaxun Yang wrote: modetty is not handled by kernel and the parameter here seems unreasonable. Signed-off-by: Jiaxun Yang --- v3: Bring busclock back --- hw/mips/fuloong2e.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/mips/fuloong2e.c b/hw/mips/fuloong2e.c index

[PATCH v3 5/8] hw/mips/fuloong2e: Remove unused env entry

2020-12-23 Thread Jiaxun Yang
modetty is not handled by kernel and the parameter here seems unreasonable. Signed-off-by: Jiaxun Yang --- v3: Bring busclock back --- hw/mips/fuloong2e.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/mips/fuloong2e.c b/hw/mips/fuloong2e.c index d846ef7b00..c4843dd15e 100644 --- a/hw/m