From d550ea347ff5942a3d3c746de8c4fb6a7690c5b6 Mon Sep 17 00:00:00 2001 From: Goldfelty Date: Tue, 17 Jun 2025 19:11:52 -0700 Subject: [PATCH 1/3] Update networking-qemu-kvm-howto.txt --- networking-qemu-kvm-howto.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking-qemu-kvm-howto.txt b/networking-qemu-kvm-howto.txt index 4e6fd78..4be6f98 100644 --- a/networking-qemu-kvm-howto.txt +++ b/networking-qemu-kvm-howto.txt @@ -11,7 +11,7 @@ setup, so it's perfect if you just want internet but don't care about latency or about connecting to the VM from an external source. In order to do this, change the line in your qemu-system-x86_64 command (found -in boot-macOS.sh) to the following: +in OpenCore-Boot.sh) to the following: -netdev user,id=net0 -device network_adapter,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \ From 9c91153175fbe42413226d8fcd2c83edf2434777 Mon Sep 17 00:00:00 2001 From: Goldfelty Date: Tue, 17 Jun 2025 19:15:36 -0700 Subject: [PATCH 2/3] Fix incorrect filename --- networking-qemu-kvm-howto.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/networking-qemu-kvm-howto.txt b/networking-qemu-kvm-howto.txt index 4be6f98..a6587f0 100644 --- a/networking-qemu-kvm-howto.txt +++ b/networking-qemu-kvm-howto.txt @@ -155,3 +155,4 @@ Use the following network device in scripts: -netdev bridge,id=net0,br=br0,"helper=/usr/lib/qemu/qemu-bridge-helper" -device virtio-net-pci,netdev=net0,id=net0,mac=00:16:CB:00:11:34 Also see https://dortania.github.io/OpenCore-Post-Install/universal/iservices.html to tweak the config.plist file. + From 797d24c790981524f27b15d59b1935eb1e34c999 Mon Sep 17 00:00:00 2001 From: Goldfelty Date: Tue, 17 Jun 2025 19:16:34 -0700 Subject: [PATCH 3/3] Fix incorrect filename --- networking-qemu-kvm-howto.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/networking-qemu-kvm-howto.txt b/networking-qemu-kvm-howto.txt index a6587f0..4be6f98 100644 --- a/networking-qemu-kvm-howto.txt +++ b/networking-qemu-kvm-howto.txt @@ -155,4 +155,3 @@ Use the following network device in scripts: -netdev bridge,id=net0,br=br0,"helper=/usr/lib/qemu/qemu-bridge-helper" -device virtio-net-pci,netdev=net0,id=net0,mac=00:16:CB:00:11:34 Also see https://dortania.github.io/OpenCore-Post-Install/universal/iservices.html to tweak the config.plist file. -