mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: Make qemuMonitorJSONIOProcessLine available for tests
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
b0b8517eeb
commit
666d780531
@ -180,7 +180,7 @@ qemuMonitorJSONIOProcessEvent(qemuMonitorPtr mon,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
int
|
||||||
qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
|
qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
|
||||||
const char *line,
|
const char *line,
|
||||||
qemuMonitorMessagePtr msg)
|
qemuMonitorMessagePtr msg)
|
||||||
|
@ -32,6 +32,10 @@
|
|||||||
# include "cpu/cpu.h"
|
# include "cpu/cpu.h"
|
||||||
# include "util/virgic.h"
|
# include "util/virgic.h"
|
||||||
|
|
||||||
|
int qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
|
||||||
|
const char *line,
|
||||||
|
qemuMonitorMessagePtr msg);
|
||||||
|
|
||||||
int qemuMonitorJSONIOProcess(qemuMonitorPtr mon,
|
int qemuMonitorJSONIOProcess(qemuMonitorPtr mon,
|
||||||
const char *data,
|
const char *data,
|
||||||
size_t len,
|
size_t len,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user