From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXwql-00083G-69 for qemu-devel@nongnu.org; Mon, 22 Feb 2016 15:12:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXwqk-0005d7-C0 for qemu-devel@nongnu.org; Mon, 22 Feb 2016 15:12:55 -0500 Date: Mon, 22 Feb 2016 22:12:41 +0200 From: "Michael S. Tsirkin" Message-ID: <20160222220400-mutt-send-email-mst@redhat.com> References: <1456144729-17196-1-git-send-email-mst@redhat.com> <1456151216.29896.63.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456151216.29896.63.camel@redhat.com> Subject: Re: [Qemu-devel] [PATCH RFC] fw-cfg: support writeable blobs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Peter Maydell , Xiao Guangrong , Eduardo Habkost , Igor Mammedov , "Gabriel L. Somlo" , qemu-devel@nongnu.org, Michael Walle , Kevin O'Connor , qemu-arm@nongnu.org, Shannon Zhao , Paolo Bonzini , Richard Henderson On Mon, Feb 22, 2016 at 03:26:56PM +0100, Gerd Hoffmann wrote: > On Mo, 2016-02-22 at 14:41 +0200, Michael S. Tsirkin wrote: > > Useful to send guest data back to QEMU. > > Use case? > > cheers, > Gerd VM GEN ID at least wants to pass address of some blob in guest memory to host. Apparently, that's also useful for nvdimm. A reasonable way to do that seems to be to write it into fw cfg file, this way it's also migrated automatically. -- MST