[PATCH] xen-pcifront: Handle missed Connected state

2022-08-29 Thread Jason Andryuk
An HVM guest with linux stubdom and 2 PCI devices failed to start as libxl timed out waiting for the PCI devices to be added. It happens intermittently but with some regularity. libxl wrote the two xenstore entries for the devices, but then timed out waiting for backend state 4 (Connected) - the

Re: [PATCH] xen-pcifront: Handle missed Connected state

2022-10-04 Thread Juergen Gross
On 29.08.22 17:15, Jason Andryuk wrote: An HVM guest with linux stubdom and 2 PCI devices failed to start as libxl timed out waiting for the PCI devices to be added. It happens intermittently but with some regularity. libxl wrote the two xenstore entries for the devices, but then timed out wait

Re: [PATCH] xen-pcifront: Handle missed Connected state

2022-10-05 Thread Juergen Gross
On 29.08.22 17:15, Jason Andryuk wrote: An HVM guest with linux stubdom and 2 PCI devices failed to start as libxl timed out waiting for the PCI devices to be added. It happens intermittently but with some regularity. libxl wrote the two xenstore entries for the devices, but then timed out wait

Re: [PATCH] xen-pcifront: Handle missed Connected state

2022-08-31 Thread Rich Persaud
On Aug 29, 2022, at 11:16 AM, Jason Andryuk wrote: > > An HVM guest with linux stubdom and 2 PCI devices failed to start as > libxl timed out waiting for the PCI devices to be added. It happens > intermittently but with some regularity. libxl wrote the two xenstore > entries for the devices, b

Re: [PATCH] xen-pcifront: Handle missed Connected state

2022-09-01 Thread Jason Andryuk
On Wed, Aug 31, 2022 at 10:35 PM Rich Persaud wrote: > > On Aug 29, 2022, at 11:16 AM, Jason Andryuk wrote: > > > > An HVM guest with linux stubdom and 2 PCI devices failed to start as > > libxl timed out waiting for the PCI devices to be added. It happens > > intermittently but with some regul

Re: [PATCH] xen-pcifront: Handle missed Connected state

2022-09-02 Thread Bjorn Helgaas
The conventional style for subject (from "git log --oneline") is: xen/pcifront: Handle ... On Mon, Aug 29, 2022 at 11:15:36AM -0400, Jason Andryuk wrote: > An HVM guest with linux stubdom and 2 PCI devices failed to start as "stubdom" might be handy shorthand in the Xen world, but I think it w

Re: [PATCH] xen-pcifront: Handle missed Connected state

2022-09-06 Thread Jason Andryuk
On Fri, Sep 2, 2022 at 12:59 PM Bjorn Helgaas wrote: > > The conventional style for subject (from "git log --oneline") is: > > xen/pcifront: Handle ... > > On Mon, Aug 29, 2022 at 11:15:36AM -0400, Jason Andryuk wrote: > > An HVM guest with linux stubdom and 2 PCI devices failed to start as > >