Consider using 'make private' in the commit summary, since the other
word brings up some bad memories.
Jano
On a Monday in 2022, Peter Krempa wrote:
Move the declaration of the struct into 'qemu_monitor_priv.h'
as other
code has no business in peeking into the monitor messages.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_monitor.h | 14 --------------
src/qemu/qemu_monitor_json.c | 3 +++
src/qemu/qemu_monitor_priv.h | 16 ++++++++++++++++
tests/qemucapsprobemock.c | 3 +++
4 files changed, 22 insertions(+), 14 deletions(-)