From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrTuE-0002Ul-PP for qemu-devel@nongnu.org; Thu, 20 Nov 2014 10:44:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrTu9-0001Gn-7Y for qemu-devel@nongnu.org; Thu, 20 Nov 2014 10:44:26 -0500 Received: from mail-lb0-f169.google.com ([209.85.217.169]:43871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrTu9-0001Gg-0w for qemu-devel@nongnu.org; Thu, 20 Nov 2014 10:44:21 -0500 Received: by mail-lb0-f169.google.com with SMTP id p9so1482027lbv.28 for ; Thu, 20 Nov 2014 07:44:20 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <0B5973D9-1BBE-46EB-857E-2FF220E6484B@livius.net> References: <1416341957-9796-1-git-send-email-ilg@livius.net> <0B5973D9-1BBE-46EB-857E-2FF220E6484B@livius.net> From: Peter Maydell Date: Thu, 20 Nov 2014 15:43:59 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2] Add the "-semihosting-config" option. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liviu Ionescu Cc: QEMU Developers On 20 November 2014 15:35, Liviu Ionescu wrote: > > On 20 Nov 2014, at 17:22, Peter Maydell wrote: > >> ... I had to move the >> declaration and definition of semihosting_target to gdbstub.h >> and gdbstub.c, because otherwise the linux-user targets won't >> compile. (They don't compile vl.c.) > > :-( > > please let me know when the changes are functional in your repo. I have pushed the minor change to my target-arm.next branch. -- PMM