On 1/27/23 05:07, Jean-Philippe Brucker wrote:
The confidential guest support in KVM limits the number of registers
that we can read and write. Split the get/put_registers function to
prepare for it.
Signed-off-by: Jean-Philippe Brucker<jean-phili...@linaro.org>
---
target/arm/kvm64.c | 30 ++++++++++++++++++++++++++++--
1 file changed, 28 insertions(+), 2 deletions(-)
Given the additional checks within write_list_to_cpustate and write_cpustate_to_list, I
question whether this is the correct split.
r~