[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug 1838390] Re: vmx_write_mem: mmu_gva_to_gpa failed when using hvf
From: |
Thomas Huth |
Subject: |
[Bug 1838390] Re: vmx_write_mem: mmu_gva_to_gpa failed when using hvf |
Date: |
Thu, 22 Apr 2021 07:16:35 -0000 |
The QEMU project is currently considering to move its bug tracking to
another system. For this we need to know which bugs are still valid
and which could be closed already. Thus we are setting older bugs to
"Incomplete" now.
If you still think this bug report here is valid, then please switch
the state back to "New" within the next 60 days, otherwise this report
will be marked as "Expired". Or please mark it as "Fix Released" if
the problem has been solved with a newer version of QEMU already.
Thank you and sorry for the inconvenience.
** Changed in: qemu
Status: New => Incomplete
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1838390
Title:
vmx_write_mem: mmu_gva_to_gpa failed when using hvf
Status in QEMU:
Incomplete
Bug description:
Installed qemu 4.0.0 by homebrew, used below commands:
1. qemu-img create -f raw arch-vm.img 100G
2. qemu-system-x86_64 -show-cursor -only-migratable -nodefaults -boot order=d
-cdrom archlinux-2019.07.01-x86_64.iso -cpu host -device virtio-keyboard
-device virtio-mouse -device virtio-tablet -drive
file=arch-vm.img,format=raw,if=virtio -m 4096 -machine q35,accel=hvf,vmport=off
-nic user,ipv6=off,model=virtio -smp 4,sockets=1,cores=2,threads=2 -soundhw hda
-vga virtio
Displayed bootloader menu successfully, select "Boot Arch Linux" then
crashed with message: vmx_write_mem: mmu_gva_to_gpa ffff91953b540000
failed.
Use tcg accelerator has no problem but very slow.
See attachment for full crash report.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1838390/+subscriptions
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug 1838390] Re: vmx_write_mem: mmu_gva_to_gpa failed when using hvf,
Thomas Huth <=