core: changes in libvirt config for libvirt-1.2.12

This commit is contained in:
Marek Marczykowski-Górecki 2015-02-05 06:31:00 +01:00
parent 17a92dd179
commit 89f8f219bf
2 changed files with 2 additions and 2 deletions

View File

@ -996,7 +996,7 @@ class QubesVm(object):
" <mac address='{mac}'/>\n" \ " <mac address='{mac}'/>\n" \
" <ip address='{ip}'/>\n" \ " <ip address='{ip}'/>\n" \
" <script path='vif-route-qubes'/>\n" \ " <script path='vif-route-qubes'/>\n" \
" <domain name='{backend}'/>\n" \ " <source domain='{backend}'/>\n" \
" </interface>\n" " </interface>\n"
return template.format(ip=ip, mac=mac, backend=backend) return template.format(ip=ip, mac=mac, backend=backend)

View File

@ -22,7 +22,7 @@
<on_reboot>destroy</on_reboot> <on_reboot>destroy</on_reboot>
<on_crash>destroy</on_crash> <on_crash>destroy</on_crash>
<devices> <devices>
<emulator>stubdom-dm</emulator> <emulator type='stubdom'/>
{rootdev} {rootdev}
{privatedev} {privatedev}
{otherdevs} {otherdevs}