From 0a30bcc39f3b7913cbc4a276b54cb7cb62b594d8 Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Mon, 8 Jun 2020 17:41:33 -0500 Subject: update newer kernel commit --- launch-qemu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'launch-qemu.sh') diff --git a/launch-qemu.sh b/launch-qemu.sh index 43cec9b..bb66d09 100755 --- a/launch-qemu.sh +++ b/launch-qemu.sh @@ -189,10 +189,10 @@ add_opts "-no-reboot" add_opts "-drive if=pflash,format=raw,unit=0,file=${UEFI_CODE},readonly" # add network support and fwd port 22 to 8000 -echo "guest port 22 is fwd to host 8000..." +# echo "guest port 22 is fwd to host 8000..." #add_opts "-netdev user,id=vmnic,hostfwd=tcp::8000-:22 -device e1000,netdev=vmnic,romfile=" -#add_opts "-netdev user,id=vmnic,hostfwd=tcp::8000-:22" -#add_opts " -device virtio-net-pci,disable-legacy=on,iommu_platform=true,netdev=vmnic,romfile=" +add_opts "-netdev user,id=vmnic" +add_opts " -device virtio-net-pci,disable-legacy=on,iommu_platform=true,netdev=vmnic,romfile=" # If harddisk file is specified then add the HDD drive if [ -n "${HDA}" ]; then -- cgit v1.2.3-71-gd317