From: Andrea Bolognani Date: Tue, 21 Jun 2016 10:48:02 +0000 (+0200) Subject: qemu: Fix typo pci-extender-bus -> pci-expander-bus X-Git-Tag: v2.0.0-rc1~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f83ab972bca8026f4c0f47508ee0580c16978ffd;p=thirdparty%2Flibvirt.git qemu: Fix typo pci-extender-bus -> pci-expander-bus --- diff --git a/src/qemu/qemu_domain_address.c b/src/qemu/qemu_domain_address.c index 883264ada6..f42e7c094a 100644 --- a/src/qemu/qemu_domain_address.c +++ b/src/qemu/qemu_domain_address.c @@ -1382,7 +1382,7 @@ qemuDomainAddressFindNewBusNr(virDomainDefPtr def) * bus and busNr of the next highest bus for the guest to assign a * unique bus number to each PCI bus that is a child of this * bus. Each PCI controller. On top of this, the pxb device (which - * implements the pci-extender-bus) includes a pci-bridge within + * implements the pci-expander-bus) includes a pci-bridge within * it, and that bridge also uses one bus number (so each pxb device * requires at least 2 bus numbers). *