All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1826599] [NEW] qemu crashes with HV_ERROR with any guest when using HVF on macos
@ 2019-04-26 19:22 Ben Wibking
  2019-04-29 17:41 ` [Qemu-devel] [Bug 1826599] " Ben Wibking
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Wibking @ 2019-04-26 19:22 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

qemu reliably crashes (after some unknown amount of time) for any guest
I've run on macOS (10.14.4) with HVF acceleration.

I'm using the latest development tree:
% qemu-system-x86_64 --version
QEMU emulator version 4.0.50 (v4.0.0-rc4-52-g3284aa1281-dirty)
Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers

I'm currently running Haiku. After booting and running normally for a
few minutes, it abruptly crashes and shows this error on stdout (I'm
including the command line arguments):

+ ISO=haiku-release-anyboot.iso
+ ACCEL='-accel hvf -machine type=q35,accel=hvf'
+ MEM='-m 1G'
+ SMP='-c 2'
+ NET='-device virtio-net,netdev=vmnic -netdev user,id=vmnic'
+ IMG_CD='-cdrom haiku-release-anyboot.iso'
+ IMG_HDD='-device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=haiku.img,format=raw -device scsi-hd,drive=vd0'
+ DISPLAY='-usb -device usb-tablet'
+ qemu-system-x86_64 -accel hvf -machine type=q35,accel=hvf -usb -device usb-tablet -m 1G -device virtio-net,netdev=vmnic -netdev user,id=vmnic -device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=haiku.img,format=raw -device scsi-hd,drive=vd0
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
qemu-system-x86_64: Error: HV_ERROR
./qemu-boot.sh: line 19: 67497 Abort trap: 6           qemu-system-x86_64 $ACCEL $CPU $EFI $DISPLAY $MEM $NET $IMG_HDD

** Affects: qemu
     Importance: Undecided
         Status: New

** Description changed:

  qemu reliably crashes (after some unknown amount of time) for any guest
- I've run on macos with HVF acceleration.
+ I've run on macOS (10.14.4) with HVF acceleration.
  
  I'm currently running Haiku. After booting and running normally for a
  few minutes, it abruptly crashes and shows this error on stdout (I'm
  including the command line arguments):
  
  + ISO=haiku-release-anyboot.iso
  + ACCEL='-accel hvf -machine type=q35,accel=hvf'
  + MEM='-m 1G'
  + SMP='-c 2'
  + NET='-device virtio-net,netdev=vmnic -netdev user,id=vmnic'
  + IMG_CD='-cdrom haiku-release-anyboot.iso'
  + IMG_HDD='-device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=haiku.img,format=raw -device scsi-hd,drive=vd0'
  + DISPLAY='-usb -device usb-tablet'
  + qemu-system-x86_64 -accel hvf -machine type=q35,accel=hvf -usb -device usb-tablet -m 1G -device virtio-net,netdev=vmnic -netdev user,id=vmnic -device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=haiku.img,format=raw -device scsi-hd,drive=vd0
  qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
  qemu-system-x86_64: Error: HV_ERROR
  ./qemu-boot.sh: line 19: 67497 Abort trap: 6           qemu-system-x86_64 $ACCEL $CPU $EFI $DISPLAY $MEM $NET $IMG_HDD

** Description changed:

  qemu reliably crashes (after some unknown amount of time) for any guest
  I've run on macOS (10.14.4) with HVF acceleration.
+ 
+ I'm using the latest development tree:
+ % qemu-system-x86_64 --version
+ QEMU emulator version 4.0.50 (v4.0.0-rc4-52-g3284aa1281-dirty)
+ Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
  
  I'm currently running Haiku. After booting and running normally for a
  few minutes, it abruptly crashes and shows this error on stdout (I'm
  including the command line arguments):
  
  + ISO=haiku-release-anyboot.iso
  + ACCEL='-accel hvf -machine type=q35,accel=hvf'
  + MEM='-m 1G'
  + SMP='-c 2'
  + NET='-device virtio-net,netdev=vmnic -netdev user,id=vmnic'
  + IMG_CD='-cdrom haiku-release-anyboot.iso'
  + IMG_HDD='-device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=haiku.img,format=raw -device scsi-hd,drive=vd0'
  + DISPLAY='-usb -device usb-tablet'
  + qemu-system-x86_64 -accel hvf -machine type=q35,accel=hvf -usb -device usb-tablet -m 1G -device virtio-net,netdev=vmnic -netdev user,id=vmnic -device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=haiku.img,format=raw -device scsi-hd,drive=vd0
  qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
  qemu-system-x86_64: Error: HV_ERROR
  ./qemu-boot.sh: line 19: 67497 Abort trap: 6           qemu-system-x86_64 $ACCEL $CPU $EFI $DISPLAY $MEM $NET $IMG_HDD

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1826599

Title:
  qemu crashes with HV_ERROR with any guest when using HVF on macos

Status in QEMU:
  New

Bug description:
  qemu reliably crashes (after some unknown amount of time) for any
  guest I've run on macOS (10.14.4) with HVF acceleration.

  I'm using the latest development tree:
  % qemu-system-x86_64 --version
  QEMU emulator version 4.0.50 (v4.0.0-rc4-52-g3284aa1281-dirty)
  Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers

  I'm currently running Haiku. After booting and running normally for a
  few minutes, it abruptly crashes and shows this error on stdout (I'm
  including the command line arguments):

  + ISO=haiku-release-anyboot.iso
  + ACCEL='-accel hvf -machine type=q35,accel=hvf'
  + MEM='-m 1G'
  + SMP='-c 2'
  + NET='-device virtio-net,netdev=vmnic -netdev user,id=vmnic'
  + IMG_CD='-cdrom haiku-release-anyboot.iso'
  + IMG_HDD='-device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=haiku.img,format=raw -device scsi-hd,drive=vd0'
  + DISPLAY='-usb -device usb-tablet'
  + qemu-system-x86_64 -accel hvf -machine type=q35,accel=hvf -usb -device usb-tablet -m 1G -device virtio-net,netdev=vmnic -netdev user,id=vmnic -device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=haiku.img,format=raw -device scsi-hd,drive=vd0
  qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
  qemu-system-x86_64: Error: HV_ERROR
  ./qemu-boot.sh: line 19: 67497 Abort trap: 6           qemu-system-x86_64 $ACCEL $CPU $EFI $DISPLAY $MEM $NET $IMG_HDD

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1826599/+subscriptions

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Qemu-devel] [Bug 1826599] Re: qemu crashes with HV_ERROR with any guest when using HVF on macos
  2019-04-26 19:22 [Qemu-devel] [Bug 1826599] [NEW] qemu crashes with HV_ERROR with any guest when using HVF on macos Ben Wibking
@ 2019-04-29 17:41 ` Ben Wibking
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Wibking @ 2019-04-29 17:41 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1818937 ***
    https://bugs.launchpad.net/bugs/1818937

