mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
qemu: Fix qemuBuildCommandLine prototype
Commit id '0da965c5e' removed the 11th parameter, but neglected to remove the ATTRIBUTE_NONNULL for it and adjust the 17th and 18th.
This commit is contained in:
parent
e744065679
commit
6c09c17e0d
@ -63,8 +63,7 @@ virCommandPtr qemuBuildCommandLine(virConnectPtr conn,
|
|||||||
int **nicindexes,
|
int **nicindexes,
|
||||||
const char *domainLibDir,
|
const char *domainLibDir,
|
||||||
const char *domainChannelTargetDir)
|
const char *domainChannelTargetDir)
|
||||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(11)
|
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(16) ATTRIBUTE_NONNULL(17);
|
||||||
ATTRIBUTE_NONNULL(17) ATTRIBUTE_NONNULL(18);
|
|
||||||
|
|
||||||
/* Generate '-device' string for chardev device */
|
/* Generate '-device' string for chardev device */
|
||||||
int
|
int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user