From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvk7Z-0000ci-EE for qemu-devel@nongnu.org; Mon, 09 Nov 2015 05:56:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zvk7V-0001Ak-CR for qemu-devel@nongnu.org; Mon, 09 Nov 2015 05:56:21 -0500 Received: from mga01.intel.com ([192.55.52.88]:19912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zvk7V-0001Af-7K for qemu-devel@nongnu.org; Mon, 09 Nov 2015 05:56:17 -0500 References: <1446184587-142784-1-git-send-email-guangrong.xiao@linux.intel.com> <1446184587-142784-12-git-send-email-guangrong.xiao@linux.intel.com> <20151109121508-mutt-send-email-mst@redhat.com> From: Xiao Guangrong Message-ID: <56407A55.3040700@linux.intel.com> Date: Mon, 9 Nov 2015 18:49:57 +0800 MIME-Version: 1.0 In-Reply-To: <20151109121508-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 11/33] hostmem-file: use whole file size if possible List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: ehabkost@redhat.com, kvm@vger.kernel.org, gleb@kernel.org, mtosatti@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, imammedo@redhat.com, pbonzini@redhat.com, dan.j.williams@intel.com, rth@twiddle.net On 11/09/2015 06:17 PM, Michael S. Tsirkin wrote: > On Fri, Oct 30, 2015 at 01:56:05PM +0800, Xiao Guangrong wrote: >> Use the whole file size if @size is not specified which is useful >> if we want to directly pass a file to guest >> >> Signed-off-by: Xiao Guangrong > > Better split these simplifications off from the series. Yep, i am also little tired to respin this long series, will drop this one.