** This bug has been marked a duplicate of bug 1818937
   Crash with HV_ERROR on macOS host

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1826599

Title:
  qemu crashes with HV_ERROR with any guest when using HVF on macos

Status in QEMU:
  New

Bug description:
  qemu reliably crashes (after some unknown amount of time) for any
  guest I've run on macOS (10.14.4) with HVF acceleration.

  I'm using the latest development tree:
  % qemu-system-x86_64 --version
  QEMU emulator version 4.0.50 (v4.0.0-rc4-52-g3284aa1281-dirty)
  Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers

  I'm currently running Haiku. After booting and running normally for a
  few minutes, it abruptly crashes and shows this error on stdout (I'm
  including the command line arguments):

  + ISO=haiku-release-anyboot.iso
  + ACCEL='-accel hvf -machine type=q35,accel=hvf'
  + MEM='-m 1G'
  + SMP='-c 2'
  + NET='-device virtio-net,netdev=vmnic -netdev user,id=vmnic'
  + IMG_CD='-cdrom haiku-release-anyboot.iso'
  + IMG_HDD='-device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=haiku.img,format=raw -device scsi-hd,drive=vd0'
  + DISPLAY='-usb -device usb-tablet'
  + qemu-system-x86_64 -accel hvf -machine type=q35,accel=hvf -usb -device usb-tablet -m 1G -device virtio-net,netdev=vmnic -netdev user,id=vmnic -device virtio-scsi-pci,id=scsi -drive if=none,id=vd0,file=haiku.img,format=raw -device scsi-hd,drive=vd0
  qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.80000001H:ECX.svm [bit 2]
  qemu-system-x86_64: Error: HV_ERROR
  ./qemu-boot.sh: line 19: 67497 Abort trap: 6           qemu-system-x86_64 $ACCEL $CPU $EFI $DISPLAY $MEM $NET $IMG_HDD

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1826599/+subscriptions

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-29 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-26 19:22 [Qemu-devel] [Bug 1826599] [NEW] qemu crashes with HV_ERROR with any guest when using HVF on macos Ben Wibking
2019-04-29 17:41 ` [Qemu-devel] [Bug 1826599] " Ben Wibking

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.