If we get anything else from Hyper-V there's a problem, so enforce this.
Signed-off-by: Mohamed Mediouni <[email protected]>
Suggested-by: Alex Bennée <[email protected]>
---
target/arm/whpx/whpx-all.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/arm/whpx/whpx-all.c b/target/arm/whpx/whpx-all.c
index 513551bec1..3df60a950d 100644
--- a/target/arm/whpx/whpx-all.c
+++ b/target/arm/whpx/whpx-all.c
@@ -439,6 +439,7 @@ int whpx_vcpu_run(CPUState *cpu)
switch (vcpu->exit_ctx.ExitReason) {
case WHvRunVpExitReasonGpaIntercept:
case WHvRunVpExitReasonUnmappedGpa:
+ assert(syn_get_ec(vcpu->exit_ctx.MemoryAccess.Syndrome) ==
EC_DATAABORT);
advance_pc = true;
if (vcpu->exit_ctx.MemoryAccess.Syndrome & BIT(8)) {
--
2.50.1 (Apple Git-155)