Re: [PATCH 1/4] target/i386: Added MSRPM and IOPM size check

2021-07-06 Thread Paolo Bonzini
On 05/07/21 10:17, Lara Lazier wrote: The address of the last entry in the MSRPM and in the IOPM must be smaller than the largest physical address. (APM2 15.10-15.11) Signed-off-by: Lara Lazier --- target/i386/svm.h | 3 +++ target/i386/tcg/sysemu/svm_helper.c | 15 +++

[PATCH 1/4] target/i386: Added MSRPM and IOPM size check

2021-07-05 Thread Lara Lazier
The address of the last entry in the MSRPM and in the IOPM must be smaller than the largest physical address. (APM2 15.10-15.11) Signed-off-by: Lara Lazier --- target/i386/svm.h | 3 +++ target/i386/tcg/sysemu/svm_helper.c | 15 +++ 2 files changed, 18 insertions(+