qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 07/22] vhost: alloc shareable log


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH v4 07/22] vhost: alloc shareable log
Date: Mon, 21 Sep 2015 23:44:38 +0200

Hi

On Mon, Sep 21, 2015 at 9:29 PM, Michael S. Tsirkin <address@hidden> wrote:
>> Can this be considered a future enhancement?
>
> What's the big issue? Just count the devices that need a shared one, if
> that count is 0 reallocate with shared == false.


But then it should also VHOST_SET_LOG_BASE all the other devices with
the new log, unless you want to tackle only the future log users. So
it needs to track all the users of the log. Is there a clear benefit
of this? since the memory isn't shared without the memfd passed to
another process and the overhead of memfd is probably quite small, and
pre-shm or future resize will not use the shared memory already.

-- 
Marc-André Lureau



reply via email to

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