]> git.proxmox.com Git - mirror_qemu.git/commit
gdbstub: Rename 'softmmu' -> 'system'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 4 Oct 2023 09:06:22 +0000 (11:06 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 7 Oct 2023 17:02:59 +0000 (19:02 +0200)
commit3f7d1bdab0e98190245394875acf0d6d04b5de5b
treeae96c6944ebc3a5cb23e2c98b20c36ac1252af55
parent0017c64e1ce298796caee2d38bde9d7fc59a1510
gdbstub: Rename 'softmmu' -> 'system'

We have gdbstub/user.c for user emulation code,
use gdbstub/system.c for system emulation part.

Rename s/softmmu/system/ in meson and few comments.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231004090629.37473-8-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
gdbstub/internals.h
gdbstub/meson.build
gdbstub/softmmu.c [deleted file]
gdbstub/system.c [new file with mode: 0644]
gdbstub/trace-events