From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcxe5-000397-Na for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:32:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zcxe0-0002xv-U5 for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:32:17 -0400 Received: from mail-vk0-f48.google.com ([209.85.213.48]:34440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcxe0-0002xd-R3 for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:32:12 -0400 Received: by vkhf67 with SMTP id f67so32150527vkh.1 for ; Fri, 18 Sep 2015 08:32:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1442566729-5133-4-git-send-email-markmb@redhat.com> References: <1442566703-5091-1-git-send-email-markmb@redhat.com> <1442566729-5133-1-git-send-email-markmb@redhat.com> <1442566729-5133-4-git-send-email-markmb@redhat.com> From: Peter Maydell Date: Fri, 18 Sep 2015 16:31:53 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 3/5] Implement fw_cfg DMA interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Marc_Mar=C3=AD?= Cc: Drew , Stefan Hajnoczi , QEMU Developers , Kevin O'Connor , Gerd Hoffmann , Laszlo On 18 September 2015 at 09:58, Marc Mar=C3=AD wrote: > Based on the specifications on docs/specs/fw_cfg.txt > > This interface is an addon. The old interface can still be used as usual. > > Based on Gerd Hoffman's initial implementation. > > Signed-off-by: Marc Mar=C3=AD Reviewed-by: Peter Maydell thanks -- PMM