mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
Fix spelling
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
This commit is contained in:
parent
3b33548dd3
commit
58e6bb8be8
@ -49,7 +49,7 @@ snippet:
|
|||||||
</os>
|
</os>
|
||||||
|
|
||||||
Versions older than 7.2.0 require manually providing all information
|
Versions older than 7.2.0 require manually providing all information
|
||||||
about the firmware and are not covered here. Plese refer to `the
|
about the firmware and are not covered here. Please refer to `the
|
||||||
relevant documentation
|
relevant documentation
|
||||||
<../formatdomain.html#operating-system-booting>`__ for details.
|
<../formatdomain.html#operating-system-booting>`__ for details.
|
||||||
|
|
||||||
|
@ -2726,7 +2726,7 @@ qemuMigrationAnyCanResume(virDomainObj *vm,
|
|||||||
|
|
||||||
/* This should never happen since POSTCOPY_RESUME is newer than
|
/* This should never happen since POSTCOPY_RESUME is newer than
|
||||||
* CHANGE_PROTECTION, but let's check it anyway in case we're talking to
|
* CHANGE_PROTECTION, but let's check it anyway in case we're talking to
|
||||||
* a weired client.
|
* a weird client.
|
||||||
*/
|
*/
|
||||||
if (job == VIR_ASYNC_JOB_MIGRATION_OUT &&
|
if (job == VIR_ASYNC_JOB_MIGRATION_OUT &&
|
||||||
expectedPhase < QEMU_MIGRATION_PHASE_PERFORM_RESUME &&
|
expectedPhase < QEMU_MIGRATION_PHASE_PERFORM_RESUME &&
|
||||||
|
@ -437,7 +437,7 @@ int virNetMessageDecodePayload(virNetMessage *msg,
|
|||||||
* virNetMessageEncodePayloadRaw:
|
* virNetMessageEncodePayloadRaw:
|
||||||
* @msg: message to encode payload into
|
* @msg: message to encode payload into
|
||||||
* @data: data to encode into @msg
|
* @data: data to encode into @msg
|
||||||
* @len: lenght of @data
|
* @len: length of @data
|
||||||
*
|
*
|
||||||
* Encodes message payload. If @data is NULL or @len is 0 an empty message is
|
* Encodes message payload. If @data is NULL or @len is 0 an empty message is
|
||||||
* encoded.
|
* encoded.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user