Re: [Qemu-devel] [PATCH v5 00/20] arm_gic: add virtualization extensions support

2018-07-30 Thread Peter Maydell
On 27 July 2018 at 10:54, Luc Michel wrote: > v5: > - Patch 7: dropped unreachable 'return NULL' [Peter] > - Patch 12: reworked the way invalid vIRQ are handled. The > specification being uncleared, I used real hardware to check our > previous hypothesises. See commit message for the a

[Qemu-devel] [PATCH v5 00/20] arm_gic: add virtualization extensions support

2018-07-27 Thread Luc Michel
v2: - Add VMSTATE_UINT16_SUB_ARRAY to vmstate.h - Keep backward compatibility on the GIC VMState by storing vCPUs state in the virt VMState subsection. - Use h_apr to store APR value for vCPUs, instead of increasing apr 2D array. This adds a little complexity to the implementation (a