summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1838390
blob: 214f60870d031c15237c333f3d2ad25b07d4a603 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
vmx_write_mem: mmu_gva_to_gpa failed when using hvf

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.