]> git.proxmox.com Git - mirror_qemu.git/commit
gdbstub: introduce gdb_get_max_cpus
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 3 Mar 2023 02:57:52 +0000 (18:57 -0800)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Mar 2023 20:44:08 +0000 (20:44 +0000)
commit7ea0c33deffbbfc6b378f51503139aaa036322d6
tree26a9d3f54ddc31d706147b59932459b4aed8f60a
parent589a58672e044c0415e70f018393c8406cdd5c49
gdbstub: introduce gdb_get_max_cpus

This is needed for handling vcont packets as the way of calculating
max cpus vhanges between user and softmmu mode.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230302190846.2593720-17-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-17-richard.henderson@linaro.org>
gdbstub/gdbstub.c
gdbstub/internals.h
gdbstub/softmmu.c
gdbstub/user.c