[Qemu-devel] [PATCH 0/1] target/arm: Correct MPUIR PL setting in register_cp_regs_for_features()

Mathew Maidment posted 1 patch 7 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180501184933.37609-1-mathew1800@gmail.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test s390x passed
target/arm/helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH 0/1] target/arm: Correct MPUIR PL setting in register_cp_regs_for_features()
Posted by Mathew Maidment 7 years, 9 months ago
Hey there! This is my first time sending a patch via a mailing list so
hopefully I didn't bungle this up *too* badly.

Mat

Mathew Maidment (1):
  target/arm: Correct MPUIR privilege level in
    register_cp_regs_for_features()

 target/arm/helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.15.1

Re: [Qemu-devel] [PATCH 0/1] target/arm: Correct MPUIR PL setting in register_cp_regs_for_features()
Posted by Peter Maydell 7 years, 9 months ago
On 1 May 2018 at 19:49, Mathew Maidment <mathew1800@gmail.com> wrote:
> Hey there! This is my first time sending a patch via a mailing list so
> hopefully I didn't bungle this up *too* badly.
>
> Mat
>
> Mathew Maidment (1):
>   target/arm: Correct MPUIR privilege level in
>     register_cp_regs_for_features()
>
>  target/arm/helper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Hi -- thanks for this patch! It all looks good and I have added
it to my target-arm.next queue. (I made a minor edit to
the commit message to note that this bug only affected
OMAP and StrongARM cores.)

-- PMM