qemu: fix typo PCi => PCI
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
dbfe8a0895
commit
b5857eb5be
@ -3829,7 +3829,7 @@ int qemuProcessStart(virConnectPtr conn,
|
|||||||
* Normally PCI addresses are assigned in the virDomainCreate
|
* Normally PCI addresses are assigned in the virDomainCreate
|
||||||
* or virDomainDefine methods. We might still need to assign
|
* or virDomainDefine methods. We might still need to assign
|
||||||
* some here to cope with the question of upgrades. Regardless
|
* some here to cope with the question of upgrades. Regardless
|
||||||
* we also need to populate the PCi address set cache for later
|
* we also need to populate the PCI address set cache for later
|
||||||
* use in hotplug
|
* use in hotplug
|
||||||
*/
|
*/
|
||||||
if (virQEMUCapsGet(priv->qemuCaps, QEMU_CAPS_DEVICE)) {
|
if (virQEMUCapsGet(priv->qemuCaps, QEMU_CAPS_DEVICE)) {
|
||||||
@ -4560,7 +4560,7 @@ int qemuProcessAttach(virConnectPtr conn ATTRIBUTE_UNUSED,
|
|||||||
* Normally PCI addresses are assigned in the virDomainCreate
|
* Normally PCI addresses are assigned in the virDomainCreate
|
||||||
* or virDomainDefine methods. We might still need to assign
|
* or virDomainDefine methods. We might still need to assign
|
||||||
* some here to cope with the question of upgrades. Regardless
|
* some here to cope with the question of upgrades. Regardless
|
||||||
* we also need to populate the PCi address set cache for later
|
* we also need to populate the PCI address set cache for later
|
||||||
* use in hotplug
|
* use in hotplug
|
||||||
*/
|
*/
|
||||||
if (virQEMUCapsGet(priv->qemuCaps, QEMU_CAPS_DEVICE)) {
|
if (virQEMUCapsGet(priv->qemuCaps, QEMU_CAPS_DEVICE)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user