|
From: | Richard Henderson |
Subject: | Re: [Qemu-arm] [Qemu-devel] [PATCH 06/19] target/arm: Define init-svtor property for the reset secure VTOR value |
Date: | Tue, 27 Feb 2018 12:18:24 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 02/20/2018 10:03 AM, Peter Maydell wrote: > + env->v7m.vecbase[M_REG_S] = cpu->init_svtor; Perhaps & ~0x3f here; that part of the field is RES0. That said, if the only setter of this property is within qemu code, and not from the command line, then I suppose it doesn't matter in practice. Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |