<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libvirt-python.git, branch v2.3.0</title>
<subtitle>libvirt.org: git/libvirt-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/'/>
<entry>
<title>override: Properly override wrapper for virDomainGetGuestVcpus</title>
<updated>2016-09-19T15:19:43+00:00</updated>
<author>
<name>Peter Krempa</name>
<email>pkrempa@redhat.com</email>
</author>
<published>2016-09-19T11:54:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=0061566872ed3fdf7b0ec101c20d3ddb78093a06'/>
<id>0061566872ed3fdf7b0ec101c20d3ddb78093a06</id>
<content type='text'>
Without the change to libvirt-override-api.xml generator.py would
generate the following function header:

    def guestVcpus(self, params, nparams, flags=0):

Since @params and @nparams are output-only in C and the python C
implementation actualy creates a dict from them we should not need to
pass them. Add the API definition to drop the two unnecessary args:

    def guestVcpus(self, flags=0):

The code did not work at all until this change as the C impl expects
only two arguments but the python required use of four.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1377071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without the change to libvirt-override-api.xml generator.py would
generate the following function header:

    def guestVcpus(self, params, nparams, flags=0):

Since @params and @nparams are output-only in C and the python C
implementation actualy creates a dict from them we should not need to
pass them. Add the API definition to drop the two unnecessary args:

    def guestVcpus(self, flags=0):

The code did not work at all until this change as the C impl expects
only two arguments but the python required use of four.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1377071
</pre>
</div>
</content>
</entry>
<entry>
<title>Post-release version bump to 2.3.0</title>
<updated>2016-09-19T15:19:32+00:00</updated>
<author>
<name>Peter Krempa</name>
<email>pkrempa@redhat.com</email>
</author>
<published>2016-09-19T15:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=3e041e5b36b27f047323e9c07989f60a79780266'/>
<id>3e041e5b36b27f047323e9c07989f60a79780266</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PyArg_ParseTuple: Provide correct function names</title>
<updated>2016-08-24T15:05:18+00:00</updated>
<author>
<name>Michal Privoznik</name>
<email>mprivozn@redhat.com</email>
</author>
<published>2016-08-23T22:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=2236fb90faae770a94cda49fb539e46847714d4b'/>
<id>2236fb90faae770a94cda49fb539e46847714d4b</id>
<content type='text'>
At the end of the format string we put :virFunctionName where ':'
says "this is the end of argument list", and virFunctionName is
the prefix for error messages then.  However, in some cases we
have had wrong names there. Some of them are actually quite
funny: xmlRegisterErrorHandler.

Signed-off-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the end of the format string we put :virFunctionName where ':'
says "this is the end of argument list", and virFunctionName is
the prefix for error messages then.  However, in some cases we
have had wrong names there. Some of them are actually quite
funny: xmlRegisterErrorHandler.

Signed-off-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>event-test: support node device update callback</title>
<updated>2016-08-17T11:38:30+00:00</updated>
<author>
<name>Jovanka Gulicoska</name>
<email>jovanka.gulicoska@gmail.com</email>
</author>
<published>2016-08-17T08:27:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=0b050dd015a9bf09000c17bd0eb0c868b75bec6e'/>
<id>0b050dd015a9bf09000c17bd0eb0c868b75bec6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for node device update callback</title>
<updated>2016-08-17T11:38:20+00:00</updated>
<author>
<name>Jovanka Gulicoska</name>
<email>jovanka.gulicoska@gmail.com</email>
</author>
<published>2016-08-17T08:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=5016603a2ab840eb1d01eed3a27868e0506c7a36'/>
<id>5016603a2ab840eb1d01eed3a27868e0506c7a36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>event-test: Add node device lifecycle event tests</title>
<updated>2016-08-02T13:55:56+00:00</updated>
<author>
<name>Jovanka Gulicoska</name>
<email>jovanka.gulicoska@gmail.com</email>
</author>
<published>2016-07-28T12:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=8b2d5c06432673c2f4c72c2abfbae06886aa1134'/>
<id>8b2d5c06432673c2f4c72c2abfbae06886aa1134</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python binding for node poll lifecycle events API</title>
<updated>2016-08-02T13:55:56+00:00</updated>
<author>
<name>Jovanka Gulicoska</name>
<email>jovanka.gulicoska@gmail.com</email>
</author>
<published>2016-07-28T12:14:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=58a986984ff0762e9ed3962e70833729c987e4a6'/>
<id>58a986984ff0762e9ed3962e70833729c987e4a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Post-release version bump to 2.2.0</title>
<updated>2016-08-02T13:55:56+00:00</updated>
<author>
<name>Cole Robinson</name>
<email>crobinso@redhat.com</email>
</author>
<published>2016-08-02T13:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=94a4f35c587bb91c7f1804627c59b2204d0f7205'/>
<id>94a4f35c587bb91c7f1804627c59b2204d0f7205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow pkg-config binary to be set by env</title>
<updated>2016-07-28T19:58:34+00:00</updated>
<author>
<name>Markus Rothe</name>
<email>markusr815@gmail.com</email>
</author>
<published>2016-06-27T15:55:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=bdfa319eac9aabc4befc206ea4ee65b48a251a77'/>
<id>bdfa319eac9aabc4befc206ea4ee65b48a251a77</id>
<content type='text'>
https://bugzilla.redhat.com/show_bug.cgi?id=1350523
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.redhat.com/show_bug.cgi?id=1350523
</pre>
</div>
</content>
</entry>
<entry>
<title>Post-release version bump to 2.1.0</title>
<updated>2016-07-25T12:31:45+00:00</updated>
<author>
<name>Pavel Hrdina</name>
<email>phrdina@redhat.com</email>
</author>
<published>2016-07-25T12:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt-python.git/commit/?id=8a42cdd043561ebce34fd41660d6c2966e0d659b'/>
<id>8a42cdd043561ebce34fd41660d6c2966e0d659b</id>
<content type='text'>
Signed-off-by: Pavel Hrdina &lt;phrdina@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Pavel Hrdina &lt;phrdina@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
