mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Fix some typos
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
efc1ccc75b
commit
ed87c62c2b
2
NEWS.rst
2
NEWS.rst
@ -64,7 +64,7 @@ v7.9.0 (unreleased)
|
|||||||
|
|
||||||
Libvirt started using JSON directly with the ``-device`` commandline
|
Libvirt started using JSON directly with the ``-device`` commandline
|
||||||
parameter as it's considered the preferred stable syntax for further QEMU
|
parameter as it's considered the preferred stable syntax for further QEMU
|
||||||
releases. If any problems with the conversion are encoutered please
|
releases. If any problems with the conversion are encountered please
|
||||||
report them as soon as possible.
|
report them as soon as possible.
|
||||||
|
|
||||||
* **Bug fixes**
|
* **Bug fixes**
|
||||||
|
@ -16601,7 +16601,7 @@ virDomainMemoryFindInactiveByDef(virDomainDef *def,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* virDomainMemoryFindByDeviceInfo:
|
* virDomainMemoryFindByDeviceInfo:
|
||||||
* @def: domain defintion
|
* @def: domain definition
|
||||||
* @info: device info to match
|
* @info: device info to match
|
||||||
* @pos: store position within array
|
* @pos: store position within array
|
||||||
*
|
*
|
||||||
|
@ -694,7 +694,7 @@ qemuBuildDeviceAddressProps(virJSONValue *props,
|
|||||||
* @virtio: the returned video device is a 'virtio' device
|
* @virtio: the returned video device is a 'virtio' device
|
||||||
* @virtioBusSuffix: the returned device needs to get the bus-suffix
|
* @virtioBusSuffix: the returned device needs to get the bus-suffix
|
||||||
*
|
*
|
||||||
* Returns the model fo the device for @video and @qemuCaps. @virtio and
|
* Returns the model of the device for @video and @qemuCaps. @virtio and
|
||||||
* @virtioBusSuffix are filled with the corresponding flags.
|
* @virtioBusSuffix are filled with the corresponding flags.
|
||||||
*/
|
*/
|
||||||
static const char *
|
static const char *
|
||||||
@ -1106,7 +1106,7 @@ qemuBuildVirtioDevProps(virDomainDeviceType devtype,
|
|||||||
|
|
||||||
/* We temporarily cast the const away here, but that's safe to do
|
/* We temporarily cast the const away here, but that's safe to do
|
||||||
* because the called function simply sets the correct member of
|
* because the called function simply sets the correct member of
|
||||||
* device to devdata based on devtype. Futher uses of device will
|
* device to devdata based on devtype. Further uses of device will
|
||||||
* not touch its contents */
|
* not touch its contents */
|
||||||
virDomainDeviceSetData((virDomainDeviceDef *) &device, (void *) devdata);
|
virDomainDeviceSetData((virDomainDeviceDef *) &device, (void *) devdata);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user