diff options
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1630.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1630.toml | 210 |
1 files changed, 0 insertions, 210 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1630.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1630.toml deleted file mode 100644 index 295029a16..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1630.toml +++ /dev/null @@ -1,210 +0,0 @@ -id = 1630 -title = "[8.0.0] qemu breaks mac os vm (passed through sata controller)" -state = "closed" -created_at = "2023-04-28T10:36:38.186Z" -closed_at = "2023-05-09T08:28:35.749Z" -labels = [] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1630" -host-os = "Manjaro kernel 5.15.109" -host-arch = "x86_64" -qemu-version = "8.0.0" -guest-os = "Mac os monterey 12.6.5" -guest-arch = "x86_64" -description = """I have a mac os montery vm which is not able to boot after upgrading from qemu 7.2.1 to qemu 8.0.0.\\ -Mac os bootloader (opencore) logs do not show anything useful, nothing useful also in libvirt logs.\\ -Apple screen hangs at "still waiting for root device" with the prohibition symbol.\\ -This should point that mac os is not able to find the disk to boot from.\\ -The bootloader sees the disk with its partitions.\\ -I'm passing through a sata controller with the boot disk attached, together with a usb controller, builtin audio and a gpu.\\ -Changing machine type (q35) to older versions change nothing.\\ -Downgrading to 7.2.1 and no issue. - -Maybe related to some acpi changes?""" -reproduce = "n/a" -additional = """This is the libvirt xml I'm using: -``` -<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> - <name>Montereytest</name> - <memory unit='KiB'>33554432</memory> - <currentMemory unit='KiB'>33554432</currentMemory> - <memoryBacking> - <nosharepages/> - </memoryBacking> - <vcpu placement='static'>8</vcpu> - <iothreads>2</iothreads> - <iothreadids> - <iothread id='1'/> - <iothread id='2'/> - </iothreadids> - <cputune> - <vcpupin vcpu='0' cpuset='1'/> - <vcpupin vcpu='1' cpuset='2'/> - <vcpupin vcpu='2' cpuset='3'/> - <vcpupin vcpu='3' cpuset='4'/> - <vcpupin vcpu='4' cpuset='5'/> - <vcpupin vcpu='5' cpuset='6'/> - <vcpupin vcpu='6' cpuset='7'/> - <vcpupin vcpu='7' cpuset='9'/> - </cputune> - <os> - <type arch='x86_64' machine='pc-q35-7.2'>hvm</type> - <loader readonly='yes' type='pflash'>/opt/macos/OVMF_CODE_TEST.fd</loader> - <nvram>/opt/macos/OVMF_VARS_TEST.fd</nvram> - <boot dev='hd'/> - </os> - <features> - <acpi/> - <apic/> - </features> - <cpu mode='host-passthrough' check='none' migratable='on'> - <topology sockets='1' dies='1' cores='4' threads='2'/> - </cpu> - <clock offset='utc'> - <timer name='rtc' tickpolicy='catchup'/> - <timer name='pit' tickpolicy='delay'/> - <timer name='hpet' present='no'/> - </clock> - <on_poweroff>destroy</on_poweroff> - <on_reboot>restart</on_reboot> - <on_crash>restart</on_crash> - <devices> - <emulator>/usr/bin/qemu-system-x86_64</emulator> - <controller type='pci' index='0' model='pcie-root'/> - <controller type='pci' index='1' model='pcie-root-port'> - <model name='pcie-root-port'/> - <target chassis='1' port='0x8'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> - </controller> - <controller type='pci' index='2' model='pcie-root-port'> - <model name='pcie-root-port'/> - <target chassis='2' port='0x9'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> - </controller> - <controller type='pci' index='3' model='pcie-root-port'> - <model name='pcie-root-port'/> - <target chassis='3' port='0xc'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> - </controller> - <controller type='pci' index='4' model='pcie-root-port'> - <model name='pcie-root-port'/> - <target chassis='4' port='0x13'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/> - </controller> - <controller type='virtio-serial' index='0'> - <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> - </controller> - <controller type='usb' index='0' model='ich9-ehci1'> - <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x1'/> - </controller> - <controller type='usb' index='0' model='ich9-uhci1'> - <master startport='0'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0' multifunction='on'/> - </controller> - <controller type='sata' index='0'> - <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> - </controller> - <interface type='bridge'> - <mac address='c8:2a:14:55:1a:b2'/> - <source bridge='br0'/> - <model type='virtio'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> - </interface> - <interface type='bridge'> - <mac address='c8:2a:14:32:2c:ff'/> - <source bridge='br1'/> - <model type='virtio'/> - <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> - </interface> - <serial type='pty'> - <target type='isa-serial' port='0'> - <model name='isa-serial'/> - </target> - </serial> - <console type='pty'> - <target type='serial' port='0'/> - </console> - <channel type='unix'> - <target type='virtio' name='org.qemu.guest_agent.0'/> - <address type='virtio-serial' controller='0' bus='0' port='1'/> - </channel> - <input type='keyboard' bus='ps2'/> - <input type='mouse' bus='ps2'/> - <audio id='1' type='none'/> - <hostdev mode='subsystem' type='pci' managed='yes'> - <driver name='vfio'/> - <source> - <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> - </source> - <rom file='/opt/gpu-bios/6900xt.rom'/> - <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0' multifunction='on'/> - </hostdev> - <hostdev mode='subsystem' type='pci' managed='yes'> - <driver name='vfio'/> - <source> - <address domain='0x0000' bus='0x06' slot='0x00' function='0x1'/> - </source> - <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x1'/> - </hostdev> - <hostdev mode='subsystem' type='pci' managed='yes'> - <driver name='vfio'/> - <source> - <address domain='0x0000' bus='0x00' slot='0x1b' function='0x0'/> - </source> - <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> - </hostdev> - <hostdev mode='subsystem' type='pci' managed='yes'> - <driver name='vfio'/> - <source> - <address domain='0x0000' bus='0x0c' slot='0x00' function='0x0'/> - </source> - <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> - </hostdev> - <hostdev mode='subsystem' type='pci' managed='yes'> - <driver name='vfio'/> - <source> - <address domain='0x0000' bus='0x84' slot='0x00' function='0x0'/> - </source> - <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> - </hostdev> - <hostdev mode='subsystem' type='usb' managed='no'> - <source> - <vendor id='0x046d'/> - <product id='0x0892'/> - </source> - <address type='usb' bus='0' port='2'/> - </hostdev> - <hostdev mode='subsystem' type='usb' managed='no'> - <source> - <vendor id='0x148f'/> - <product id='0x3070'/> - </source> - <address type='usb' bus='0' port='1'/> - </hostdev> - <watchdog model='itco' action='reset'/> - <memballoon model='none'/> - </devices> - <qemu:commandline> - <qemu:arg value='-smbios'/> - <qemu:arg value='type=2'/> - <qemu:arg value='-global'/> - <qemu:arg value='ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off'/> - <qemu:arg value='-global'/> - <qemu:arg value='pcie-root-port.x-speed=8'/> - <qemu:arg value='-global'/> - <qemu:arg value='pcie-root-port.x-width=16'/> - <qemu:arg value='-cpu'/> - <qemu:arg value='host,+hypervisor,migratable=no,-erms,kvm=on,+invtsc,+topoext,+avx,+aes,+xsave,+xsaveopt,+ssse3,+sse4_2,+popcnt,+arat,+pclmuldq,+pdpe1gb,+rdtscp,+vme,+umip,check'/> - </qemu:commandline> -</domain> -``` - -06:00.0/1 --> gpu\\ -00:1b.0 --> audio\\ -0c:00.0 --> sata controller\\ -84:00.0 --> usb controller\\ -0x046d 0x0892 --> usb webcam\\ -0x148f 0x3070 --> usb wifi - - - -[]""" |