<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/qga/service-win32.h, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/qga/service-win32.h?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/qga/service-win32.h?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2018-10-31T14:04:20+00:00</updated>
<entry>
<title>qga-win: changing --retry-path option behavior</title>
<updated>2018-10-31T14:04:20+00:00</updated>
<author>
<name>Bishara AbuHattoum</name>
</author>
<published>2018-10-07T11:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b70d6afe4d7f252259d3344e12daa2d6baf006e2'/>
<id>urn:sha1:b70d6afe4d7f252259d3344e12daa2d6baf006e2</id>
<content type='text'>
Currently whenever the qemu-ga's service doesn't find the virtio-serial
the run_agent() loops in a QGA_RETRY_INTERVAL (default 5 seconds)
intervals and try to restart the qemu-ga which causes a synchronous loop.
Changed to wait and listen for the serial events by registering for
notifications a proper serial event handler that deals with events:
  DBT_DEVICEARRIVAL        indicates that the device has been inserted and
                           is available
  DBT_DEVICEREMOVECOMPLETE indicates that the devive has been removed
Which allow us to determine when the channel path is available for the
qemu-ga to restart.

Signed-off-by: Bishara AbuHattoum &lt;bishara@daynix.com&gt;
Signed-off-by: Sameeh Jubran &lt;sameeh@daynix.com&gt;
Signed-off-by: Michael Roth &lt;mdroth@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Clean up header guards that don't match their file name</title>
<updated>2016-07-12T14:19:16+00:00</updated>
<author>
<name>Markus Armbruster</name>
</author>
<published>2016-06-29T08:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=121d07125bb6d7079c7ebafdd3efe8c3a01cc440'/>
<id>urn:sha1:121d07125bb6d7079c7ebafdd3efe8c3a01cc440</id>
<content type='text'>
Header guard symbols should match their file name to make guard
collisions less likely.  Offenders found with
scripts/clean-header-guards.pl -vn.

Cleaned up with scripts/clean-header-guards.pl, followed by some
renaming of new guard symbols picked by the script to better ones.

Signed-off-by: Markus Armbruster &lt;armbru@redhat.com&gt;
Reviewed-by: Richard Henderson &lt;rth@twiddle.net&gt;
</content>
</entry>
<entry>
<title>qga: save state directory in ga_install_service()</title>
<updated>2013-05-30T16:37:37+00:00</updated>
<author>
<name>Laszlo Ersek</name>
</author>
<published>2013-05-18T04:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a839ee77c786a8200c76ca92f697eebf6bcc9aa3'/>
<id>urn:sha1:a839ee77c786a8200c76ca92f697eebf6bcc9aa3</id>
<content type='text'>
If the user selects a non-default state directory at service installation
time, we should remember it in the registered service.

Signed-off-by: Laszlo Ersek &lt;lersek@redhat.com&gt;
Signed-off-by: Michael Roth &lt;mdroth@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>qemu-ga: add Windows service integration</title>
<updated>2012-02-23T21:43:50+00:00</updated>
<author>
<name>Michael Roth</name>
</author>
<published>2012-01-21T22:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=bc62fa039c402740dbae3233618c982f5943f6b1'/>
<id>urn:sha1:bc62fa039c402740dbae3233618c982f5943f6b1</id>
<content type='text'>
This allows qemu-ga to function as a Windows service:

 - to install the service (will auto-start on boot):
     qemu-ga --service install
 - to start the service:
     net start qemu-ga
 - to stop the service:
     net stop qemu-ga
 - to uninstall service:
     qemu-ga --service uninstall

Original patch by Gal Hammer &lt;ghammer@redhat.com&gt;
</content>
</entry>
</feed>
