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

Philippe Mathieu-Daudé posted 2 patches 4 years ago
Test asan passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Failed in applying to current master (apply log)
hw/mips/mips_int.c | 11 +++--------
target/mips/kvm.c  |  8 ++------
2 files changed, 5 insertions(+), 14 deletions(-)
[PATCH 0/2] mips: Minor simplifications for KVM use
Posted by Philippe Mathieu-Daudé 4 years ago
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 ++------
 2 files changed, 5 insertions(+), 14 deletions(-)

-- 
2.21.1


Re: [PATCH 0/2] mips: Minor simplifications for KVM use
Posted by Philippe Mathieu-Daudé 3 years, 11 months ago
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 used
> 
>  hw/mips/mips_int.c | 11 +++--------
>  target/mips/kvm.c  |  8 ++------
>  2 files changed, 5 insertions(+), 14 deletions(-)
>