From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60359) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjUua-0007YX-Vg for Qemu-devel@nongnu.org; Wed, 29 Oct 2014 11:11:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjUuR-0003tJ-VV for Qemu-devel@nongnu.org; Wed, 29 Oct 2014 11:11:48 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:36109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjUuR-0003t2-NB for Qemu-devel@nongnu.org; Wed, 29 Oct 2014 11:11:39 -0400 Received: by mail-lb0-f171.google.com with SMTP id u10so721310lbd.30 for ; Wed, 29 Oct 2014 08:11:38 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <545103A7.203@redhat.com> Date: Wed, 29 Oct 2014 16:11:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <2753E2F1-FF07-467C-8DCC-569A5BCDA915@livius.net> <8B682701-7ECB-4741-917F-ABDFB5F576B9@livius.net> <5200B6C9-6E30-4B71-9DEB-42BBCD873FC9@livius.net> <0ECC542D-7CF1-4D17-B689-46DF4CCE8F7D@livius.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Better Cortex-M support? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Liviu Ionescu Cc: QEMU Developers On 10/28/2014 03:40 PM, Peter Maydell wrote: > I think writes via gdb will be treated in the same way as > writes by the CPU (ie interpreted as attempts to program > the flash device). QEMU doesn't support a "debug access" > abstraction. I think they should work right. See cpu_memory_rw_debug. Paolo