Re: [PATCH v7 12/12] tests/vm: Add workaround to consume console

2020-05-22 Thread Robert Foley
On Fri, 22 May 2020 at 12:31, Alex Bennée wrote: > > > Robert Foley writes: > > I think you need to look at adding: > > [sendemail] > cccmd = scripts/get_maintainer.pl --nogit-fallback > > to your .git/config to ensure maintainers get pinged when you touch > their subsystems. Eduardo and

Re: [PATCH v7 12/12] tests/vm: Add workaround to consume console

2020-05-22 Thread Alex Bennée
Robert Foley writes: I think you need to look at adding: [sendemail] cccmd = scripts/get_maintainer.pl --nogit-fallback to your .git/config to ensure maintainers get pinged when you touch their subsystems. Eduardo and Cleber CC'd > The ConsoleSocket object provides a socket

[PATCH v7 12/12] tests/vm: Add workaround to consume console

2020-05-19 Thread Robert Foley
The ConsoleSocket object provides a socket interface which will consume all arriving characters on the socket, but will provide those chars via recv() as would a regular socket. This is a workaround we found was needed since there is a known issue where QEMU will hang waiting for console