qemu-devel
[Top][All Lists]
Advanced

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

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


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

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









reply via email to

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