qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v9 00/20] Initial support for multi-process Qemu


From: Jag Raman
Subject: Re: [PATCH v9 00/20] Initial support for multi-process Qemu
Date: Thu, 24 Sep 2020 10:33:51 -0400


> On Sep 24, 2020, at 4:38 AM, Stefan Hajnoczi <stefanha@redhat.com> wrote:
> 
> On Thu, Aug 27, 2020 at 11:12:11AM -0700, elena.ufimtseva@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

[Prev in Thread] Current Thread [Next in Thread]