aboutsummaryrefslogtreecommitdiffstats
path: root/vl-android.c
diff options
context:
space:
mode:
Diffstat (limited to 'vl-android.c')
-rw-r--r--vl-android.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vl-android.c b/vl-android.c
index b024bef..a1b88be 100644
--- a/vl-android.c
+++ b/vl-android.c
@@ -5095,9 +5095,9 @@ int main(int argc, char **argv, char **envp)
hdb_opts = drive_add(spath, HD_ALIAS, 1);
/* VERY IMPORTANT:
* Set this property or the file will be mounted with O_DIRECT,
- * which will slow down snapshot saving.x100 !
+ * which will slow down snapshot saving x100 !
*/
- qemu_opt_set(hdb_opts, "snapshot", "on");
+ qemu_opt_set(hdb_opts, "cache", "unsafe");
}
}