Merge branch 'libvirt-template-r41'
* libvirt-template-r41: libvirt: adjust domain xml template for upstream PVH format
This commit is contained in:
commit
c093e14077
@ -949,7 +949,7 @@ class TC_90_QubesVM(QubesVMTestsMixin, qubes.tests.QubesTestCase):
|
||||
<feature name='smap' policy='disable'/>
|
||||
</cpu>
|
||||
<os>
|
||||
<type arch="x86_64" machine="xenfv">pvh</type>
|
||||
<type arch="x86_64" machine="xenpvh">xenpvh</type>
|
||||
<kernel>/tmp/kernel/vmlinuz</kernel>
|
||||
<initrd>/tmp/kernel/initramfs</initrd>
|
||||
<cmdline>root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat</cmdline>
|
||||
@ -1019,7 +1019,7 @@ class TC_90_QubesVM(QubesVMTestsMixin, qubes.tests.QubesTestCase):
|
||||
<feature name='smap' policy='disable'/>
|
||||
</cpu>
|
||||
<os>
|
||||
<type arch="x86_64" machine="xenfv">pvh</type>
|
||||
<type arch="x86_64" machine="xenpvh">xenpvh</type>
|
||||
<kernel>/tmp/kernel/vmlinuz</kernel>
|
||||
<initrd>/tmp/kernel/initramfs</initrd>
|
||||
<cmdline>root=/dev/mapper/dmroot ro nomodeset console=hvc0 rd_NO_PLYMOUTH rd.plymouth.enable=0 plymouth.enable=0 nopat</cmdline>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<boot dev="hd" />
|
||||
{% else %}
|
||||
{% if vm.virt_mode == 'pvh' %}
|
||||
<type arch="x86_64" machine="xenfv">pvh</type>
|
||||
<type arch="x86_64" machine="xenpvh">xenpvh</type>
|
||||
{% else %}
|
||||
<type arch="x86_64" machine="xenpv">linux</type>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user