From: Anthony Liguori <anthony@codemonkey.ws>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [RESEND][PATCH] gdbstub: listen on ipv4 address
Date: Mon, 26 Jan 2009 16:11:23 -0600 [thread overview]
Message-ID: <497E350B.6080003@codemonkey.ws> (raw)
In-Reply-To: <6DF473C7837D4A31A3A6AF10F70F0F63@FSCPC>
Sebastian Herbszt wrote:
> Make gdbstub listen on ipv4 address like before r5697.
Any reason to make it explicit?
BTW, the patch needs a signed-off-by.
Regards,
Anthony Liguori
> - Sebastian
>
> --- qemu-r6133/gdbstub.c.orig Sat Dec 27 15:57:16 2008
> +++ qemu-r6133/gdbstub.c Sat Dec 27 15:57:29 2008
> @@ -2276,7 +2276,7 @@
> if (*p == 0) {
> /* A numeric value is interpreted as a port number. */
> snprintf(gdbstub_port_name, sizeof(gdbstub_port_name),
> - "tcp::%d,nowait,nodelay,server", port_num);
> + "tcp::%d,nowait,nodelay,server,ipv4", port_num);
> port = gdbstub_port_name;
> }
>
>
>
>
next prev parent reply other threads:[~2009-01-26 22:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-26 20:24 [Qemu-devel] [RESEND][PATCH] gdbstub: listen on ipv4 address Sebastian Herbszt
2009-01-26 22:11 ` Anthony Liguori [this message]
2009-01-27 22:32 ` [Qemu-devel] " Sebastian Herbszt
2009-01-27 22:57 ` Anthony Liguori
2009-01-28 9:14 ` Jan Kiszka
2009-01-28 10:38 ` Daniel P. Berrange
2009-01-28 12:04 ` Jan Kiszka
2009-01-28 16:39 ` Jamie Lokier
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=497E350B.6080003@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).