<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libvirt.git/src/vmware, branch master</title>
<subtitle>libvirt.org: git/libvirt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/'/>
<entry>
<title>virStringParseVersion: Parse into 'unsigned long long'</title>
<updated>2023-04-03T07:19:06+00:00</updated>
<author>
<name>Peter Krempa</name>
<email>pkrempa@redhat.com</email>
</author>
<published>2023-03-07T15:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/commit/?id=5b738195a2ccd67d053e4e0e059c518872f34997'/>
<id>5b738195a2ccd67d053e4e0e059c518872f34997</id>
<content type='text'>
Phase out 'unsigned long'

Signed-off-by: Peter Krempa &lt;pkrempa@redhat.com&gt;
Reviewed-by: Martin Kletzander &lt;mkletzan@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Phase out 'unsigned long'

Signed-off-by: Peter Krempa &lt;pkrempa@redhat.com&gt;
Reviewed-by: Martin Kletzander &lt;mkletzan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vmware: Update format strings in translated messages</title>
<updated>2023-04-01T09:40:35+00:00</updated>
<author>
<name>Jiri Denemark</name>
<email>jdenemar@redhat.com</email>
</author>
<published>2023-03-09T14:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/commit/?id=9d10e312580428ff4f8079b83093c9091e897db9'/>
<id>9d10e312580428ff4f8079b83093c9091e897db9</id>
<content type='text'>
Signed-off-by: Jiri Denemark &lt;jdenemar@redhat.com&gt;
Reviewed-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: Jiri Denemark &lt;jdenemar@redhat.com&gt;
Reviewed-by: Daniel P. Berrangé &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vmware: use g_autofree and remove unnecessary label</title>
<updated>2023-01-09T03:38:52+00:00</updated>
<author>
<name>Jiang Jiacheng</name>
<email>jiangjiacheng@huawei.com</email>
</author>
<published>2023-01-06T09:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/commit/?id=e26c5d1212469b8540dc9beef2fb76e7bd2de667'/>
<id>e26c5d1212469b8540dc9beef2fb76e7bd2de667</id>
<content type='text'>
Signed-off-by: Jiang Jiacheng &lt;jiangjiacheng@huawei.com&gt;
Reviewed-by: Jonathon Jongsma &lt;jjongsma@redhat.com&gt;
Reviewed-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jiang Jiacheng &lt;jiangjiacheng@huawei.com&gt;
Reviewed-by: Jonathon Jongsma &lt;jjongsma@redhat.com&gt;
Reviewed-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>conf: extend xmlopt with job config &amp; add job object into domain object</title>
<updated>2022-09-07T10:06:18+00:00</updated>
<author>
<name>Kristina Hanicova</name>
<email>khanicov@redhat.com</email>
</author>
<published>2022-09-05T13:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/commit/?id=84e9fd068ccad6e19e037cd6680df437617e2de5'/>
<id>84e9fd068ccad6e19e037cd6680df437617e2de5</id>
<content type='text'>
This patch adds the generalized job object into the domain object
so that it can be used by all drivers without the need to extract
it from the private data.

Because of this, the job object needs to be created and set
during the creation of the domain object. This patch also extends
xmlopt with possible job config containing virDomainJobObj
callbacks, its private data callbacks and one variable
(maxQueuedJobs).

This patch includes:
* addition of virDomainJobObj into virDomainObj (used in the
  following patches)
* extending xmlopt with job config structure
* new function for freeing the virDomainJobObj

Signed-off-by: Kristina Hanicova &lt;khanicov@redhat.com&gt;
Reviewed-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the generalized job object into the domain object
so that it can be used by all drivers without the need to extract
it from the private data.

Because of this, the job object needs to be created and set
during the creation of the domain object. This patch also extends
xmlopt with possible job config containing virDomainJobObj
callbacks, its private data callbacks and one variable
(maxQueuedJobs).

This patch includes:
* addition of virDomainJobObj into virDomainObj (used in the
  following patches)
* extending xmlopt with job config structure
* new function for freeing the virDomainJobObj

Signed-off-by: Kristina Hanicova &lt;khanicov@redhat.com&gt;
Reviewed-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vmware: Remove unused includes</title>
<updated>2022-06-16T04:43:58+00:00</updated>
<author>
<name>Peng Liang</name>
<email>tcx4c70@gmail.com</email>
</author>
<published>2022-06-08T12:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/commit/?id=5bfb23850e218d91b229d072f6976a031b3edd90'/>
<id>5bfb23850e218d91b229d072f6976a031b3edd90</id>
<content type='text'>
Signed-off-by: Peng Liang &lt;tcx4c70@gmail.com&gt;
Reviewed-by: Ján Tomko &lt;jtomko@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Peng Liang &lt;tcx4c70@gmail.com&gt;
Reviewed-by: Ján Tomko &lt;jtomko@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vmware: Use automatic mutex management</title>
<updated>2022-02-11T15:03:12+00:00</updated>
<author>
<name>Tim Wiederhake</name>
<email>twiederh@redhat.com</email>
</author>
<published>2022-02-08T10:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/commit/?id=ee0bc8947031e5738ab006c32ca278de83041bd8'/>
<id>ee0bc8947031e5738ab006c32ca278de83041bd8</id>
<content type='text'>
Signed-off-by: Tim Wiederhake &lt;twiederh@redhat.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Wiederhake &lt;twiederh@redhat.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: remove unnecessary virutil.h includes</title>
<updated>2022-02-03T13:10:04+00:00</updated>
<author>
<name>Ján Tomko</name>
<email>jtomko@redhat.com</email>
</author>
<published>2020-02-23T23:43:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/commit/?id=baa779ea9c62b431049c0b3d01806a02e4fbfd67'/>
<id>baa779ea9c62b431049c0b3d01806a02e4fbfd67</id>
<content type='text'>
Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Reviewed-by: Laine Stump &lt;laine@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Reviewed-by: Laine Stump &lt;laine@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>virParseVersionString: rename to virStringParseVersion</title>
<updated>2022-02-03T13:10:03+00:00</updated>
<author>
<name>Ján Tomko</name>
<email>jtomko@redhat.com</email>
</author>
<published>2020-02-23T23:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/commit/?id=8eb7d869edc54ac533aa4d55724f1d858682f494'/>
<id>8eb7d869edc54ac533aa4d55724f1d858682f494</id>
<content type='text'>
Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Reviewed-by: Laine Stump &lt;laine@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Reviewed-by: Laine Stump &lt;laine@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vmware: refactor vmwareExtractVersion</title>
<updated>2021-12-14T15:41:06+00:00</updated>
<author>
<name>Ján Tomko</name>
<email>jtomko@redhat.com</email>
</author>
<published>2021-12-13T17:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/commit/?id=e86d62f8f7611a4cea502821373464b84df5de1d'/>
<id>e86d62f8f7611a4cea502821373464b84df5de1d</id>
<content type='text'>
Use g_auto for cleanup and remove the cleanup label.

Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use g_auto for cleanup and remove the cleanup label.

Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vmware: use g_auto in vmwareLoadDomains</title>
<updated>2021-12-14T15:41:06+00:00</updated>
<author>
<name>Ján Tomko</name>
<email>jtomko@redhat.com</email>
</author>
<published>2021-12-13T17:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libvirt.git/commit/?id=4f1c1c9ff7082678854a7e80d1b4111dd89f940e'/>
<id>4f1c1c9ff7082678854a7e80d1b4111dd89f940e</id>
<content type='text'>
Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ján Tomko &lt;jtomko@redhat.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
