mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
fix typo in qemu_monitor
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
This commit is contained in:
parent
a5bdb8459a
commit
c1c5eb6fad
@ -259,7 +259,7 @@ void qemuMonitorSetOptions(qemuMonitorPtr mon, virJSONValuePtr options)
|
||||
ATTRIBUTE_NONNULL(1);
|
||||
int qemuMonitorUpdateVideoMemorySize(qemuMonitorPtr mon,
|
||||
virDomainVideoDefPtr video,
|
||||
const char *videName)
|
||||
const char *videoName)
|
||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2) ATTRIBUTE_NONNULL(3);
|
||||
int qemuMonitorHMPCommandWithFd(qemuMonitorPtr mon,
|
||||
const char *cmd,
|
||||
|
Loading…
Reference in New Issue
Block a user