diff options
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1855617')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/hypervisor/1855617 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1855617 b/results/classifier/deepseek-2-tmp/output/hypervisor/1855617 deleted file mode 100644 index 97f91b8f..00000000 --- a/results/classifier/deepseek-2-tmp/output/hypervisor/1855617 +++ /dev/null @@ -1,5 +0,0 @@ - -savevm with hax saves wrong register state - -I use qemu-i386 with IntelHaxm on Windows 10 x64 host with Windows 7 x86 guest. I run the guest till OS loads and create a snapshot with savevm, then close qemu, run it again and try to load the snapshot with loadvm. The guest crashes or freezes. I dumped registers on snapshot creation and loading (in Haxm) and found that they are different. -When returning from Haxm in hax_vcpu_hax_exec, there is no regular register read. I found hax_arch_get_registers function which reads registers from Haxm and is called from a synchronization procedure. I placed a breakpoint on it, ran qemu and found that it is hit one time during guest OS boot. Exactly these registers where saved in the snapshot. \ No newline at end of file |