03.10.2017 17:06, Paolo Bonzini wrote:
On 03/10/2017 15:35, Vladimir Sementsov-Ogievskiy wrote:
In the end this probably means that you have a read_chunk_header
function and a read_chunk function.  READ has a loop that calls
read_chunk_header followed by direct reading into the QEMUIOVector,
while everyone else calls read_chunk.
accordingly to spec, we can receive several error reply chunks to any
request,
so loop, receiving them should be common for all requests I think
as well as handling error chunks should be common..
Yes, reading error chunks should be part of read_chunk_header.

Paolo

So, you want a loop in READ, and separate loop for other commands? Then we will have separate loop for BLOCK_STATUS and for all future commands with specific replies?

--
Best regards,
Vladimir


Reply via email to