OSDN Git Service

disas: Move softmmu specific code to separate file
authorThomas Huth <thuth@redhat.com>
Tue, 9 May 2023 16:14:36 +0000 (17:14 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 11 May 2023 08:49:55 +0000 (09:49 +0100)
commite22d3c48db6fea230a24881a6a29766f2156283a
treeeb283cc308101cec319202e3f32159038df5d64f
parent45dfbd4320cc29a06b4921fe21a145e9a4f87323
disas: Move softmmu specific code to separate file

We'd like to move disas.c into the common code source set, where
CONFIG_USER_ONLY is not available anymore. So we have to move
the related code into a separate file instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230508133745.109463-2-thuth@redhat.com>
[rth: Type change done in a separate patch]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
disas/disas-internal.h [new file with mode: 0644]
disas/disas-mon.c [new file with mode: 0644]
disas/disas.c
disas/meson.build