This commit is contained in:
Wojciech Janota 2022-12-28 12:20:51 +01:00
parent 2263749d86
commit 91f18e46a3
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
home = /home/nixen/Projects/College/engineering-degree/orchestrator-app/.env/bin
home = /Applications/Xcode.app/Contents/Developer/usr/bin
implementation = CPython
version_info = 3.9.6.final.0
virtualenv = 20.17.1
include-system-site-packages = false
version = 3.10.8
base-prefix = /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9
base-exec-prefix = /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9
base-executable = /Applications/Xcode.app/Contents/Developer/usr/bin/python3

View File

@ -3,5 +3,6 @@
qemu-system-x86_64 -enable-kvm -m $MEMORY_ALLOCATION_SIZE \
-cpu host,kvm=off,hv_relaxed,hv_spinlocks=0x1fff,hv_time,hv_vapic,hv_vendor_id=0xDEADBEEFFF \
-rtc clock=host,base=localtime -smp $CPU_CORES_COUNT,sockets=1,cores=$CPU_CORES_COUNT,threads=1 \
-full-screen \
-device virtio-net-pci,netdev=n1 -netdev user,id=n1 \
-hda $IMAGE_PATH &