mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
qemu: Switch to unified func name
With the latest patches libvirt supports qemu agent monitor passthrough. However, function in qemu driver is called qemuDrvDomainAgentCommand. s/Drv// as used in all other names.
This commit is contained in:
parent
2b8624dd33
commit
661d7fb4fc
@ -13815,7 +13815,7 @@ qemuListAllDomains(virConnectPtr conn,
|
||||
}
|
||||
|
||||
static char *
|
||||
qemuDrvDomainAgentCommand(virDomainPtr domain,
|
||||
qemuDomainAgentCommand(virDomainPtr domain,
|
||||
const char *cmd,
|
||||
int timeout,
|
||||
unsigned int flags)
|
||||
@ -14028,7 +14028,7 @@ static virDriver qemuDriver = {
|
||||
.domainSnapshotDelete = qemuDomainSnapshotDelete, /* 0.8.0 */
|
||||
.qemuDomainMonitorCommand = qemuDomainMonitorCommand, /* 0.8.3 */
|
||||
.qemuDomainAttach = qemuDomainAttach, /* 0.9.4 */
|
||||
.qemuDomainArbitraryAgentCommand = qemuDrvDomainAgentCommand, /* 0.10.0 */
|
||||
.qemuDomainArbitraryAgentCommand = qemuDomainAgentCommand, /* 0.10.0 */
|
||||
.domainOpenConsole = qemuDomainOpenConsole, /* 0.8.6 */
|
||||
.domainOpenGraphics = qemuDomainOpenGraphics, /* 0.9.7 */
|
||||
.domainInjectNMI = qemuDomainInjectNMI, /* 0.9.2 */
|
||||
|
Loading…
Reference in New Issue
Block a user