Re: [PATCH v4 5/8] xen/arm: Add handler for ID registers on arm64

2020-12-17 Thread Stefano Stabellini
On Thu, 17 Dec 2020, Bertrand Marquis wrote: > Add vsysreg emulation for registers trapped when TID3 bit is activated > in HSR. > The emulation is returning the value stored in cpuinfo_guest structure > for know registers and is handling reserved registers as RAZ. > > Signed-off-by: Bertrand Marqu

[PATCH v4 5/8] xen/arm: Add handler for ID registers on arm64

2020-12-17 Thread Bertrand Marquis
Add vsysreg emulation for registers trapped when TID3 bit is activated in HSR. The emulation is returning the value stored in cpuinfo_guest structure for know registers and is handling reserved registers as RAZ. Signed-off-by: Bertrand Marquis --- Changes in V2: Rebase Changes in V3: Fix commit