"...revng-qa/default/next-master_feature-fix-mspdbsrv.tar.xz" did not exist on "cb50213bac6734f00f3477c002a40625bbdc15d3"
-
Paolo Bonzini authored
After commit f702e62a (serial: change retry logic to avoid concurrency, 2014-07-11), guest boot hangs if the backend is an unconnected PTY. The reason is that PTYs do not support G_IO_HUP, and serial_xmit is never called. To fix this, simply invoke serial_xmit immediately (via g_idle_source_new) when this happens. Tested-by:
Pavel Hrdina <phrdina@redhat.com>
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>Paolo Bonzini authoredAfter commit f702e62a (serial: change retry logic to avoid concurrency, 2014-07-11), guest boot hangs if the backend is an unconnected PTY. The reason is that PTYs do not support G_IO_HUP, and serial_xmit is never called. To fix this, simply invoke serial_xmit immediately (via g_idle_source_new) when this happens. Tested-by:
Pavel Hrdina <phrdina@redhat.com>
Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Loading