From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZzHs-0004mI-AW for qemu-devel@nongnu.org; Sat, 26 Oct 2013 04:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VZzHn-00023S-II for qemu-devel@nongnu.org; Sat, 26 Oct 2013 04:32:00 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:35113 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VZzHn-00023L-CV for qemu-devel@nongnu.org; Sat, 26 Oct 2013 04:31:55 -0400 References: <1382451366-9539-1-git-send-email-alex.bennee@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Sat, 26 Oct 2013 09:31:51 +0100 Message-ID: <871u388mbs.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v4] integrator: fix Linux boot failure by emulating dbg region List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Claudio Fontana , QEMU Developers , Andreas =?utf-8?Q?F=C3=A4rber?= peter.maydell@linaro.org writes: > On 22 October 2013 15:16, wrote: >> +typedef struct { >> + SysBusDevice parent_obj; >> + >> + MemoryRegion iomem; >> + >> + uint32_t alpha; >> + uint32_t leds; >> + uint32_t switches; >> +} IntegratorDebugState > > You forgot to remove these unused fields. I've done so > and added that slightly-edited patch to target-arm.next. Doh, sorry about that. Thanks. > > thanks > -- PMM -- Alex Bennée