Re: [Qemu-devel] [PATCH 14/21] target-arm: A64: Implement minimal set of EL0-visible sysregs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 17 December 2013 15:12, Peter Maydell <peter.maydell@xxxxxxxxxx> wrote:
> @@ -763,7 +807,7 @@ static void handle_sys(DisasContext *s, uint32_t insn, bool isread,
>      }
>
>      /* Check access permissions */
> -    if (!cp_access_ok(env, ri, isread)) {
> +    if (!cp_access_ok(s->current_pl, ri, isread)) {
>          unallocated_encoding(s);
>          return;
>      }

This hunk should have been squashed into patch 13, which otherwise
won't compile. Will fix in next respin.

thanks
-- PMM
_______________________________________________
kvmarm mailing list
kvmarm@xxxxxxxxxxxxxxxxxxxxx
https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm




[Index of Archives]     [Linux KVM]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux