Re: [PATCH 0/2] mips: Minor simplifications for KVM use

2020-05-26 Thread Philippe Mathieu-Daudé
ping... On 4/29/20 10:29 AM, Philippe Mathieu-Daudé wrote: > A pair of trivial patches while reviewing Huacai's > "KVM target support for MIPS64" series. > > Philippe Mathieu-Daudé (2): > hw/mips/mips_int: De-duplicate KVM interrupt delivery > target/mips/kvm: Assert unreachable code is not u

[PATCH 0/2] mips: Minor simplifications for KVM use

2020-04-29 Thread Philippe Mathieu-Daudé
A pair of trivial patches while reviewing Huacai's "KVM target support for MIPS64" series. Philippe Mathieu-Daudé (2): hw/mips/mips_int: De-duplicate KVM interrupt delivery target/mips/kvm: Assert unreachable code is not used hw/mips/mips_int.c | 11 +++ target/mips/kvm.c | 8 ++---