public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
To: Jan Kiszka <jan.kiszka@web.de>
Cc: Avi Kivity <avi@redhat.com>, kvm-devel <kvm@vger.kernel.org>
Subject: Re: [PATCH] qemu-kvm: Drop obsolete CONFIG_GDBSTUB
Date: Thu, 21 May 2009 16:27:38 +0530	[thread overview]
Message-ID: <20090521105738.GA4992@skywalker> (raw)
In-Reply-To: <4A1507EF.1050500@web.de>

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 <jan.kiszka@siemens.com>
> ---
> 
>  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

  parent reply	other threads:[~2009-05-21 10:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-21  7:51 [PATCH] qemu-kvm: Drop obsolete CONFIG_GDBSTUB Jan Kiszka
2009-05-21  7:53 ` Avi Kivity
2009-05-21 10:57 ` Aneesh Kumar K.V [this message]
2009-05-21 11:09   ` Aneesh Kumar K.V

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090521105738.GA4992@skywalker \
    --to=aneesh.kumar@linux.vnet.ibm.com \
    --cc=avi@redhat.com \
    --cc=jan.kiszka@web.de \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox