From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Date: Thu, 07 May 2009 11:38:11 +0000 Subject: Re: [patch] fix qemu-kvm to build when gdbstub is disabled Message-Id: <4A02C823.3070304@siemens.com> List-Id: References: <4A01AFE8.3020008@sgi.com> In-Reply-To: <4A01AFE8.3020008@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Avi Kivity wrote: > Jan Kiszka wrote: >>> I agree, unless >>> >>> - we want to make gdbstub support configurable (don't see any >>> overwhelming reason for this, but maybe others do) >>> - we want to merge ia64 kvm support upstream, and don't want to impose >>> gdbstub support (though I'd recommend properly implementing gdbstub) >>> >>> In any case, I'm okay with dropping the check upstream and applying the >>> local fixup. >>> >> >> The last ia64 tcg patch I saw one or two days ago was missing gdb >> support, too (and may suffer from some brokenness for that reason). > > I didn't see ia64/tcg. Did you mean s390? That was host only IIRC. Ah, you are right. Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [patch] fix qemu-kvm to build when gdbstub is disabled Date: Thu, 07 May 2009 13:38:11 +0200 Message-ID: <4A02C823.3070304@siemens.com> References: <4A01AFE8.3020008@sgi.com> <706158FABBBA044BAD4FE898A02E4BC236AC6F59@pdsmsx503.ccr.corp.intel.com> <4A02AA81.90809@redhat.com> <4A02BD27.5050401@siemens.com> <4A02BF59.6030103@redhat.com> <4A02C277.4000402@siemens.com> <4A02C5F1.4060205@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Zhang, Xiantao" , Jes Sorensen , "kvm-ia64@vger.kernel.org" , "kvm@vger.kernel.org" , qemu-devel To: Avi Kivity Return-path: Received: from lizzard.sbs.de ([194.138.37.39]:21219 "EHLO lizzard.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753330AbZEGLik (ORCPT ); Thu, 7 May 2009 07:38:40 -0400 In-Reply-To: <4A02C5F1.4060205@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > Jan Kiszka wrote: >>> I agree, unless >>> >>> - we want to make gdbstub support configurable (don't see any >>> overwhelming reason for this, but maybe others do) >>> - we want to merge ia64 kvm support upstream, and don't want to impose >>> gdbstub support (though I'd recommend properly implementing gdbstub) >>> >>> In any case, I'm okay with dropping the check upstream and applying the >>> local fixup. >>> >> >> The last ia64 tcg patch I saw one or two days ago was missing gdb >> support, too (and may suffer from some brokenness for that reason). > > I didn't see ia64/tcg. Did you mean s390? That was host only IIRC. Ah, you are right. Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M21vp-0007mn-DJ for qemu-devel@nongnu.org; Thu, 07 May 2009 07:38:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M21vk-0007lD-6N for qemu-devel@nongnu.org; Thu, 07 May 2009 07:38:28 -0400 Received: from [199.232.76.173] (port=47980 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M21vi-0007l4-Nk for qemu-devel@nongnu.org; Thu, 07 May 2009 07:38:23 -0400 Received: from lizzard.sbs.de ([194.138.37.39]:21179) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M21vi-0007He-6N for qemu-devel@nongnu.org; Thu, 07 May 2009 07:38:22 -0400 Message-ID: <4A02C823.3070304@siemens.com> Date: Thu, 07 May 2009 13:38:11 +0200 From: Jan Kiszka 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> <4A02C277.4000402@siemens.com> <4A02C5F1.4060205@redhat.com> In-Reply-To: <4A02C5F1.4060205@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: Avi Kivity Cc: "kvm-ia64@vger.kernel.org" , Jes Sorensen , "kvm@vger.kernel.org" , qemu-devel Avi Kivity wrote: > Jan Kiszka wrote: >>> I agree, unless >>> >>> - we want to make gdbstub support configurable (don't see any >>> overwhelming reason for this, but maybe others do) >>> - we want to merge ia64 kvm support upstream, and don't want to impose >>> gdbstub support (though I'd recommend properly implementing gdbstub) >>> >>> In any case, I'm okay with dropping the check upstream and applying the >>> local fixup. >>> >> >> The last ia64 tcg patch I saw one or two days ago was missing gdb >> support, too (and may suffer from some brokenness for that reason). > > I didn't see ia64/tcg. Did you mean s390? That was host only IIRC. Ah, you are right. Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux