Commit 55c37d96 by Zoltan Karsa

boomenu

parent 905a35ca
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
"-cpu", "host,ss=on,vmx=on,pcid=on,-hypervisor,arat=on,tsc-adjust=on,umip=on,md-clear=on,stibp=on, "-cpu", "host,ss=on,vmx=on,pcid=on,-hypervisor,arat=on,tsc-adjust=on,umip=on,md-clear=on,stibp=on,
arch-capabilities=on,ssbd=on,xsaveopt=on,pdpe1gb=on,ibpb=on,amd-stibp=on,amd-ssbd=on, arch-capabilities=on,ssbd=on,xsaveopt=on,pdpe1gb=on,ibpb=on,amd-stibp=on,amd-ssbd=on,
skip-l1dfl-vmentry=on,pschange-mc-no=on,hv-vapic,hv_time,hv-spinlocks=0x1fff,hv-vendor-id=null, skip-l1dfl-vmentry=on,pschange-mc-no=on,hv-vapic,hv_time,hv-spinlocks=0x1fff,hv-vendor-id=null,
kvm=off,topoext=on", "-rtc", kvm=off,topoext=on"
"clock=host,base=localtime", -rtc clock=host,base=localtime",
"-m", "4096", "-smp", "cores=1,threads=2,sockets=1", "-m", "4096", "-smp", "cores=1,threads=2,sockets=1",
"-hda", "/home/cloud/.local/libvf.io/live/99a34fe5-451a-4b68-a692-3b5ec2e46849", "-hda", "/home/cloud/.local/libvf.io/live/99a34fe5-451a-4b68-a692-3b5ec2e46849",
"--enable-kvm", "--enable-kvm",
......
...@@ -11,22 +11,20 @@ ...@@ -11,22 +11,20 @@
</cpu> </cpu>
<os> <os>
<type arch='x86_64' machine='pc-q35-4.2'>hvm</type> <type arch='x86_64' machine='pc-q35-4.2'>hvm</type>
<bootmenu enable='yes'/>
</os> </os>
<devices> <devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator> <emulator>/usr/bin/qemu-system-x86_64</emulator>
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/> <driver name='qemu' type='qcow2'/>
<source file='{{ disk }}'/> <source file='{{ disk }}'/>
<target dev='hda' bus='virtio'/> <target dev='sda' bus='sata'/>
<boot order='1'/>
</disk> </disk>
{% if boot_iso %} {% if boot_iso %}
<disk type='file' device='disk'> <disk type='file' device='disk'>
<driver name='qemu' type='raw'/> <driver name='qemu' type='raw'/>
<source file='{{ iso }}' index='1'/> <source file='{{ iso }}'/>
<target dev='hdc' bus='virtio'/> <target dev='sdb' bus='sata'/>
<readonly/>
<boot order='2'/>
</disk> </disk>
{% endif %} {% endif %}
<interface type='network'> <interface type='network'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment