File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -752,7 +752,7 @@ function configure_os_quirks() {
752
752
753
753
case ${guest_os} in
754
754
windows-server) NET_DEVICE=" e1000" ;;
755
- * bsd|linux* |windows) NET_DEVICE=" virtio-net" ;;
755
+ * bsd|linux* |windows) NET_DEVICE=" virtio-net-pci " ;;
756
756
freedos) sound_card=" sb16" ;;
757
757
* solaris) usb_controller=" xhci"
758
758
sound_card=" ac97" ;;
@@ -769,7 +769,7 @@ function configure_os_quirks() {
769
769
big-sur|monterey|ventura|sonoma|sequoia)
770
770
BALLOON=" -device virtio-balloon"
771
771
MAC_DISK_DEV=" virtio-blk-pci"
772
- NET_DEVICE=" virtio-net"
772
+ NET_DEVICE=" virtio-net-pci "
773
773
USB_HOST_PASSTHROUGH_CONTROLLER=" nec-usb-xhci"
774
774
GUEST_TWEAKS+=" -global nec-usb-xhci.msi=off"
775
775
sound_card=" ${sound_card:- usb-audio} "
@@ -1155,7 +1155,7 @@ function vm_boot() {
1155
1155
MAC_BOOTLOADER=" "
1156
1156
MAC_MISSING=" "
1157
1157
MAC_DISK_DEV=" ${MAC_DISK_DEV:- ide-hd,bus=ahci.2} "
1158
- NET_DEVICE=" ${NET_DEVICE:- virtio-net} "
1158
+ NET_DEVICE=" ${NET_DEVICE:- virtio-net-pci } "
1159
1159
SOUND=" "
1160
1160
SPICE=" "
1161
1161
SMM=" ${SMM:- off} "
You can’t perform that action at this time.
0 commit comments