mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-02 16:50:58 +00:00
When multiple PCI devices get assigned to a guest right at boot, libxl incrementally populates the backend tree. The writes for the first of the devices trigger the backend watch. In turn xen_pcibk_setup_backend() will set the XenBus state to Initialised, at which point no further reconfigures would happen unless a device got hotplugged. Arrange for reconfigure to also get triggered from the backend watch handler. Signed-off-by: Jan Beulich <jbeulich@suse.com> Cc: stable@vger.kernel.org Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Link: https://lore.kernel.org/r/2337cbd6-94b9-4187-9862-c03ea12e0c61@suse.com Signed-off-by: Juergen Gross <jgross@suse.com> |
||
|---|---|---|
| .. | ||
| conf_space_capability.c | ||
| conf_space_header.c | ||
| conf_space_quirks.c | ||
| conf_space_quirks.h | ||
| conf_space.c | ||
| conf_space.h | ||
| Makefile | ||
| passthrough.c | ||
| pci_stub.c | ||
| pciback_ops.c | ||
| pciback.h | ||
| vpci.c | ||
| xenbus.c | ||