Re: [RFC patch v1 1/3] qemu-file: introduce current buffer

2020-04-24 Thread Eric Blake
On 4/13/20 6:12 AM, Denis Plotnikov wrote: To approach async wrtiting in the further commits, the buffer writing allocated in QEMUFile struct is replaced with the link to the current buffer. We're going to use many buffers to write the qemu file stream to the unerlying storage

Re: [RFC patch v1 1/3] qemu-file: introduce current buffer

2020-04-24 Thread Vladimir Sementsov-Ogievskiy
13.04.2020 14:12, Denis Plotnikov wrote: To approach async wrtiting in the further commits, the buffer allocated in QEMUFile struct is replaced with the link to the current buffer. We're going to use many buffers to write the qemu file stream to the unerlying storage asynchronously. The current

[RFC patch v1 1/3] qemu-file: introduce current buffer

2020-04-13 Thread Denis Plotnikov
To approach async wrtiting in the further commits, the buffer allocated in QEMUFile struct is replaced with the link to the current buffer. We're going to use many buffers to write the qemu file stream to the unerlying storage asynchronously. The current buffer points out to the buffer is