From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W092L-0004Aw-QO for qemu-devel@nongnu.org; Mon, 06 Jan 2014 07:12:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W092D-0008DS-EF for qemu-devel@nongnu.org; Mon, 06 Jan 2014 07:12:05 -0500 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:64827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W092D-0008DF-72 for qemu-devel@nongnu.org; Mon, 06 Jan 2014 07:11:57 -0500 Received: by mail-ea0-f171.google.com with SMTP id h10so7802535eak.2 for ; Mon, 06 Jan 2014 04:11:55 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52CA9D89.7050705@redhat.com> Date: Mon, 06 Jan 2014 13:11:53 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1388640940-12782-1-git-send-email-lig.fnst@cn.fujitsu.com> <52C52170.1040904@redhat.com> <52C5588B.30804@redhat.com> <52C9FE6B.4050408@cn.fujitsu.com> <52CA2922.1010308@cn.fujitsu.com> <52CA2FA1.6080002@cn.fujitsu.com> <52CA368B.2080506@cn.fujitsu.com> <52CA3E19.90900@cn.fujitsu.com> <52CA40D1.4050409@cn.fujitsu.com> In-Reply-To: <52CA40D1.4050409@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/misc/blob-loader: add a generic blob loader List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li Guang Cc: Peter Maydell , Peter Crosthwaite , "qemu-devel@nongnu.org Developers" Il 06/01/2014 06:36, Li Guang ha scritto: >> dma_memory_write() work? > > what about cpu_physical_memory_write_rom ? Sorry, I missed that load_image_targphys is already doing the right thing on reset. Paolo