* Eduardo Habkost (ehabk...@redhat.com) wrote:
> On Thu, Jun 22, 2017 at 01:14:58PM +0100, Dr. David Alan Gilbert wrote:
> > * Eduardo Habkost (ehabk...@redhat.com) wrote:
> > > The new flag will make qemu_ram_free() discard the contents of the
> > > block. It will be used to let QEMU be configure
On Thu, Jun 22, 2017 at 01:14:58PM +0100, Dr. David Alan Gilbert wrote:
> * Eduardo Habkost (ehabk...@redhat.com) wrote:
> > The new flag will make qemu_ram_free() discard the contents of the
> > block. It will be used to let QEMU be configured to avoid flushing file
> > contents to disk when exit
* Eduardo Habkost (ehabk...@redhat.com) wrote:
> The new flag will make qemu_ram_free() discard the contents of the
> block. It will be used to let QEMU be configured to avoid flushing file
> contents to disk when exiting. As MADV_REMOVE is not always supported,
> the new code will try MADV_NOTNE
The new flag will make qemu_ram_free() discard the contents of the
block. It will be used to let QEMU be configured to avoid flushing file
contents to disk when exiting. As MADV_REMOVE is not always supported,
the new code will try MADV_NOTNEEDED in case MADV_REMOVE fails.
The new flag will also