mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add virtio-balloon
This commit is contained in:
parent
f910141889
commit
5b01d18492
1 changed files with 2 additions and 1 deletions
3
quickemu
3
quickemu
|
@ -246,8 +246,9 @@ function vm_boot() {
|
||||||
-enable-kvm \
|
-enable-kvm \
|
||||||
-machine q35,accel=kvm \
|
-machine q35,accel=kvm \
|
||||||
-cpu host,kvm=on \
|
-cpu host,kvm=on \
|
||||||
-m ${ram} \
|
|
||||||
-smp ${cores} \
|
-smp ${cores} \
|
||||||
|
-m ${ram} \
|
||||||
|
-device virtio-balloon \
|
||||||
-netdev ${NET},id=nic \
|
-netdev ${NET},id=nic \
|
||||||
-device virtio-net,netdev=nic \
|
-device virtio-net,netdev=nic \
|
||||||
-rtc base=localtime,clock=host \
|
-rtc base=localtime,clock=host \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue