]> git.proxmox.com Git - mirror_qemu.git/commit - gdbstub/softmmu.c
gdbstub: lightly refactor connection to avoid snprintf
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 30 Jun 2023 18:04:13 +0000 (19:04 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 3 Jul 2023 11:52:30 +0000 (12:52 +0100)
commitd2fe226467995c6843bba98da2e51dd5e85cef58
tree01e47fe9f1b8fa821adb062b9f277644832cd427
parent43398409ce1a7fa83856f6141204aa103f0fe72c
gdbstub: lightly refactor connection to avoid snprintf

This may be a bit too much to avoid an snprintf and the slightly dodgy
assign to a const variable. But hopefully not.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230630180423.558337-29-alex.bennee@linaro.org>
gdbstub/softmmu.c