* [Qemu-devel] [PATCH] gdbstub: listen on ipv4 address
@ 2008-12-27 18:30 Sebastian Herbszt
0 siblings, 0 replies; only message in thread
From: Sebastian Herbszt @ 2008-12-27 18:30 UTC (permalink / raw)
To: qemu-devel
Make gdbstub listen on ipv4 address like before r5697.
- 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;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-27 18:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-27 18:30 [Qemu-devel] [PATCH] gdbstub: listen on ipv4 address Sebastian Herbszt
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).