From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Subject: Re: [patch] fix qemu-kvm to build when gdbstub is disabled Date: Thu, 07 May 2009 15:31:59 +0200 Message-ID: <4A02E2CF.2080105@sgi.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Anthony Liguori , "Zhang, Xiantao" , "kvm-ia64@vger.kernel.org" , "kvm@vger.kernel.org" , qemu-devel To: Jan Kiszka Return-path: Received: from relay2.sgi.com ([192.48.179.30]:56257 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751566AbZEGNcD (ORCPT ); Thu, 7 May 2009 09:32:03 -0400 In-Reply-To: <4A02DD02.8020705@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: 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