Merge "Move to unsafe caching"

This commit is contained in:
Zuul 2019-08-20 11:23:35 +00:00 committed by Gerrit Code Review
commit a447a10b12
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
<emulator>{{ emulator }}</emulator>
{% for (imagefile, letter) in images %}
<disk type='file' device='disk'>
<driver name='qemu' type='{{ disk_format }}' cache='writeback'/>
<driver name='qemu' type='{{ disk_format }}' cache='unsafe'/>
<source file='{{ imagefile }}'/>
<!-- NOTE(lucasagomes): The virtio disk controller apparently does
not work with UEFI, so let's use IDE. -->