Re: [PATCH 1/2] hw/mips/mips_int: De-duplicate KVM interrupt delivery

2020-05-26 Thread Philippe Mathieu-Daudé
On 5/26/20 9:57 AM, Thomas Huth wrote: > On 12/05/2020 09.08, Philippe Mathieu-Daudé wrote: >> On 4/29/20 10:48 AM, chen huacai wrote: >>> Hi, Philippe, >>> >>> On Wed, Apr 29, 2020 at 4:30 PM Philippe Mathieu-Daudé >>> wrote: Refactor duplicated code in a single place. Signed-

Re: [PATCH 1/2] hw/mips/mips_int: De-duplicate KVM interrupt delivery

2020-05-26 Thread Thomas Huth
On 12/05/2020 09.08, Philippe Mathieu-Daudé wrote: > On 4/29/20 10:48 AM, chen huacai wrote: >> Hi, Philippe, >> >> On Wed, Apr 29, 2020 at 4:30 PM Philippe Mathieu-Daudé >> wrote: >>> >>> Refactor duplicated code in a single place. >>> >>> Signed-off-by: Philippe Mathieu-Daudé >>> --- >>>   hw/m

Re: [PATCH 1/2] hw/mips/mips_int: De-duplicate KVM interrupt delivery

2020-05-12 Thread Philippe Mathieu-Daudé
On 4/29/20 10:48 AM, chen huacai wrote: Hi, Philippe, On Wed, Apr 29, 2020 at 4:30 PM Philippe Mathieu-Daudé wrote: Refactor duplicated code in a single place. Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/mips_int.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-)

Re: [PATCH 1/2] hw/mips/mips_int: De-duplicate KVM interrupt delivery

2020-04-29 Thread chen huacai
Hi, Philippe, On Wed, Apr 29, 2020 at 4:30 PM Philippe Mathieu-Daudé wrote: > > Refactor duplicated code in a single place. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/mips/mips_int.c | 11 +++ > 1 file changed, 3 insertions(+), 8 deletions(-) > > diff --git a/hw/mips/mips_int.

[PATCH 1/2] hw/mips/mips_int: De-duplicate KVM interrupt delivery

2020-04-29 Thread Philippe Mathieu-Daudé
Refactor duplicated code in a single place. Signed-off-by: Philippe Mathieu-Daudé --- hw/mips/mips_int.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/hw/mips/mips_int.c b/hw/mips/mips_int.c index 796730b11d..4a1bf846da 100644 --- a/hw/mips/mips_int.c +++ b/hw/m