]> git.ipfire.org Git - thirdparty/qemu.git/commit
stubs: split record/replay stubs further
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2024 15:53:28 +0000 (17:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Apr 2024 09:17:27 +0000 (11:17 +0200)
commit957eca9e73279453899193c053d1a47304e9aa58
tree7b5f83ac2baec9c500bea84489b4e7c204552aba
parent857f504cf279a063e375c32e88d5cf3312d6b30c
stubs: split record/replay stubs further

replay.c symbols are only needed by user mode emulation, with the
exception of replay_mode that is needed by both user mode emulation
(by way of qemu_guest_getrandom) and block layer tools (by way of
util/qemu-timer.c).

Since it is needed by libqemuutil rather than specific files that
are part of the tools and emulators, split the replay_mode stub
into its own file.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20240408155330.522792-17-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
stubs/meson.build
stubs/replay-mode.c [new file with mode: 0644]
stubs/replay.c