
14 Feb
2022
14 Feb
'22
11:20 a.m.
On a Monday in 2022, Peter Krempa wrote:
In order to mock the SCM_RIGHTS sendmsg to simulate sending filedescriptors to fake qemu in tests we need access to some fields of 'struct _qemuMonitor'. Move it's declaration to the private header file.
*its
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_monitor.c | 50 --------------------------------- src/qemu/qemu_monitor_priv.h | 54 ++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 50 deletions(-)