qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [RESEND][PATCH] gdbstub: listen on ipv4 address


From: Anthony Liguori
Subject: Re: [Qemu-devel] Re: [RESEND][PATCH] gdbstub: listen on ipv4 address
Date: Tue, 27 Jan 2009 16:57:59 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Sebastian Herbszt wrote:
Anthony Liguori wrote:
Sebastian Herbszt wrote:
Make gdbstub listen on ipv4 address like before r5697.

Any reason to make it explicit?

There seems to be no support for IPv6 in gdb.

Are you unable to connect without the ipv4 option? My understanding was that we shouldn't explicitly need this option.

Regards,

Anthony Liguori


BTW, the patch needs a signed-off-by.

Signed-off-by: Sebastian Herbszt <address@hidden>

- Sebastian

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;
    }















reply via email to

[Prev in Thread] Current Thread [Next in Thread]