Re: [Xen-devel] [XEN PATCH v2] libxl: wait for console path before firing console_available

2020-02-28 Thread Marek Marczykowski-Górecki
On Thu, Feb 20, 2020 at 02:31:03PM +0100, Paweł Marczewski wrote: > If we skip the bootloader, the TTY path will be set for xenconsoled. > However, there is no guarantee that this will happen by the time we > want to call the console_available callback, so we have to wait. > > Signed-off-by: Paweł

[Xen-devel] [XEN PATCH v2] libxl: wait for console path before firing console_available

2020-02-20 Thread Paweł Marczewski
If we skip the bootloader, the TTY path will be set for xenconsoled. However, there is no guarantee that this will happen by the time we want to call the console_available callback, so we have to wait. Signed-off-by: Paweł Marczewski --- Changed since v1: * use xswait mechanism to add a timeout