From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M23ho-0001c8-HN for qemu-devel@nongnu.org; Thu, 07 May 2009 09:32:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M23hj-0001bw-TD for qemu-devel@nongnu.org; Thu, 07 May 2009 09:32:08 -0400 Received: from [199.232.76.173] (port=36300 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M23hj-0001bt-Q8 for qemu-devel@nongnu.org; Thu, 07 May 2009 09:32:03 -0400 Received: from relay2.sgi.com ([192.48.179.30]:34356 helo=relay.sgi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M23hj-0000kb-IU for qemu-devel@nongnu.org; Thu, 07 May 2009 09:32:03 -0400 Message-ID: <4A02E2CF.2080105@sgi.com> Date: Thu, 07 May 2009 15:31:59 +0200 From: Jes Sorensen MIME-Version: 1.0 References: <4A01AFE8.3020008@sgi.com> <706158FABBBA044BAD4FE898A02E4BC236AC6F59@pdsmsx503.ccr.corp.intel.com> <4A02AA81.90809@redhat.com> <4A02BD27.5050401@siemens.com> <4A02BF59.6030103@redhat.com> <4A02D539.6040705@sgi.com> <4A02DB34.2080707@siemens.com> <4A02DC14.9010507@sgi.com> <4A02DD02.8020705@siemens.com> In-Reply-To: <4A02DD02.8020705@siemens.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [patch] fix qemu-kvm to build when gdbstub is disabled List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , "kvm@vger.kernel.org" , "kvm-ia64@vger.kernel.org" , qemu-devel , Avi Kivity Jan Kiszka wrote: > I'm not asking for full gdbstub support at this point, just for a build > workaround at arch-level (or in arch-specific blocks, in gdbstub.c e.g.) > instead of patching generic code with global risk of regressions. Oh, I see. I already submitted that to Avi, making gdb_set_stop_cpu() a noop on ia64. Since there's no target-ia64/ directory in mainline qemu.git yet, that fix will have to live in qemu-kvm for the time being. I am fine if you wish to remove all the #ifdef CONFIG_GDBSTUB bits. Cheers, Jes