Pong. On Mon, Sep 4, 2017 at 4:48 PM, Sameeh Jubran <[email protected]> wrote:
> Ping. > > On Tue, Aug 22, 2017 at 2:18 PM, Sameeh Jubran <[email protected]> wrote: > >> Ping. >> >> On Sun, Aug 13, 2017 at 6:58 PM, Sameeh Jubran <[email protected]> wrote: >> >>> From: Sameeh Jubran <[email protected]> >>> >>> This series fixes qemu-ga's behaviour upon facing a missing serial/serial >>> driver by listening to the serial device's events. >>> >>> For more info on why this series is needed checkout the commit message >>> of the third patch and the following bugzilla: >>> https://bugzilla.redhat.com/show_bug.cgi?id=990629. >>> >>> Sameeh Jubran (3): >>> qga: Channel: Add functions for checking serial status >>> qga: main: make qga config and socket activation global >>> qga: Prevent qemu-ga exit if serial doesn't exist >>> >>> Makefile | 4 + >>> qga/channel-posix.c | 54 ++++++++++ >>> qga/channel-win32.c | 60 +++++++++++ >>> qga/channel.h | 9 ++ >>> qga/main.c | 284 ++++++++++++++++++++++++++++++ >>> ++++++++++++++++------ >>> qga/service-win32.h | 4 + >>> 6 files changed, 385 insertions(+), 30 deletions(-) >>> >>> -- >>> 2.9.4 >>> >>> >> >> >> -- >> Respectfully, >> *Sameeh Jubran* >> *Linkedin <https://il.linkedin.com/pub/sameeh-jubran/87/747/a8a>* >> *Software Engineer @ Daynix <http://www.daynix.com>.* >> > > > > -- > Respectfully, > *Sameeh Jubran* > *Linkedin <https://il.linkedin.com/pub/sameeh-jubran/87/747/a8a>* > *Software Engineer @ Daynix <http://www.daynix.com>.* > -- Respectfully, *Sameeh Jubran* *Linkedin <https://il.linkedin.com/pub/sameeh-jubran/87/747/a8a>* *Software Engineer @ Daynix <http://www.daynix.com>.*
