> On Sep 24, 2020, at 4:38 AM, Stefan Hajnoczi <stefa...@redhat.com> wrote:
> 
> On Thu, Aug 27, 2020 at 11:12:11AM -0700, elena.ufimts...@oracle.com wrote:
>> The v9 has the following changes:
>> - Communication channel. Qemu side uses blocking call to send
>>  and receive the message from the remote and cannot progress
>>  further until the remote side replies. Enhanced the
>>  communication channel by dropping iothread lock before blocking
>>  on Qemu end. Use the co-routines on the remote end to avoid
>>  blocking QMP monitor;
>> - removed the heartbeat functionality, it will be added later
>>  in a full extent;
>> - fixed leaked errors and similar fixes;
>> - eliminated bytestream passing over the channel;
>> - The build system had to be changed in order to accomodate the
>>  latest changes in Qemu to use Kconfig/mason.
> 
> Thanks, I left comments but I'm happy with most patches now.

Thank you for the comments, Stefan. We will address them in the next series.

—
Jag

> 
> Stefan


Reply via email to