core: changes in libvirt config for libvirt-1.2.12
This commit is contained in:
parent
17a92dd179
commit
89f8f219bf
@ -996,7 +996,7 @@ class QubesVm(object):
|
||||
" <mac address='{mac}'/>\n" \
|
||||
" <ip address='{ip}'/>\n" \
|
||||
" <script path='vif-route-qubes'/>\n" \
|
||||
" <domain name='{backend}'/>\n" \
|
||||
" <source domain='{backend}'/>\n" \
|
||||
" </interface>\n"
|
||||
return template.format(ip=ip, mac=mac, backend=backend)
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
<on_reboot>destroy</on_reboot>
|
||||
<on_crash>destroy</on_crash>
|
||||
<devices>
|
||||
<emulator>stubdom-dm</emulator>
|
||||
<emulator type='stubdom'/>
|
||||
{rootdev}
|
||||
{privatedev}
|
||||
{otherdevs}
|
||||
|
Loading…
Reference in New Issue
Block a user