aboutsummaryrefslogtreecommitdiffstats
path: root/run_vm1
diff options
context:
space:
mode:
authorZelin Tong <ztong@ludwig.cs.unc.edu>2020-10-09 16:15:03 -0400
committerZelin Tong <ztong@ludwig.cs.unc.edu>2020-10-09 16:15:03 -0400
commit6d7a3f278d85fb19c742435fff0b757559cba7eb (patch)
treeaa93d553f9fd3760c4d44512bf9dfdb8f5315c63 /run_vm1
parent0eb3a2eff0e128083414530566358b5d9d00025c (diff)
Fixed various bugs
Bugs fixed: - cpu priority comparison in gedf environment made it so cpus were ordered opposite to what they are supposed to - shutdown of component did not free all memory Note: It is up to the table maker such that components do not cause cross migrations of tasks
Diffstat (limited to 'run_vm1')
-rwxr-xr-xrun_vm12
1 files changed, 1 insertions, 1 deletions
diff --git a/run_vm1 b/run_vm1
index 514834a993cb..2a952c3bbd73 100755
--- a/run_vm1
+++ b/run_vm1
@@ -1,2 +1,2 @@
1#!/bin/sh 1#!/bin/sh
2qemu-system-x86_64 -kernel arch/x86/boot/bzImage -serial mon:stdio -display none -append "root=/dev/mapper/virtualboy--vg-root console=ttyS0 nokalsr kgdboc=ttyS1,115200" -m 24576 --enable-kvm -cpu host -smp 8 -hda /home/ztong/ubuntu.qcow2.img -initrd arch/x86/boot/initrd.img -net nic,model=e1000 -net user,hostfwd=tcp::22223-:22 -serial tcp::22224,server,nowait -rtc base=localtime,clock=vm,driftfix=none -s 2qemu-system-x86_64 -kernel arch/x86/boot/bzImage -serial mon:stdio -display none -append "root=/dev/mapper/virtualboy--vg-root console=ttyS0 nokalsr kgdboc=ttyS1,115200" -m 8196 --enable-kvm -cpu host -smp 4 -hda /home/ztong/ubuntu.qcow2.img -initrd arch/x86/boot/initrd.img -net nic,model=e1000 -net user,hostfwd=tcp::22223-:22 -serial tcp::22224,server,nowait -rtc base=localtime,clock=vm,driftfix=none -s