mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
Fix some typos
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
4902dc68e5
commit
7cd0e26c81
@ -447,7 +447,7 @@ qemuSetupHostdevCgroup(virDomainObj *vm,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* qemuTeardownHostdevCgroup:
|
* qemuTeardownHostdevCgroup:
|
||||||
* @vm: doamin object
|
* @vm: domain object
|
||||||
* @dev: device to tear down
|
* @dev: device to tear down
|
||||||
*
|
*
|
||||||
* For given host device @dev deny access to it in CGroups.
|
* For given host device @dev deny access to it in CGroups.
|
||||||
|
@ -57,7 +57,7 @@ modify(struct qmpCommandList *list G_GNUC_UNUSED)
|
|||||||
|
|
||||||
if (STREQ_NULLABLE(cmdname, "qom-list-properties")) {
|
if (STREQ_NULLABLE(cmdname, "qom-list-properties")) {
|
||||||
found = i;
|
found = i;
|
||||||
// break; /* uncomment if you want to find the first occurence */
|
// break; /* uncomment if you want to find the first occurrence */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -213,8 +213,8 @@ mymain(void)
|
|||||||
*
|
*
|
||||||
* If you manually edit replies files you can run
|
* If you manually edit replies files you can run
|
||||||
* VIR_TEST_REGENERATE_OUTPUT=1 tests/qemucapabilitiesnumbering
|
* VIR_TEST_REGENERATE_OUTPUT=1 tests/qemucapabilitiesnumbering
|
||||||
* to fix the replies ids. The tool also allows for programatic modification
|
* to fix the replies ids. The tool also allows for programmatic
|
||||||
* of the replies file.
|
* modification of the replies file.
|
||||||
*
|
*
|
||||||
* Once a replies file has been generated and tweaked if necessary,
|
* Once a replies file has been generated and tweaked if necessary,
|
||||||
* you can drop it into tests/qemucapabilitiesdata/ (with a sensible
|
* you can drop it into tests/qemucapabilitiesdata/ (with a sensible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user