mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Remove unused arguments
This commit is contained in:
parent
afaad48fbf
commit
5d5d925469
1 changed files with 7 additions and 11 deletions
18
quickemu
18
quickemu
|
@ -424,8 +424,7 @@ function vm_boot() {
|
||||||
-audiodev pa,id=pa,server=unix:${XDG_RUNTIME_DIR}/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \
|
-audiodev pa,id=pa,server=unix:${XDG_RUNTIME_DIR}/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \
|
||||||
-device intel-hda -device hda-duplex,audiodev=pa,mixer=off \
|
-device intel-hda -device hda-duplex,audiodev=pa,mixer=off \
|
||||||
-rtc base=localtime,clock=host \
|
-rtc base=localtime,clock=host \
|
||||||
-serial mon:stdio \
|
-serial mon:stdio
|
||||||
"${@}"
|
|
||||||
else
|
else
|
||||||
${QEMU} \
|
${QEMU} \
|
||||||
-name ${VMNAME},process=${VMNAME} \
|
-name ${VMNAME},process=${VMNAME} \
|
||||||
|
@ -446,9 +445,8 @@ function vm_boot() {
|
||||||
-audiodev pa,id=pa,server=unix:${XDG_RUNTIME_DIR}/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \
|
-audiodev pa,id=pa,server=unix:${XDG_RUNTIME_DIR}/pulse/native,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME} \
|
||||||
-device intel-hda -device hda-duplex,audiodev=pa,mixer=off \
|
-device intel-hda -device hda-duplex,audiodev=pa,mixer=off \
|
||||||
-rtc base=localtime,clock=host \
|
-rtc base=localtime,clock=host \
|
||||||
-serial mon:stdio \
|
-serial mon:stdio
|
||||||
"${@}"
|
fi
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
${QEMU} \
|
${QEMU} \
|
||||||
-name ${VMNAME},process=${VMNAME} \
|
-name ${VMNAME},process=${VMNAME} \
|
||||||
|
@ -473,9 +471,8 @@ function vm_boot() {
|
||||||
-device virtio-serial-pci \
|
-device virtio-serial-pci \
|
||||||
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \
|
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \
|
||||||
-chardev spicevmc,id=spicechannel0,name=vdagent \
|
-chardev spicevmc,id=spicechannel0,name=vdagent \
|
||||||
-serial mon:stdio \
|
-serial mon:stdio
|
||||||
"${@}"
|
fi
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
${QEMU} \
|
${QEMU} \
|
||||||
-name ${VMNAME},process=${VMNAME} \
|
-name ${VMNAME},process=${VMNAME} \
|
||||||
|
@ -498,9 +495,8 @@ function vm_boot() {
|
||||||
-device virtio-serial-pci \
|
-device virtio-serial-pci \
|
||||||
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \
|
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \
|
||||||
-chardev spicevmc,id=spicechannel0,name=vdagent \
|
-chardev spicevmc,id=spicechannel0,name=vdagent \
|
||||||
-serial mon:stdio \
|
-serial mon:stdio
|
||||||
"${@}"
|
fi
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function shortcut_create {
|
function shortcut_create {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue