diff options
| author | Zelin Tong <ztong@ludwig.cs.unc.edu> | 2020-10-09 16:15:03 -0400 |
|---|---|---|
| committer | Zelin Tong <ztong@ludwig.cs.unc.edu> | 2020-10-09 16:15:03 -0400 |
| commit | 6d7a3f278d85fb19c742435fff0b757559cba7eb (patch) | |
| tree | aa93d553f9fd3760c4d44512bf9dfdb8f5315c63 /run_vm1 | |
| parent | 0eb3a2eff0e128083414530566358b5d9d00025c (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-x | run_vm1 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,2 +1,2 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | qemu-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 | 2 | qemu-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 |
