]> git.ipfire.org Git - thirdparty/qemu.git/commit
stubs: move monitor_fdsets_cleanup with other fdset stubs
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Apr 2024 15:53:30 +0000 (17:53 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Apr 2024 09:17:27 +0000 (11:17 +0200)
commit748e62dbf5065c7d166c827425c7797389b5f9fe
tree69cf5b73353a6f72bc4b1968fcb4a3add119970c
parent3a15604900c4f433c970cc6294520a98f201287e
stubs: move monitor_fdsets_cleanup with other fdset stubs

Even though monitor_get_fd() has to remain separate because it is mocked by
tests/unit/test-util-sockets, monitor_fdsets_cleanup() is logically part
of the stubs for monitor/fds.c, so move it there.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240408155330.522792-19-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
stubs/fdset.c
stubs/monitor-internal.c