From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwXGT-0006mn-V3 for qemu-devel@nongnu.org; Wed, 11 Nov 2015 10:24:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwXGN-0003vV-V4 for qemu-devel@nongnu.org; Wed, 11 Nov 2015 10:24:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwXGN-0003vM-Pd for qemu-devel@nongnu.org; Wed, 11 Nov 2015 10:24:43 -0500 Date: Wed, 11 Nov 2015 17:24:40 +0200 From: "Michael S. Tsirkin" Message-ID: <20151111172415-mutt-send-email-mst@redhat.com> References: <1447251876-4811-1-git-send-email-victork@redhat.com> <1366243584.6979611.1447252337630.JavaMail.zimbra@redhat.com> <20151111171615-mutt-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] vhost-user: modify SET_LOG_BASE to pass mmap size and offset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Marc-Andr=E9?= Lureau Cc: Victor Kaplansky , QEMU On Wed, Nov 11, 2015 at 04:23:33PM +0100, Marc-Andr=E9 Lureau wrote: > Hi >=20 > On Wed, Nov 11, 2015 at 4:17 PM, Michael S. Tsirkin wr= ote: > > Remote doesn't know the size though, and offset is only there > > in the current implementation. >=20 > It can compute the size based on the mem tables. But it could be more > future-proof to add these informations. Right. Doing it now means we won't need a separate feature flag for it. > --=20 > Marc-Andr=E9 Lureau