From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Aneesh Kumar K.V" Subject: Re: [PATCH] qemu-kvm: Drop obsolete CONFIG_GDBSTUB Date: Thu, 21 May 2009 16:27:38 +0530 Message-ID: <20090521105738.GA4992@skywalker> References: <4A1507EF.1050500@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm-devel To: Jan Kiszka Return-path: Received: from e28smtp08.in.ibm.com ([59.145.155.8]:55696 "EHLO e28smtp08.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752557AbZEUK5l (ORCPT ); Thu, 21 May 2009 06:57:41 -0400 Received: from d28relay04.in.ibm.com (d28relay04.in.ibm.com [9.184.220.61]) by e28smtp08.in.ibm.com (8.13.1/8.13.1) with ESMTP id n4LADeEa024700 for ; Thu, 21 May 2009 15:43:40 +0530 Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay04.in.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n4LAveCZ1982512 for ; Thu, 21 May 2009 16:27:40 +0530 Received: from d28av01.in.ibm.com (loopback [127.0.0.1]) by d28av01.in.ibm.com (8.13.1/8.13.3) with ESMTP id n4LAveY0016683 for ; Thu, 21 May 2009 16:27:40 +0530 Content-Disposition: inline In-Reply-To: <4A1507EF.1050500@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, May 21, 2009 at 09:51:11AM +0200, Jan Kiszka wrote: > This fixes the recently reported gdbstub regression of qemu-kvm. > > Signed-off-by: Jan Kiszka > --- > > qemu-kvm.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/qemu-kvm.c b/qemu-kvm.c > index 98c7cd7..bc3d7db 100644 > --- a/qemu-kvm.c > +++ b/qemu-kvm.c > @@ -606,13 +606,11 @@ int kvm_main_loop(void) > qemu_system_powerdown(); > else if (qemu_reset_requested()) > qemu_kvm_system_reset(); > -#ifdef CONFIG_GDBSTUB > else if (kvm_debug_cpu_requested) { > gdb_set_stop_cpu(kvm_debug_cpu_requested); > vm_stop(EXCP_DEBUG); > kvm_debug_cpu_requested = NULL; > } > -#endif > } > > pause_all_threads(); > Applied this patch to qemu-kvm tree and I get the error " Remote 'g' packet reply is too long". Is there any other pathches i should try ? -aneesh