[Qemu-devel] [PATCH v3 0/2] HPPA fixes for NetBSD/hppa emulation

Nick Hudson posted 2 patches 5 years ago
Test checkpatch passed
Test asan passed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190423063621.8203-1-nick.hudson@gmx.co.uk
Maintainers: Richard Henderson <rth@twiddle.net>
target/hppa/insns.decode |  3 +++
target/hppa/mem_helper.c |  3 +--
target/hppa/translate.c  | 52 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 2 deletions(-)
[Qemu-devel] [PATCH v3 0/2] HPPA fixes for NetBSD/hppa emulation
Posted by Nick Hudson 5 years ago
v3 changes:
 - Don't use C99 comments and fix a typo in the comment

v2 changes:
 - remove old debug code

*** BLURB HERE ***

Nick Hudson (2):
  Implement the pcxl and pcxl2 Fast TLB Insert instructions as used by
    NetBSD (and OpenBSD)
  Always return EXCP_DMAR for protection id trap as EXCP_DMP is
    considered legacy.

 target/hppa/insns.decode |  3 +++
 target/hppa/mem_helper.c |  3 +--
 target/hppa/translate.c  | 52 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 2 deletions(-)

--
2.17.1


Re: [Qemu-devel] [PATCH v3 0/2] HPPA fixes for NetBSD/hppa emulation
Posted by Richard Henderson 4 years, 12 months ago
On 4/22/19 11:36 PM, Nick Hudson wrote:
> v3 changes:
>  - Don't use C99 comments and fix a typo in the comment
> 
> v2 changes:
>  - remove old debug code

Thanks, queued.


r~