QEmu GDB stub uses IPv6 instead of v4 (or both)
Bug #562107 reported by
mterwoord
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Expired
|
Undecided
|
Unassigned | ||
Bug Description
This bug has been reported by several people already.
See http://
and http://
Seems like a very easy fix.
Regards,
Matthijs ter Woord

There is an alternative way to force gdbserver to use ipv4 instead ipv6 without changing the source code.
Use this command:
c:\>qemu -S -gdb tcp::1234,ipv4 <...other parameters>
Works for me until there is a bugfix for this.
Thanks.