Add vm-configs for WNI

This commit is contained in:
Marek Marczykowski-Górecki 2013-08-02 20:29:30 +02:00
parent ec37a4e681
commit e2bea656b4
3 changed files with 20 additions and 0 deletions

View File

@ -6,5 +6,7 @@ from qubes.storage.wni import QubesWniVmStorage
def apply(system_path, vm_files, defaults):
system_path['qubes_base_dir'] = 'c:\\qubes'
system_path['config_template_pv'] = 'c:/program files/Invisible Things Lab/Qubes/vm-template.xml'
system_path['config_template_hvm'] = 'c:/program files/Invisible Things Lab/Qubes/vm-template-hvm.xml'
defaults['libvirt_uri'] = 'test:///default'
defaults['storage_class'] = QubesWniVmStorage

View File

@ -0,0 +1,9 @@
<domain type='test'>
<name>{name}</name>
{uuidnode}
<memory unit='MiB'>{maxmem}</memory>
<os>
<type>hvm</type>
</os>
</domain>

View File

@ -0,0 +1,9 @@
<domain type='test'>
<name>{name}</name>
{uuidnode}
<memory unit='MiB'>{maxmem}</memory>
<os>
<type>pv</type>
</os>
</domain>