<feed xmlns='http://www.w3.org/2005/Atom'>
<title>spice.git/common, branch 0.8</title>
<subtitle>Spice</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/'/>
<entry>
<title>server,proto: tell the client to connect to the migration target before migraton starts</title>
<updated>2011-09-25T12:04:05+00:00</updated>
<author>
<name>Yonit Halperin</name>
<email>yhalperi@redhat.com</email>
</author>
<published>2011-09-18T07:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=5560c56ef05c74da5e0e0825dc1f134019593cad'/>
<id>5560c56ef05c74da5e0e0825dc1f134019593cad</id>
<content type='text'>
(1) send SPICE_MSG_MAIN_MIGRATE_BEGIN upon spice_server_migrate_connect
(2) wait for SPICE_MSGC_MAIN_MIGRATE_(CONNECTED|CONNECT_ERROR), or a timeout, in order
    to complete client_migrate_info monitor command
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(1) send SPICE_MSG_MAIN_MIGRATE_BEGIN upon spice_server_migrate_connect
(2) wait for SPICE_MSGC_MAIN_MIGRATE_(CONNECTED|CONNECT_ERROR), or a timeout, in order
    to complete client_migrate_info monitor command
</pre>
</div>
</content>
</entry>
<entry>
<title>fix integer marshalling helpers on big endian</title>
<updated>2011-09-20T14:08:30+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2011-07-27T15:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=ff8c54d766a34c1a2dfa22707a2791e10e43c0be'/>
<id>ff8c54d766a34c1a2dfa22707a2791e10e43c0be</id>
<content type='text'>
They were trying to convert the destination pointer to an integer before
trying to dereference it. The initial conversion was meant to be a cast
to a pointer of the right size, not to an integer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were trying to convert the destination pointer to an integer before
trying to dereference it. The initial conversion was meant to be a cast
to a pointer of the right size, not to an integer.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in big endian code path</title>
<updated>2011-09-20T14:08:30+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2011-07-27T15:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=3c03489a272c7d4505fc6c6dd18b0074b4731808'/>
<id>3c03489a272c7d4505fc6c6dd18b0074b4731808</id>
<content type='text'>
uint63_t should be uint64_t
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uint63_t should be uint64_t
</pre>
</div>
</content>
</entry>
<entry>
<title>use foo(void) instead of foo() in prototypes</title>
<updated>2011-07-21T12:09:29+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2011-04-19T21:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=7db7212c3a336c9499bfcd10d2affbf76bf1d6b1'/>
<id>7db7212c3a336c9499bfcd10d2affbf76bf1d6b1</id>
<content type='text'>
In C, the latter isn't a prototype for a function with no arg,
but declares a function with an undefined number of args.

[picked from master with changes since no main_channel, spice_common,
 and a bunch of functions aren't there yet]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In C, the latter isn't a prototype for a function with no arg,
but declares a function with an undefined number of args.

[picked from master with changes since no main_channel, spice_common,
 and a bunch of functions aren't there yet]
</pre>
</div>
</content>
</entry>
<entry>
<title>common: spice_memdup could accept NULL</title>
<updated>2011-07-21T12:09:28+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@redhat.com</email>
</author>
<published>2011-01-25T15:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=bc9d04576065b9bcdb6d1c62b48b37c332b10394'/>
<id>bc9d04576065b9bcdb6d1c62b48b37c332b10394</id>
<content type='text'>
(this patch is not to solve a crash fix, but to align with glib API)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(this patch is not to solve a crash fix, but to align with glib API)
</pre>
</div>
</content>
</entry>
<entry>
<title>common: add extern "C" guards to headers</title>
<updated>2011-07-21T12:09:27+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@redhat.com</email>
</author>
<published>2011-04-19T20:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=6bd492fa7975b90a3be31c65ba1fbafdd0002f0f'/>
<id>6bd492fa7975b90a3be31c65ba1fbafdd0002f0f</id>
<content type='text'>
Since some spice C++ code is using code from common/, the C
functions need to be marked as such for the C++ compiler, otherwise
we'll get linkage issues.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since some spice C++ code is using code from common/, the C
functions need to be marked as such for the C++ compiler, otherwise
we'll get linkage issues.
</pre>
</div>
</content>
</entry>
<entry>
<title>common/pixman: remove dead assignments</title>
<updated>2011-07-21T12:09:27+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@gmail.com</email>
</author>
<published>2011-03-22T10:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=e77fc7e8779a63cf8e10ece822192bd81e573183'/>
<id>e77fc7e8779a63cf8e10ece822192bd81e573183</id>
<content type='text'>
They were detected using clang-static-analyzer. Don't initialize
the variable to a value to override it with a different value
a few lines after.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were detected using clang-static-analyzer. Don't initialize
the variable to a value to override it with a different value
a few lines after.
</pre>
</div>
</content>
</entry>
<entry>
<title>common/gl: remove unused variable</title>
<updated>2011-07-21T12:09:27+00:00</updated>
<author>
<name>Christophe Fergeau</name>
<email>cfergeau@gmail.com</email>
</author>
<published>2011-03-22T16:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=4ef1b8c331e03f6a41aad028dc4f44608eec7e6b'/>
<id>4ef1b8c331e03f6a41aad028dc4f44608eec7e6b</id>
<content type='text'>
clang static analyzer warned that 'len' was computed but never
used in glc_vertex2d. glc_stroke_line_dash has side effects so
we have to call it, but we don't need to save its return value
since it's not used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clang static analyzer warned that 'len' was computed but never
used in glc_vertex2d. glc_stroke_line_dash has side effects so
we have to call it, but we don't need to save its return value
since it's not used.
</pre>
</div>
</content>
</entry>
<entry>
<title>common: add SpiceBuffer - based on qemu-vnc Buffer</title>
<updated>2011-07-21T12:09:26+00:00</updated>
<author>
<name>Marc-André Lureau</name>
<email>marcandre.lureau@redhat.com</email>
</author>
<published>2011-02-09T14:11:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=6a0ea6711300b4dac003c897df2431f8e82ae7ca'/>
<id>6a0ea6711300b4dac003c897df2431f8e82ae7ca</id>
<content type='text'>
https://bugs.freedesktop.org/show_bug.cgi?id=34795
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.freedesktop.org/show_bug.cgi?id=34795
</pre>
</div>
</content>
</entry>
<entry>
<title>common/sw_canvas: remove unused error val</title>
<updated>2011-01-27T10:48:35+00:00</updated>
<author>
<name>Alon Levy</name>
<email>alevy@redhat.com</email>
</author>
<published>2011-01-24T22:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/spice.git/commit/?id=143452477df2a095406f69a154d1056953fda229'/>
<id>143452477df2a095406f69a154d1056953fda229</id>
<content type='text'>
This is the only unused var change I'll want to revisit eventually,
I'm submitting anyway since it doesn't change current behavior. I'm
talking about ignoring the return value from canvas creation. Adding
a print is possible but I didn't test (may be too verbose, also
preferable to be a debug print if so, and we don't have that option
in the code atm - probably an environment variable will do, or adding
some spice_server_set_logging_level api, maybe even
spice_server_set_logging_fd?)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the only unused var change I'll want to revisit eventually,
I'm submitting anyway since it doesn't change current behavior. I'm
talking about ignoring the return value from canvas creation. Adding
a print is possible but I didn't test (may be too verbose, also
preferable to be a debug print if so, and we don't have that option
in the code atm - probably an environment variable will do, or adding
some spice_server_set_logging_level api, maybe even
spice_server_set_logging_fd?)
</pre>
</div>
</content>
</entry>
</feed>
