<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libvirt-python.git, branch v7.1.0</title>
<subtitle>libvirt.org: git/libvirt-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/'/>
<entry>
<title>Fix wrong type for BlockThreshold Callback</title>
<updated>2021-03-01T08:51:40+00:00</updated>
<author>
<name>renlei4</name>
<email>ren.lei4@zte.com.cn</email>
</author>
<published>2021-03-01T08:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=fd069ac85c8cf1593587dc9287a3d5eb6bd4bdb9'/>
<id>fd069ac85c8cf1593587dc9287a3d5eb6bd4bdb9</id>
<content type='text'>
type of threshold and excess are unsigned long long,
but PyObject_CallMethod incorrectly set it to int.

if threshold or excess greater than 0x7FFFFFFF(max int),
those variables will overflow.

Signed-off-by: Ren Lei &lt;ren.lei4@zte.com.cn&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
type of threshold and excess are unsigned long long,
but PyObject_CallMethod incorrectly set it to int.

if threshold or excess greater than 0x7FFFFFFF(max int),
those variables will overflow.

Signed-off-by: Ren Lei &lt;ren.lei4@zte.com.cn&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add impl override for virDomainGetMessages</title>
<updated>2021-02-15T16:02:21+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
<email>berrange@redhat.com</email>
</author>
<published>2021-02-15T15:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=75c053e49ef5c7fbd748863e9507f46737bb5bcd'/>
<id>75c053e49ef5c7fbd748863e9507f46737bb5bcd</id>
<content type='text'>
Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>improving readme with requirements</title>
<updated>2021-02-09T13:35:52+00:00</updated>
<author>
<name>Beraldo Leal</name>
<email>bleal@redhat.com</email>
</author>
<published>2021-02-09T13:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=ac2647f9587f50d8e15c88567b3dab2a087cea9d'/>
<id>ac2647f9587f50d8e15c88567b3dab2a087cea9d</id>
<content type='text'>
When installing this library in a fresh system, some basic packages are
necessary to compile and run. This patch will add basic instructions
with some requirements to help new contributors and users.

Signed-off-by: Beraldo Leal &lt;bleal@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When installing this library in a fresh system, some basic packages are
necessary to compile and run. This patch will add basic instructions
with some requirements to help new contributors and users.

Signed-off-by: Beraldo Leal &lt;bleal@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Post-release version bump to 7.1.0</title>
<updated>2021-01-15T08:54:11+00:00</updated>
<author>
<name>Jiri Denemark</name>
<email>jdenemar@redhat.com</email>
</author>
<published>2021-01-15T08:54:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=53065adece0c58a4c044daffe049aa25aac6854b'/>
<id>53065adece0c58a4c044daffe049aa25aac6854b</id>
<content type='text'>
Signed-off-by: Jiri Denemark &lt;jdenemar@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jiri Denemark &lt;jdenemar@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: refresh containers for CentOS-8 PowerTools repo rename</title>
<updated>2020-12-15T10:44:30+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
<email>berrange@redhat.com</email>
</author>
<published>2020-12-15T10:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=d2dff0b7758f0ad7e5ab4695e6041c9e9df32a37'/>
<id>d2dff0b7758f0ad7e5ab4695e6041c9e9df32a37</id>
<content type='text'>
A recent CentOS-8 update renamed the "PowerTools" repo to "powertools"
and since dnf is case sensitive wrt repo names, this broke ability to
build new containers.

The refresh fixes the repo name and pulls in other misc improvements
to containers.

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A recent CentOS-8 update renamed the "PowerTools" repo to "powertools"
and since dnf is case sensitive wrt repo names, this broke ability to
build new containers.

The refresh fixes the repo name and pulls in other misc improvements
to containers.

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid signed/unsigned warnings in loop over SSH keys</title>
<updated>2020-12-03T11:57:25+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
<email>berrange@redhat.com</email>
</author>
<published>2020-12-03T11:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=9b942039cac92380992e6800ab7271354433ec5f'/>
<id>9b942039cac92380992e6800ab7271354433ec5f</id>
<content type='text'>
libvirt-override.c: In function ‘libvirt_virDomainAuthorizedSSHKeysGet’:
libvirt-override.c:10455:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
10455 |     for (i = 0; i &lt; nkeys; i++)
      |                   ^

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libvirt-override.c: In function ‘libvirt_virDomainAuthorizedSSHKeysGet’:
libvirt-override.c:10455:19: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
10455 |     for (i = 0; i &lt; nkeys; i++)
      |                   ^

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gitlab: replace "libvirt-" prefix with "ci-" in dockerfiles</title>
<updated>2020-12-01T16:52:33+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
<email>berrange@redhat.com</email>
</author>
<published>2020-12-01T16:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=0b10d9cba8e6d0344b5d92d4803484a2869d9e95'/>
<id>0b10d9cba8e6d0344b5d92d4803484a2869d9e95</id>
<content type='text'>
This makes the dockerfile name match the output container name

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the dockerfile name match the output container name

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gitlab: refresh containers with lcitool for fully minimized base</title>
<updated>2020-12-01T16:52:33+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
<email>berrange@redhat.com</email>
</author>
<published>2020-11-23T18:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=d91aadf443fea72cb2297958843992a83f62757a'/>
<id>d91aadf443fea72cb2297958843992a83f62757a</id>
<content type='text'>
Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gitlab: re-generate container images from lcitool</title>
<updated>2020-12-01T16:52:31+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
<email>berrange@redhat.com</email>
</author>
<published>2020-11-23T18:03:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=b37f39e4f753c7757a8c91bf16cce8557caec496'/>
<id>b37f39e4f753c7757a8c91bf16cce8557caec496</id>
<content type='text'>
This introduces Fedora 33 and removes some redundant packages.

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This introduces Fedora 33 and removes some redundant packages.

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gitlab: move dockerfiles into ci/containers sub-directory</title>
<updated>2020-12-01T16:17:35+00:00</updated>
<author>
<name>Daniel P. Berrangé</name>
<email>berrange@redhat.com</email>
</author>
<published>2020-11-23T17:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=2110591acfd3a30870f70c2256229e49a4bcd9ee'/>
<id>2110591acfd3a30870f70c2256229e49a4bcd9ee</id>
<content type='text'>
This brings the repo into alignment with the main libvirt.git practice.

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings the repo into alignment with the main libvirt.git practice.

Signed-off-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
