Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
(In reply to comment #2)
> we are not very whether we support hot unplug pci device or not,for now,if we
> don't support that,please free to add FEAT
Correction
we are not very whether we support hot unplug pci device with enable multifunction or not,for now,if we don't support that,please free to add FEAT
Comment 4Markus Armbruster
2011-11-22 12:57:46 UTC
PCI hotplug operates on a slot, not on a function. You can plug or unplug a physical PCI card (slot), but not logical parts of it (functions).
qemu-kvm doesn't quite emulate that properly. Hotplug/unplug of multifunction devices doesn't work, only coldplug. As far as I can tell, libvirt doesn't let you unplug multifunction devices.
RHEL-6 supports multifunction=on *only* with -device pci-assign, not with -virtio-net-pci, precisely because it doesn't play nice with unplug. See "Virtualization Administration Guide", chapter "qemu-kvm Whitelist", section "Device options".
Closing, since PCI does not support unplug a single virtual function.
At best the operation should fail, but since libvirt is not using it, it is not worth the effort.