]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
gdbstub: move chunks of user code into own files
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 3 Mar 2023 02:57:47 +0000 (18:57 -0800)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Mar 2023 20:44:04 +0000 (20:44 +0000)
commitd96bf49ba842e8e1b73c7884d2be084582f34228
tree9f0d36d6b8e5f3d1778439b39b27b1760261ef06
parentb6fa2ec238e48d0bfba618011ec154867e386587
gdbstub: move chunks of user code into own files

The process was pretty similar to the softmmu move except we take the
time to split stuff between user.c and user-target.c to avoid as much
target specific compilation as possible. We also start to make use of
our shiny new header scheme so the user-only helpers can be included
without the rest of the exec/gsbstub.h cruft.

As before we split some functions into user and softmmu versions

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230302190846.2593720-12-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-12-richard.henderson@linaro.org>
13 files changed:
MAINTAINERS
bsd-user/main.c
bsd-user/signal.c
gdbstub/gdbstub.c
gdbstub/internals.h
gdbstub/meson.build
gdbstub/softmmu.c
gdbstub/user-target.c [new file with mode: 0644]
gdbstub/user.c
include/exec/gdbstub.h
include/gdbstub/user.h [new file with mode: 0644]
linux-user/main.c
linux-user/signal.c