Skip to content
This repository was archived by the owner on Apr 3, 2018. It is now read-only.

hypervisor: add hot plugging support for Qemu Q35#456

Merged
sboeuf merged 1 commit into
containers:masterfrom
devimc:q35Hotplug
Nov 14, 2017
Merged

hypervisor: add hot plugging support for Qemu Q35#456
sboeuf merged 1 commit into
containers:masterfrom
devimc:q35Hotplug

Conversation

@devimc
Copy link
Copy Markdown
Collaborator

@devimc devimc commented Oct 30, 2017

Qemu Q35 machine type does not support to hot plug devices
directly on pcie.0, hence we have to find a way to allow users
hot plug N devices.
The only way to hot plug devices in Qemu Q35 is through PCI brdiges.
Each PCI bridge is able to support until 32 devices, therefore we have a
limitation in the amount of devices we can hot plug.
This patch adds support for hot plugging devices on PCI bridges in
pc and q35 machine types.

Signed-off-by: Julio Montes julio.montes@intel.com

Loading
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants