Re: [PATCH v2 0/6] python/machine: use socketpair() for console socket

2023-07-27 Thread Peter Maydell
On Tue, 25 Jul 2023 at 19:04, John Snow wrote: > > Like we did for the QMP socket, use socketpair() for the console socket > so that hopefully there isn't a race condition during early boot where > data might get dropped on the floor. > > May or may not help with various race conditions where

[PATCH v2 0/6] python/machine: use socketpair() for console socket

2023-07-25 Thread John Snow
Like we did for the QMP socket, use socketpair() for the console socket so that hopefully there isn't a race condition during early boot where data might get dropped on the floor. May or may not help with various race conditions where early console output is not showing up in the logs and/or