]> git.proxmox.com Git - mirror_qemu.git/commit
stubs: include stubs only if needed
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2024 15:53:29 +0000 (17:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Apr 2024 09:17:27 +0000 (11:17 +0200)
commit3a15604900c4f433c970cc6294520a98f201287e
treebade01ad1922eb87584e578986bfe56954c4fe02
parent957eca9e73279453899193c053d1a47304e9aa58
stubs: include stubs only if needed

Currently it is not documented anywhere why some functions need to
be stubbed.

Group the files in stubs/meson.build according to who needs them, both
to reduce the size of the compilation and to clarify the use of stubs.

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