Skip to content
Snippets Groups Projects
user avatar
Eduardo Habkost authored
The new option can be used to indicate that the file contents can
be destroyed and don't need to be flushed to disk when QEMU exits
or when the memory backend object is removed.

Internally, it will trigger a madvise(MADV_REMOVE) call when the
memory backend is removed.

Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
Message-Id: <20170824192315.5897-4-ehabkost@redhat.com>
[ehabkost: fixup: improved documentation]
Reviewed-by: default avatarDaniel P. Berrange <berrange@redhat.com>
Tested-by: default avatarZack Cornelius <zack.cornelius@kove.net>
Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
11ae6ed8
History