OneClick-macOS-Simple-KVM icon indicating copy to clipboard operation
OneClick-macOS-Simple-KVM copied to clipboard

Bug Report

Open ghost opened this issue 1 year ago • 0 comments

Which operating system are you trying to install? macOS Ventura

Describe the bug I get this error message in Virt Manager after trying to boot the machine:

Fehler beim Starten der Domain: Interner Fehler: qemu unexpectedly closed the monitor: 2023-07-03T08:35:58.574217Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]
2023-07-03T08:35:58.574227Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.hle [bit 4]
2023-07-03T08:35:58.574232Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.erms [bit 9]
2023-07-03T08:35:58.574237Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.invpcid [bit 10]
2023-07-03T08:35:58.574241Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.rtm [bit 11]
audio: Device hda: audiodev default parameter is deprecated, please specify audiodev=audio1
2023-07-03T08:35:58.591028Z qemu-system-x86_64: -device {"driver":"qxl-vga","id":"video0","max_outputs":1,"ram_size":67108864,"vram_size":67108864,"vram64_size_mb":0,"vgamem_mb":16,"bus":"pcie.0","addr":"0x1"}: PCI: slot 1 function 0 not available for qxl-vga, in use by intel-hda,id=(null)

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper
    callback(asyncjob, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/asyncjob.py", line 108, in tmpcb
    callback(*args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn
    ret = fn(self, *args, **kwargs)
  File "/usr/share/virt-manager/virtManager/object/domain.py", line 1425, in startup
    self._backend.create()
  File "/usr/lib64/python3.6/site-packages/libvirt.py", line 1373, in create
    raise libvirtError('virDomainCreate() failed')
libvirt.libvirtError: Interner Fehler: qemu unexpectedly closed the monitor: 2023-07-03T08:35:58.574217Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.01H:ECX.pcid [bit 17]
2023-07-03T08:35:58.574227Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.hle [bit 4]
2023-07-03T08:35:58.574232Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.erms [bit 9]
2023-07-03T08:35:58.574237Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.invpcid [bit 10]
2023-07-03T08:35:58.574241Z qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.rtm [bit 11]
audio: Device hda: audiodev default parameter is deprecated, please specify audiodev=audio1
2023-07-03T08:35:58.591028Z qemu-system-x86_64: -device {"driver":"qxl-vga","id":"video0","max_outputs":1,"ram_size":67108864,"vram_size":67108864,"vram64_size_mb":0,"vgamem_mb":16,"bus":"pcie.0","addr":"0x1"}: PCI: slot 1 function 0 not available for qxl-vga, in use by intel-hda,id=(null)

To Reproduce Steps to reproduce the behavior: Follow all the steps like in the guide for Virt Manager setup.

Expected behavior The machine boots.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information): OpenSUSE Leap 15.5

Additional context

ghost avatar Jul 03 '23 08:07 ghost