mirror of
https://github.com/qemu/qemu.git
synced 2026-07-09 01:56:21 +00:00
The documentation for the CPUClass::gdb_arch_name method claims that the returned string should be freed with g_free(). This is not correct: in commita650683871we changed this method to instead return a simple constant string, but forgot to update the documentation. Make the documentation match the new semantics. Fixes:a650683871("hw/core/cpu: Return static value with gdb_arch_name()") Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250317142819.900029-2-peter.maydell@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> (cherry picked from commit56a9f0d4c4) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>