blob: 7cef52b9bd88bc1b50c5b93227f2c969ba177ea7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Failed to emulate MMIO access with EmulatorReturnStatus: 2
I have compiled qemu with enable-whpx parameter for Hyper-V Platform API in Mingw64 . When I tried run with Windows 7 iso file I have faced issue with the following problem:
qemu-system-x86_64.exe: WHPX: Failed to emulate MMIO access with EmulatorReturnStatus: 2
qemu-system-x86_64.exe: WHPX: Failed to exec a virtual processor
configuration directives:
../configure --target-list=x86_64-softmmu,i386-softmmu --enable-lzo\
--enable-bzip2 --enable-tools --enable-sdl --enable-gtk --enable-hax\
--enable-vdi --enable-qcow1 --enable-whpx --disable-capstone\
--disable-werror --disable-stack-protector --prefix="../../QEMU-bin"
Qemu command line:
qemu-system-x86_64.exe -m 1024 -cdrom "C:\Users\vmcs\Documents\en_windows_7_home_premium_with_sp1_x86_dvd_u_676701.iso" -display sdl -machine q35 -accel whpx
|