Searched hist:"11 ae6ed8" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/backends/ |
H A D | hostmem-file.c | 11ae6ed8 Thu Aug 24 14:23:15 CDT 2017 Eduardo Habkost <ehabkost@redhat.com> hostmem-file: Add "discard-data" option 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: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20170824192315.5897-4-ehabkost@redhat.com> [ehabkost: fixup: improved documentation] Reviewed-by: Daniel P. Berrange <berrange@redhat.com> Tested-by: Zack Cornelius <zack.cornelius@kove.net> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 11ae6ed8 Thu Aug 24 14:23:15 CDT 2017 Eduardo Habkost <ehabkost@redhat.com> hostmem-file: Add "discard-data" option 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: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20170824192315.5897-4-ehabkost@redhat.com> [ehabkost: fixup: improved documentation] Reviewed-by: Daniel P. Berrange <berrange@redhat.com> Tested-by: Zack Cornelius <zack.cornelius@kove.net> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
|