From: Sameeh Jubran <sameeh@daynix.com>
To: qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com
Cc: yan@daynix.com
Subject: [Qemu-devel] [PATCH 0/3]
Date: Sun, 13 Aug 2017 18:58:46 +0300 [thread overview]
Message-ID: <20170813155849.11368-1-sameeh@daynix.com> (raw)
From: Sameeh Jubran <sjubran@redhat.com>
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
next reply other threads:[~2017-08-13 15:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-13 15:58 Sameeh Jubran [this message]
2017-08-13 15:58 ` [Qemu-devel] [PATCH 1/3] qga: Channel: Add functions for checking serial status Sameeh Jubran
2017-08-13 15:58 ` [Qemu-devel] [PATCH 2/3] qga: main: make qga config and socket activation global Sameeh Jubran
2017-08-13 15:58 ` [Qemu-devel] [PATCH 3/3] qga: Prevent qemu-ga exit if serial doesn't exist Sameeh Jubran
2017-08-22 11:18 ` [Qemu-devel] [PATCH 0/3] Sameeh Jubran
2017-09-04 13:48 ` Sameeh Jubran
2017-10-02 13:02 ` Sameeh Jubran
2017-10-26 23:51 ` Michael Roth
2017-10-27 8:08 ` Sameeh Jubran
2018-01-22 14:24 ` Sameeh Jubran
2018-01-25 23:49 ` Michael Roth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170813155849.11368-1-sameeh@daynix.com \
--to=sameeh@daynix.com \
--cc=mdroth@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=yan@daynix.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).