qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RESEND][PATCH] gdbstub: listen on ipv4 address
@ 2009-01-26 20:24 Sebastian Herbszt
  2009-01-26 22:11 ` Anthony Liguori
  0 siblings, 1 reply; 8+ messages in thread
From: Sebastian Herbszt @ 2009-01-26 20:24 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] 8+ messages in thread

end of thread, other threads:[~2009-01-28 16:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 20:24 [Qemu-devel] [RESEND][PATCH] gdbstub: listen on ipv4 address Sebastian Herbszt
2009-01-26 22:11 ` Anthony Liguori
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

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).