Thank you.
I believe the following options are not available for q35
-set device.hostpci0.x-igd-lpc=on
https://github.com/qemu/qemu/blob/master/docs/igd-assign.txt
I think the difference is only in the following settings, but I will try after reinstalling.
-set device.hostpci0.bus=pcie.0
I believe the following options are not available for q35
-set device.hostpci0.x-igd-lpc=on
https://github.com/qemu/qemu/blob/master/docs/igd-assign.txt
For #2, "x-igd-lpc=on" option copies the IDs of host LPC bridge and host bridge
to guest. Currently this is only supported on i440fx machines as there is
already an ICH9 LPC bridge present on q35 machines, overwriting its IDs may
lead to unexpected behavior.
I think the difference is only in the following settings, but I will try after reinstalling.
-set device.hostpci0.bus=pcie.0
Last edited: