From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2fU4-0007qN-Cb for qemu-devel@nongnu.org; Sat, 09 Mar 2019 12:10:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2fU3-0004ii-Qi for qemu-devel@nongnu.org; Sat, 09 Mar 2019 12:10:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49806) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h2fU3-0004f7-Ir for qemu-devel@nongnu.org; Sat, 09 Mar 2019 12:10:03 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 275A689AE0 for ; Sat, 9 Mar 2019 17:09:58 +0000 (UTC) From: Markus Armbruster References: <20190227110812.2185-1-quintela@redhat.com> <20190227110812.2185-5-quintela@redhat.com> Date: Sat, 09 Mar 2019 18:09:55 +0100 In-Reply-To: <20190227110812.2185-5-quintela@redhat.com> (Juan Quintela's message of "Wed, 27 Feb 2019 12:08:08 +0100") Message-ID: <87a7i42cv0.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 4/8] multifd: Drop x-multifd-page-count parameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org, Laurent Vivier , Thomas Huth , "Dr. David Alan Gilbert" , Paolo Bonzini Juan Quintela writes: > Libvirt don't want to expose (and explain it). From now on we measure > the number of packages in bytes instead of pages, so it is the same > independently of architecture. We choose the page size of x86. > Notice that in the following patch we make this variable. > > Signed-off-by: Juan Quintela > Reviewed-by: Dr. David Alan Gilbert Acked-by: Markus Armbruster