August 13, 2025Aug 13 Soo, I recently bought the Aoostar WTR Max, with the AMD Ryzen 7 PRO 8845HS Cpu with Radeon 780M GPUI am trying to setup a VM, with passthrough of the GPU, so I can connect my 2 monitors, keyboard, mouse and so on.What i'm trying to do, is to use the machine both as a NAS, with *Unraid, but also as my desktop computer.But no matter what I have done so far, I can't get it to work, it just wont display output on my displays.I've enabled IOMMU in the bios, and I've tried to bind the VFIO on boot.I've also added the GPU to the VM, tried both with it as the ONLY GPU, but also as a secondary GPU, no matter the result.The best result I got, was from another post here, VM Passthrough AMD 780M Code Error 43 - VM Engine (KVM) - UnraidI also get the error 43, but no matter what, I can't get it to work.So anyone got any ideas, as to what to do here ?Does anyone have the same machine and got it to work ?Any help would be GREATLY appreciated.
August 19, 2025Aug 19 Community Expert It will be great if you can post your diagnostics or syslog. It will help us see what is going on.Can you also share you XML?
September 30, 2025Sep 30 I have the same issue on my AOOSTAR when i try GPU passthrough on my windows 11 VM.When i try the VM in VNC i can see everything, when I change to GPU, I get a black screen on my physical display.diagnostics attached. tower-diagnostics-20250930-0815.zip
October 1, 2025Oct 1 @PUNGGOKERS and the xml too<?xml version='1.0' encoding='UTF-8'?><domain type='kvm'> <name>Windows 11 clean</name> <uuid>a6f937d9-ba3d-277e-0c0f-ca332425ff16</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 11" icon="windows11.png" os="windowstpm"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='8'/> <vcpupin vcpu='2' cpuset='1'/> <vcpupin vcpu='3' cpuset='9'/> <vcpupin vcpu='4' cpuset='2'/> <vcpupin vcpu='5' cpuset='10'/> <vcpupin vcpu='6' cpuset='3'/> <vcpupin vcpu='7' cpuset='11'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-7.2'>hvm</type> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='custom' match='exact' check='partial'> <model fallback='forbid'>qemu64</model> <topology sockets='1' dies='1' cores='8' threads='1'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Windows 11 clean/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <serial>vdisk1</serial> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Win11_24H2_English_x64.iso'/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.262-2.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='nec-xhci' ports='15'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='pci' index='0' model='pci-root'/> <interface type='bridge'> <mac address='52:54:00:2a:3b:96'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' 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='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'/></domain>
October 1, 2025Oct 1 Community Expert On 9/30/2025 at 1:19 AM, stekkes said:I have the same issue on my AOOSTAR when i try GPU passthrough on my windows 11 VM.When i try the VM in VNC i can see everything, when I change to GPU, I get a black screen on my physical display.diagnostics attached.tower-diagnostics-20250930-0815.ziptype this in the terminal BEFORE and AFTER running the VM and let me know what the terminal saysdmesg | grep -i vfio
October 1, 2025Oct 1 Community Expert Try also adding this in your append line, this disables the power management for your GPU:vfio-pci.disable_idle_d3=1 Edited October 1, 2025Oct 1 by PUNGGOKERS
October 1, 2025Oct 1 1215.737640] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1215.752641] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1215.766637] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1215.781654] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1215.797649] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1215.814447] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1220.689848] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1220.707247] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1220.722822] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1220.740406] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1220.755829] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1220.769825] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1220.785849] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1220.802818] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1220.817831] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1220.833832] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1225.698975] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1225.712978] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1225.728974] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1225.742999] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1225.756987] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1225.775991] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1225.791983] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1225.807971] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1225.821974] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1225.836973] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1230.705280] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1230.722149] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1230.739149] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1230.754148] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1230.768157] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1230.785151] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1230.801141] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1230.815151] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1230.829141] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1230.845139] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1235.710360] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1235.727317] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1235.744309] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1235.761311] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1235.778313] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1235.795310] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1235.810304] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1235.824316] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1235.839314] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1235.853335] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1240.721484] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1240.739462] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1240.753462] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1240.768482] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1240.783465] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1240.797475] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1240.813468] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1240.827467] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1240.842478] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1240.857478] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1245.732634] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1245.747623] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1245.762101] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1245.777162] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1245.791638] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1245.805638] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1245.819632] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1245.833629] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1245.847638] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1245.861640] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1250.738847] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1250.754840] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1250.799796] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1250.813800] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1250.830823] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1250.845812] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1250.861801] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1250.877807] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1250.894800] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1250.909804] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1255.741950] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1255.759363] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1255.776671] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1255.793990] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1255.811324] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1255.828970] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1255.846004] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1255.863006] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1255.879977] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1255.897972] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1260.743120] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1260.759116] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1260.773139] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1260.789124] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1260.805120] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1260.821125] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1260.836122] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1260.851118] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1260.866121] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1260.881121] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1265.758302] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1265.776277] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1265.793270] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1265.808281] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1265.825313] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1265.842285] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1265.859287] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1265.875289] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1265.892301] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1265.909293] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1270.771464] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1270.787434] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1270.802439] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1270.817455] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1270.833445] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1270.850498] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1270.866442] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1270.883446] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1270.900444] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1270.917436] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1275.779599] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1275.797032] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1275.814535] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1275.830594] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1275.846605] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1275.863595] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1275.878601] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1275.894606] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1275.910602] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1275.924610] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1280.790805] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1280.807766] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1280.825784] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1280.842801] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1280.860307] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1280.874834] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1280.889814] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1280.904956] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1280.919817] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1280.934965] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1285.802918] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1285.820909] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1285.835908] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1285.850914] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1285.864931] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1285.880916] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1285.895938] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1285.911909] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1285.925942] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1285.940917] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1290.811072] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1290.825074] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1290.839071] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1290.854725] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1290.871072] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1290.887130] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1290.903071] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1290.917106] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1290.934076] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1290.948079] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1295.826984] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1295.845228] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1295.860234] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1295.875231] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1295.891239] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1295.908237] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1295.925233] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1295.942241] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1295.958229] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1295.975269] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1300.833409] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1300.850384] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1300.865396] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1300.880385] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1300.895386] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1300.909397] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1300.925397] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1300.940391] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1300.954391] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1300.969400] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1305.847547] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1305.861554] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1305.876542] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1305.890551] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1305.906548] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1305.921543] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1305.935541] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1305.949535] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1305.963545] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1305.977569] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1310.861710] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1310.878742] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1310.895776] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1310.912700] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1310.926701] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1310.943703] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1310.960692] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1310.975044] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1311.015703] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1311.029701] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1315.872872] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1315.886847] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1315.901846] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1315.916568] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1315.930877] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1315.944853] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1315.961858] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1315.978855] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1315.996868] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1316.013860] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1320.879013] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1320.893006] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1320.908068] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1320.924002] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1320.939002] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1320.954008] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1320.967999] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1320.982009] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1320.996006] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1321.010008] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1325.883170] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1325.900158] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1325.916159] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1325.931159] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1325.946159] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1325.961154] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1325.976160] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1325.990152] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1326.004193] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1326.018177] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1330.887307] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1330.901324] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1330.915314] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1330.929310] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1330.942308] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1330.956314] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1330.971104] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1330.985315] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1330.999714] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1331.014301] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1335.896464] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1335.910456] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1335.924463] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1335.938463] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1335.952873] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1335.968466] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1335.983459] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1335.998474] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1336.012460] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1336.026478] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1340.898577] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1340.912605] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1340.926612] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1340.940617] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1340.958615] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1340.974615] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1340.991615] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1341.008649] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1341.025643] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1341.042657] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1345.904785] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1345.921840] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1345.939613] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1345.955804] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1345.973327] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1345.989834] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1346.006803] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1346.023797] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1346.039803] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1346.056800] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1350.916915] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1350.931904] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1350.945905] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1350.960937] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1350.974908] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1350.989915] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1351.003907] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1351.017904] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1351.031907] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1351.072901] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1355.920061] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1355.937085] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1355.954100] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1355.971099] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1355.988103] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1356.008053] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1356.022086] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1356.039055] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1356.053070] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1356.070105] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1360.936209] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1360.953245] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1360.970196] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1360.985214] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1361.002216] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1361.019240] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1361.036199] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1361.051207] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1361.068224] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1361.085231] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1365.951808] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1365.968358] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1365.985351] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1366.000345] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1366.014342] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1366.028353] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1366.042381] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1366.059398] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1366.076396] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1366.093353] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1370.956520] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1370.971495] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1370.985499] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1371.002503] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1371.019501] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1371.036539] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1371.053541] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1371.070540] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1371.087541] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1371.105498] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1375.966649] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1375.980643] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1375.996647] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1376.010634] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1376.024641] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1376.038642] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1376.052638] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1376.067643] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1376.082644] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1376.099636] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1380.976782] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1380.990788] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1381.004781] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1381.018781] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1381.033781] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1381.048782] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1381.064782] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1381.079786] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1381.096794] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1381.113798] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1385.984933] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1385.999945] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1386.015932] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1386.031923] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1386.046924] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1386.062934] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1386.078937] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1386.094928] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1386.108929] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1386.122960] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1390.995082] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1391.009071] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1391.024085] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1391.040085] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1391.054080] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1391.069078] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1391.086071] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1391.100078] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1391.114079] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1391.128375] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1396.006212] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1396.021207] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1396.036214] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1396.050212] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1396.066050] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1396.082220] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1396.099218] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1396.113213] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1396.128224] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1396.144223] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1401.021356] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1401.035355] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1401.049374] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1401.063369] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1401.077361] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1401.091353] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1401.105357] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1401.119356] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1401.133360] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1401.147356] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1406.036550] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1406.054495] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1406.069490] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1406.085488] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1406.099496] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1406.116514] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1406.133504] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1406.150505] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1406.166499] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1406.183535] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1411.042644] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1411.056629] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1411.069653] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1411.086687] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1411.103760] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1411.120675] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1411.137688] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1411.153634] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1411.167650] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1411.181637] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1416.058780] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1416.074782] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1416.091789] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1416.108825] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1416.125802] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1416.143797] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1416.160725] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1416.175789] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1416.192835] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1416.209830] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1421.059934] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1421.076925] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1421.093961] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1421.110754] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1421.127967] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1421.145935] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1421.159922] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1421.173912] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1421.187923] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1421.201918] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1426.067063] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1426.083053] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1426.097075] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1426.113066] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1426.129067] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1426.144054] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1426.160054] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1426.174093] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1426.191068] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1426.208069] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1431.074323] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1431.090724] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1431.106242] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1431.123804] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1431.140253] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1431.157214] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1431.173198] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1431.187214] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1431.202200] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1431.218227] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1436.080219] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1436.095233] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1436.111565] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1436.133330] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1436.147343] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1436.191365] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1436.206372] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1436.222339] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1436.239334] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1436.255047] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1441.083502] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1441.099471] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1441.113477] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1441.130481] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1441.146475] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1441.162487] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1441.178484] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1441.194471] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1441.208481] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1441.224481] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1446.096632] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1446.110612] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1446.126612] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1446.142605] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1446.157615] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1446.172619] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1446.188606] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1446.204573] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1446.219412] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1446.236620] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1451.114263] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1451.130749] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1451.144747] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1451.159126] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1451.175744] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1451.190757] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1451.208509] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1451.222744] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1451.236758] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1451.250747] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1456.130927] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1456.147922] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1456.165370] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1456.179940] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1456.196890] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1456.212909] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1456.227881] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1456.241888] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1456.255925] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1456.271893] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1461.140033] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1461.156068] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1461.172067] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1461.188178] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1461.204547] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1461.222040] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1461.239036] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1461.253063] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1461.268069] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1461.282068] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1466.145192] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1466.162180] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1466.179180] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1466.196159] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1466.211997] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1466.227154] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1466.241152] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1466.255152] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1466.269154] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1466.283155] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1471.147024] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1471.161292] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1471.178297] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1471.193289] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1471.207293] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1471.222361] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1471.237448] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1471.251287] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1471.265339] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1471.280301] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1476.158433] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1476.175934] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1476.194441] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1476.208422] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1476.223105] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1476.237435] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1476.252397] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1476.267436] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1476.282439] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1476.299441] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1481.160558] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1481.174556] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1481.188563] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1481.203584] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1481.217556] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1481.232565] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1481.248584] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1481.263560] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1481.277584] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1481.293562] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1486.170692] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1486.185712] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1486.201693] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1486.215700] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1486.231702] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1486.248697] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1486.265716] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1486.281754] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1486.298747] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1486.315709] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1491.180840] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1491.196829] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1491.212698] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1491.229276] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1491.244831] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1491.260858] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1491.275830] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1491.292841] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1491.309836] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1491.324841] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1496.190959] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1496.205968] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1496.221973] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1496.239007] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1496.256005] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1496.273037] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1496.290007] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1496.307014] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1496.324986] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1496.341969] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1501.192261] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1501.209106] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1501.226099] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1501.243100] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1501.260094] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1501.275102] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1501.292093] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1501.306093] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1501.321099] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1501.337092] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1506.200880] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1506.219225] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1506.236618] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1506.254230] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1506.271276] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1506.288304] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1506.305823] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1506.323367] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1506.340533] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1506.357272] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1511.208364] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1511.225352] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1511.241362] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1511.258402] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1511.275390] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1511.293369] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1511.310183] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1511.325364] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1511.340376] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1511.357392] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1516.218818] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1516.235031] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1516.252485] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1516.268488] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1516.284488] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1516.300444] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1516.315484] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1516.331489] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1516.346493] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1516.360498] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1521.221676] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1521.238689] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1521.255872] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1521.273652] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1521.290622] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1521.305621] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1521.322659] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1521.338627] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1521.354743] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1521.370675] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1526.239741] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1526.253760] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1526.268750] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1526.283748] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1526.298745] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1526.315780] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1526.332794] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1526.349783] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1526.366786] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1526.383757] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1531.247890] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1531.262893] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1531.279882] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1531.296878] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1531.313873] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1531.329870] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1531.344769] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1531.361887] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1531.378901] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1531.395934] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1536.257036] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1536.273999] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1536.291013] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1536.305008] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1536.322007] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1536.339154] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1536.356018] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1536.372961] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1536.390041] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1536.407057] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1541.263135] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1541.277134] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1541.291138] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1541.306133] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1541.320155] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1541.334140] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1541.348912] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1541.363137] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1541.378153] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1541.394193] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1546.278264] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1546.318262] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1546.332281] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1546.346261] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1546.360707] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1546.374292] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1546.388268] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1546.402272] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1546.416289] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1546.430706] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1551.291448] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1551.308442] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1551.325444] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1551.341449] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1551.359017] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1551.375483] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1551.392481] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1551.409624] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1551.427116] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1551.443435] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1556.293568] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1556.307533] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1556.323530] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1556.340525] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1556.357528] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1556.372530] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1556.388523] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1556.404531] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1556.419538] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1556.436530] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1561.294735] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1561.310684] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1561.325708] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1561.341909] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1561.358701] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1561.375686] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1561.391702] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1561.408653] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1561.423951] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1561.437657] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1566.296792] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1566.310795] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1566.327784] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1566.343791] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1566.359786] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1566.374776] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1566.389779] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1566.404820] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1566.420790] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1566.436831] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1571.299701] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1571.314914] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1571.331938] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1571.348911] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1571.364920] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1571.381042] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1571.396911] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1571.412906] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1571.426906] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1571.440919] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1576.312050] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1576.327042] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1576.343055] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1576.357050] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1576.372041] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1576.388041] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1576.402056] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1576.416061] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1576.432562] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1576.448073] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1581.316179] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1581.331169] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1581.349171] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1581.363172] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1581.380161] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1581.395168] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1581.410190] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1581.425161] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1581.440176] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1581.457164] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1586.332907] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1586.349332] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1586.366292] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1586.382284] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1586.397297] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1586.413312] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1586.429288] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1586.445248] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1586.460285] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1586.475286] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1591.336055] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1591.353486] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1591.370946] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1591.388001] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1591.405475] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1591.422689] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1591.440348] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1591.457472] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1591.474463] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1591.491501] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1596.350547] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1596.365546] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1596.381598] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1596.397869] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1596.415219] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1596.430549] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1596.448512] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1596.463178] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1596.480621] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1596.495588] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1601.358672] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1601.372670] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1601.387664] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1601.401679] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1601.415671] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1601.429669] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1601.443672] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1601.457667] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1601.471671] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1601.485674] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1606.362843] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1606.379841] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1606.397846] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1606.414838] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1606.432807] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1606.448846] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1606.465840] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1606.482843] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1606.500134] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1606.517618] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1611.364927] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1611.381915] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1611.395932] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1611.410921] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1611.426926] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1611.443920] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1611.457937] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1611.472932] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1611.487918] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1611.501918] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1616.369728] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1616.385045] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1616.401044] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1616.416073] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1616.432049] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1616.448037] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1616.462052] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1616.477046] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1616.491048] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1616.507060] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1621.375188] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1621.391168] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1621.407165] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1621.422222] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1621.438218] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1621.454216] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1621.470560] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1621.486183] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1621.503166] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1621.519183] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1626.389293] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1626.406367] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1626.423346] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1626.440302] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1626.458296] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1626.475288] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1626.489289] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1626.503304] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1626.517303] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1626.531302] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1631.391467] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1631.405430] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1631.420421] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1631.434430] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1631.448466] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1631.463418] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1631.478427] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1631.493416] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1631.508429] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1631.522421] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1636.403593] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1636.419547] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1636.435553] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1636.451548] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1636.468576] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1636.485554] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1636.501590] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1636.518554] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1636.535549] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1636.552622] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1641.405678] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1641.422668] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1641.438681] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1641.455662] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1641.469676] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1641.484662] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1641.498681] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1641.512668] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1641.526978] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1641.540673] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1646.415796] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1646.432794] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1646.448789] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1646.463824] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1646.477786] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1646.491807] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1646.506791] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1646.520797] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1646.535785] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1646.549805] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1651.418910] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1651.432923] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1651.446918] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1651.462918] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1651.479922] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1651.496913] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1651.512950] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1651.529944] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1651.546961] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1651.560922] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1656.425041] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1656.439049] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1656.453054] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1656.470035] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1656.484038] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1656.500047] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1656.515038] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1656.530036] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1656.545045] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1656.559039] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1661.427158] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1661.441155] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1661.456102] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1661.470168] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1661.485567] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1661.525162] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1661.542169] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1661.556155] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1661.571163] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1661.586163] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1666.434434] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1666.448281] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1666.464286] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1666.480285] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1666.495288] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1666.590296] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1666.605291] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1666.619301] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1666.635292] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1666.651281] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1671.443442] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1671.460407] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1671.477409] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1671.493412] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1671.509404] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1671.526420] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1671.542452] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1671.558413] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1671.575407] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1671.591407] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1676.455084] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1676.471573] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1676.489028] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1676.506738] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1676.523576] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1676.540611] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1676.557575] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1676.574567] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1676.591568] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1676.608590] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1681.461658] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1681.476664] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1681.490660] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1681.508649] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1681.522658] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1681.538672] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1681.554656] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1681.568669] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1681.586653] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1681.602652] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1686.474778] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1686.490579] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1686.504768] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1686.518773] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1686.533778] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1686.547767] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1686.562212] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1686.575777] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1686.589775] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1686.603780] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1691.486902] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1691.500894] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1691.514896] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1691.528891] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1691.543510] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1691.559665] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1691.573889] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1691.587888] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1691.602795] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1691.616896] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1696.488041] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1696.502020] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1696.516396] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1696.532453] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1696.548015] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1696.563019] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1696.577017] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1696.591012] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1696.605011] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1696.620008] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1701.499133] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot[ 1701.515258] vfio-pci 0000:03:00.4: Refused to change power state from D0 to D3hot
October 1, 2025Oct 1 adde this, but still no luck4 hours ago, PUNGGOKERS said:vfio-pci.disable_idle_d3=12025-10-01 20:33:37.444+0000: starting up libvirt version: 8.7.0, qemu version: 7.2.0, kernel: 6.1.106-Unraid, hostname: TowerLC_ALL=C \PATH=/bin:/sbin:/usr/bin:/usr/sbin \HOME='/var/lib/libvirt/qemu/domain-2-Windows 11 clean' \XDG_DATA_HOME='/var/lib/libvirt/qemu/domain-2-Windows 11 clean/.local/share' \XDG_CACHE_HOME='/var/lib/libvirt/qemu/domain-2-Windows 11 clean/.cache' \XDG_CONFIG_HOME='/var/lib/libvirt/qemu/domain-2-Windows 11 clean/.config' \/usr/local/sbin/qemu \-name 'guest=Windows 11 clean,debug-threads=on' \-S \-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain-2-Windows 11 clean/master-key.aes"}' \-machine pc-i440fx-7.2,usb=off,dump-guest-core=off,mem-merge=off,memory-backend=pc.ram \-accel kvm \-cpu qemu64,hv-time=on,hv-relaxed=on,hv-vapic=on,hv-spinlocks=0x1fff,hv-vendor-id=none \-m 8192 \-object '{"qom-type":"memory-backend-ram","id":"pc.ram","size":8589934592}' \-overcommit mem-lock=off \-smp 8,sockets=1,dies=1,cores=8,threads=1 \-uuid a6f937d9-ba3d-277e-0c0f-ca332425ff16 \-display none \-no-user-config \-nodefaults \-chardev socket,id=charmonitor,fd=40,server=on,wait=off \-mon chardev=charmonitor,id=monitor,mode=control \-rtc base=localtime \-no-hpet \-no-shutdown \-boot strict=on \-device '{"driver":"nec-usb-xhci","p2":15,"p3":15,"id":"usb","bus":"pci.0","addr":"0x7"}' \-device '{"driver":"virtio-serial-pci","id":"virtio-serial0","bus":"pci.0","addr":"0x3"}' \-blockdev '{"driver":"file","filename":"/mnt/user/domains/Windows 11 clean/vdisk1.img","node-name":"libvirt-3-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \-blockdev '{"node-name":"libvirt-3-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-3-storage"}' \-device '{"driver":"virtio-blk-pci","bus":"pci.0","addr":"0x4","drive":"libvirt-3-format","id":"virtio-disk2","bootindex":1,"write-cache":"on","serial":"vdisk1"}' \-blockdev '{"driver":"file","filename":"/mnt/user/isos/Win11_24H2_English_x64.iso","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}' \-blockdev '{"node-name":"libvirt-2-format","read-only":true,"driver":"raw","file":"libvirt-2-storage"}' \-device '{"driver":"ide-cd","bus":"ide.0","unit":0,"drive":"libvirt-2-format","id":"ide0-0-0","bootindex":2}' \-blockdev '{"driver":"file","filename":"/mnt/user/isos/virtio-win-0.1.262-2.iso","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \-blockdev '{"node-name":"libvirt-1-format","read-only":true,"driver":"raw","file":"libvirt-1-storage"}' \-device '{"driver":"ide-cd","bus":"ide.0","unit":1,"drive":"libvirt-1-format","id":"ide0-0-1"}' \-netdev tap,fd=41,id=hostnet0 \-device '{"driver":"virtio-net","netdev":"hostnet0","id":"net0","mac":"52:54:00:2a:3b:96","bus":"pci.0","addr":"0x2"}' \-chardev pty,id=charserial0 \-device '{"driver":"isa-serial","chardev":"charserial0","id":"serial0","index":0}' \-chardev socket,id=charchannel0,fd=39,server=on,wait=off \-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":1,"chardev":"charchannel0","id":"channel0","name":"org.qemu.guest_agent.0"}' \-device '{"driver":"usb-tablet","id":"input0","bus":"usb.0","port":"1"}' \-audiodev '{"id":"audio1","driver":"none"}' \-device '{"driver":"vfio-pci","host":"0000:01:00.0","id":"hostdev0","bus":"pci.0","addr":"0x5"}' \-device '{"driver":"vfio-pci","host":"0000:01:00.1","id":"hostdev1","bus":"pci.0","addr":"0x6"}' \-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \-msg timestamp=onchar device redirected to /dev/pts/3 (label charserial0)
October 2, 2025Oct 2 Community Expert 17 hours ago, stekkes said:adde this, but still no luck2025-10-01 20:33:37.444+0000: starting up libvirt version: 8.7.0, qemu version: 7.2.0, kernel: 6.1.106-Unraid, hostname: TowerLC_ALL=C \PATH=/bin:/sbin:/usr/bin:/usr/sbin \HOME='/var/lib/libvirt/qemu/domain-2-Windows 11 clean' \XDG_DATA_HOME='/var/lib/libvirt/qemu/domain-2-Windows 11 clean/.local/share' \XDG_CACHE_HOME='/var/lib/libvirt/qemu/domain-2-Windows 11 clean/.cache' \XDG_CONFIG_HOME='/var/lib/libvirt/qemu/domain-2-Windows 11 clean/.config' \/usr/local/sbin/qemu \-name 'guest=Windows 11 clean,debug-threads=on' \-S \-object '{"qom-type":"secret","id":"masterKey0","format":"raw","file":"/var/lib/libvirt/qemu/domain-2-Windows 11 clean/master-key.aes"}' \-machine pc-i440fx-7.2,usb=off,dump-guest-core=off,mem-merge=off,memory-backend=pc.ram \-accel kvm \-cpu qemu64,hv-time=on,hv-relaxed=on,hv-vapic=on,hv-spinlocks=0x1fff,hv-vendor-id=none \-m 8192 \-object '{"qom-type":"memory-backend-ram","id":"pc.ram","size":8589934592}' \-overcommit mem-lock=off \-smp 8,sockets=1,dies=1,cores=8,threads=1 \-uuid a6f937d9-ba3d-277e-0c0f-ca332425ff16 \-display none \-no-user-config \-nodefaults \-chardev socket,id=charmonitor,fd=40,server=on,wait=off \-mon chardev=charmonitor,id=monitor,mode=control \-rtc base=localtime \-no-hpet \-no-shutdown \-boot strict=on \-device '{"driver":"nec-usb-xhci","p2":15,"p3":15,"id":"usb","bus":"pci.0","addr":"0x7"}' \-device '{"driver":"virtio-serial-pci","id":"virtio-serial0","bus":"pci.0","addr":"0x3"}' \-blockdev '{"driver":"file","filename":"/mnt/user/domains/Windows 11 clean/vdisk1.img","node-name":"libvirt-3-storage","cache":{"direct":false,"no-flush":false},"auto-read-only":true,"discard":"unmap"}' \-blockdev '{"node-name":"libvirt-3-format","read-only":false,"cache":{"direct":false,"no-flush":false},"driver":"raw","file":"libvirt-3-storage"}' \-device '{"driver":"virtio-blk-pci","bus":"pci.0","addr":"0x4","drive":"libvirt-3-format","id":"virtio-disk2","bootindex":1,"write-cache":"on","serial":"vdisk1"}' \-blockdev '{"driver":"file","filename":"/mnt/user/isos/Win11_24H2_English_x64.iso","node-name":"libvirt-2-storage","auto-read-only":true,"discard":"unmap"}' \-blockdev '{"node-name":"libvirt-2-format","read-only":true,"driver":"raw","file":"libvirt-2-storage"}' \-device '{"driver":"ide-cd","bus":"ide.0","unit":0,"drive":"libvirt-2-format","id":"ide0-0-0","bootindex":2}' \-blockdev '{"driver":"file","filename":"/mnt/user/isos/virtio-win-0.1.262-2.iso","node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \-blockdev '{"node-name":"libvirt-1-format","read-only":true,"driver":"raw","file":"libvirt-1-storage"}' \-device '{"driver":"ide-cd","bus":"ide.0","unit":1,"drive":"libvirt-1-format","id":"ide0-0-1"}' \-netdev tap,fd=41,id=hostnet0 \-device '{"driver":"virtio-net","netdev":"hostnet0","id":"net0","mac":"52:54:00:2a:3b:96","bus":"pci.0","addr":"0x2"}' \-chardev pty,id=charserial0 \-device '{"driver":"isa-serial","chardev":"charserial0","id":"serial0","index":0}' \-chardev socket,id=charchannel0,fd=39,server=on,wait=off \-device '{"driver":"virtserialport","bus":"virtio-serial0.0","nr":1,"chardev":"charchannel0","id":"channel0","name":"org.qemu.guest_agent.0"}' \-device '{"driver":"usb-tablet","id":"input0","bus":"usb.0","port":"1"}' \-audiodev '{"id":"audio1","driver":"none"}' \-device '{"driver":"vfio-pci","host":"0000:01:00.0","id":"hostdev0","bus":"pci.0","addr":"0x5"}' \-device '{"driver":"vfio-pci","host":"0000:01:00.1","id":"hostdev1","bus":"pci.0","addr":"0x6"}' \-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny \-msg timestamp=onchar device redirected to /dev/pts/3 (label charserial0)Can you show me a screenshot where you put the vfio-pci.disable_idle_d3=1Also not putting any sound card in your VM, just the primary graphics card.
January 8Jan 8 It's been a while, but I tried fixing it again.Now, i can see the device i added diagnostics and some screenshots.I did a fresh install with windows 11, leaving all the settings the same.What i did is added all devices of the same group in the IOMMU to the passthrough.adding the videocar or videocard + soundcard now crashes the whole unraid system...diagnostics attached...<?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Windows 11 - 2026</name> <uuid>bbb78902-84c5-a5aa-fd0b-a269bea8b6d8</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 11" iconold="windows11.png" icon="windows11.png" os="windowstpm" webui="" storage="default"/> </metadata> <memory unit='KiB'>4194304</memory> <currentMemory unit='KiB'>4194304</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>16</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='8'/> <vcpupin vcpu='2' cpuset='1'/> <vcpupin vcpu='3' cpuset='9'/> <vcpupin vcpu='4' cpuset='2'/> <vcpupin vcpu='5' cpuset='10'/> <vcpupin vcpu='6' cpuset='3'/> <vcpupin vcpu='7' cpuset='11'/> <vcpupin vcpu='8' cpuset='4'/> <vcpupin vcpu='9' cpuset='12'/> <vcpupin vcpu='10' cpuset='5'/> <vcpupin vcpu='11' cpuset='13'/> <vcpupin vcpu='12' cpuset='6'/> <vcpupin vcpu='13' cpuset='14'/> <vcpupin vcpu='14' cpuset='7'/> <vcpupin vcpu='15' cpuset='15'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-9.2'>hvm</type> <loader readonly='yes' type='pflash' format='raw'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd</loader> <nvram format='raw'>/etc/libvirt/qemu/nvram/bbb78902-84c5-a5aa-fd0b-a269bea8b6d8_VARS-pure-efi-tpm.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv mode='custom'> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vpindex state='on'/> <synic state='on'/> <stimer state='on'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' clusters='1' cores='8' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='localtime'> <timer name='hpet' present='no'/> <timer name='hypervclock' present='yes'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback' discard='unmap'/> <source file='/mnt/user/domains/Windows 11 - 2026/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <serial>vdisk1</serial> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0d' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Win11_24H2_English_x64.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.262-2.iso'/> <target dev='hdb' bus='sata'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='pci' index='0' model='pci-root'/> <controller type='pci' index='1' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </controller> <controller type='pci' index='3' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='3'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </controller> <controller type='pci' index='4' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </controller> <controller type='pci' index='5' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </controller> <controller type='pci' index='6' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='6'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </controller> <controller type='pci' index='7' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='7'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <interface type='bridge'> <mac address='52:54:00:ee:3e:c0'/> <source bridge='br0'/> <model type='e1000'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0c' 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='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <tpm model='tpm-tis'> <backend type='emulator' version='2.0' persistent_state='yes'/> </tpm> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' sharePolicy='ignore'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='16384' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x0e' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x6'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x0f' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x2'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x10' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x11' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x4'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x12' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x5'/> </source> <address type='pci' domain='0x0000' bus='0x00' slot='0x13' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> </domain> tower-diagnostics-20260108-0000.zip Edited January 9Jan 9 by stekkes
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.