diff options
author | David 'Digit' Turner <digit@google.com> | 2011-05-04 22:01:28 +0200 |
---|---|---|
committer | David 'Digit' Turner <digit@google.com> | 2011-05-04 22:01:28 +0200 |
commit | 9fb360ec4c47d750711c8f1776c180e3802b0aab (patch) | |
tree | 9239e69398b7905e0faaffca3f558030f468ff75 /vl-android-ui.c | |
parent | a87431b1cc389c941c5fc6d061fbd22b101cc7cd (diff) | |
download | external_qemu-9fb360ec4c47d750711c8f1776c180e3802b0aab.zip external_qemu-9fb360ec4c47d750711c8f1776c180e3802b0aab.tar.gz external_qemu-9fb360ec4c47d750711c8f1776c180e3802b0aab.tar.bz2 |
Correct fix for snapshot saving speed
QEMU is a weird animal. The "snapshot" property speeds-up snapshot
saving but also redirect all stores to a temporary file which is
deleted when the emulator exit.
Use a different property to get the desired speed-up. Note that
using "writeback" instead of "unsafe" forces the use of fdatasync()
which will still be horribly slow.
+ Argument checking in avd snapshot commands in the console.
(trying to load a name-less snapshot actually crashes the emulator).
Change-Id: Ie61f110f037bbb3539c7f9892cb03bee8bfec6bd
Diffstat (limited to 'vl-android-ui.c')
0 files changed, 0 insertions, 0 deletions