<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libvirt.git/tools, branch master</title>
<subtitle>libvirt.org: git/libvirt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/'/>
<entry>
<title>meson: Use initconfdir</title>
<updated>2023-05-05T13:08:25+00:00</updated>
<author>
<name>Andrea Bolognani</name>
<email>abologna@redhat.com</email>
</author>
<published>2023-04-29T16:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/commit/?id=32f772e98659eba8b93e940698102464c4b91209'/>
<id>32f772e98659eba8b93e940698102464c4b91209</id>
<content type='text'>
Signed-off-by: Andrea Bolognani &lt;abologna@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>
Signed-off-by: Andrea Bolognani &lt;abologna@redhat.com&gt;
Reviewed-by: Martin Kletzander &lt;mkletzan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: virsh-domain: display progress with enhanced granularity</title>
<updated>2023-05-02T13:52:20+00:00</updated>
<author>
<name>Shaleen Bathla</name>
<email>shaleen.bathla@oracle.com</email>
</author>
<published>2023-04-26T11:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/commit/?id=b4f5e6c91b9871173de205f81b51cf06a833fcb1'/>
<id>b4f5e6c91b9871173de205f81b51cf06a833fcb1</id>
<content type='text'>
Switch from int to double for displaying job progress upto 2 decimal
places.

Signed-off-by: Shaleen Bathla &lt;shaleen.bathla@oracle.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@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>
Switch from int to double for displaying job progress upto 2 decimal
places.

Signed-off-by: Shaleen Bathla &lt;shaleen.bathla@oracle.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
Reviewed-by: Martin Kletzander &lt;mkletzan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: virsh-domain: refactor variable initialization</title>
<updated>2023-05-02T13:52:20+00:00</updated>
<author>
<name>Shaleen Bathla</name>
<email>shaleen.bathla@oracle.com</email>
</author>
<published>2023-04-26T11:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/commit/?id=51cfca2210cd11d49ab72c104834f0e6718abd12'/>
<id>51cfca2210cd11d49ab72c104834f0e6718abd12</id>
<content type='text'>
Signed-off-by: Shaleen Bathla &lt;shaleen.bathla@oracle.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@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>
Signed-off-by: Shaleen Bathla &lt;shaleen.bathla@oracle.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
Reviewed-by: Martin Kletzander &lt;mkletzan@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>virsh: cmdIOThreadSet: Use bigger types for --poll-grow and --poll-shrink</title>
<updated>2023-05-02T12:32:47+00:00</updated>
<author>
<name>Peter Krempa</name>
<email>pkrempa@redhat.com</email>
</author>
<published>2023-04-19T10:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/commit/?id=6df1d137dd3adfa507d17cf3bf8d11459ab443d0'/>
<id>6df1d137dd3adfa507d17cf3bf8d11459ab443d0</id>
<content type='text'>
The qemu driver now accepts also _ULLONG as type for bigger numbers. Use
the 'virTypedParamListAddUnsigned' helper to use the bigger typed
parameter type if necessary to allow full range of the values while
preserving compatibility.

Signed-off-by: Peter Krempa &lt;pkrempa@redhat.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>
The qemu driver now accepts also _ULLONG as type for bigger numbers. Use
the 'virTypedParamListAddUnsigned' helper to use the bigger typed
parameter type if necessary to allow full range of the values while
preserving compatibility.

Signed-off-by: Peter Krempa &lt;pkrempa@redhat.com&gt;
Reviewed-by: Ján Tomko &lt;jtomko@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>virsh: cmdIOThreadSet: Refactor to use virTypedParamList</title>
<updated>2023-05-02T12:32:47+00:00</updated>
<author>
<name>Peter Krempa</name>
<email>pkrempa@redhat.com</email>
</author>
<published>2023-04-18T20:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/commit/?id=e094d21004103646e1ddd19f0a572becedb78b24'/>
<id>e094d21004103646e1ddd19f0a572becedb78b24</id>
<content type='text'>
Refactor to use the new data type so that we can use the APIs of it in
upcoming patches.

Signed-off-by: Peter Krempa &lt;pkrempa@redhat.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>
Refactor to use the new data type so that we can use the APIs of it in
upcoming patches.

Signed-off-by: Peter Krempa &lt;pkrempa@redhat.com&gt;
Reviewed-by: Ján Tomko &lt;jtomko@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>virsh: Introduce --xpath and --wrap to domcapabilities</title>
<updated>2023-04-18T07:06:08+00:00</updated>
<author>
<name>Michal Privoznik</name>
<email>mprivozn@redhat.com</email>
</author>
<published>2023-04-14T14:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/commit/?id=98d5b07f6d467675cd40d2805b640937f122970f'/>
<id>98d5b07f6d467675cd40d2805b640937f122970f</id>
<content type='text'>
Similarly to dumpxml, let's have --xpath and --wrap to the
'domcapabilities' command since users might be interested only in
a subset of domcapabilities XML.

Signed-off-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
Reviewed-by: Kristina Hanicova &lt;khanicov@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similarly to dumpxml, let's have --xpath and --wrap to the
'domcapabilities' command since users might be interested only in
a subset of domcapabilities XML.

Signed-off-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
Reviewed-by: Kristina Hanicova &lt;khanicov@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>virsh: Introduce --xpath and --wrap to capabilities</title>
<updated>2023-04-18T06:37:23+00:00</updated>
<author>
<name>Michal Privoznik</name>
<email>mprivozn@redhat.com</email>
</author>
<published>2023-04-14T14:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/commit/?id=332385aa7ed81ed5c6cc42e41071bca06f607a2a'/>
<id>332385aa7ed81ed5c6cc42e41071bca06f607a2a</id>
<content type='text'>
Similarly to dumpxml, let's have --xpath and --wrap to the
'capabilities' command since users might be interested only in a
subset of capabilities XML.

Signed-off-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
Reviewed-by: Kristina Hanicova &lt;khanicov@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similarly to dumpxml, let's have --xpath and --wrap to the
'capabilities' command since users might be interested only in a
subset of capabilities XML.

Signed-off-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
Reviewed-by: Kristina Hanicova &lt;khanicov@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>virsh-domain-event: Make 'virshEventIOError(Reason)Print' translation friendly</title>
<updated>2023-04-14T13:22:02+00:00</updated>
<author>
<name>Peter Krempa</name>
<email>pkrempa@redhat.com</email>
</author>
<published>2023-04-13T06:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/commit/?id=7cbbd45af115c24dba1b1be9631a32d6215ff0cc'/>
<id>7cbbd45af115c24dba1b1be9631a32d6215ff0cc</id>
<content type='text'>
Signed-off-by: Peter Krempa &lt;pkrempa@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: Peter Krempa &lt;pkrempa@redhat.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>virsh-domain-event: Make 'virshEventWatchdogPrint' translation friendly</title>
<updated>2023-04-14T13:22:02+00:00</updated>
<author>
<name>Peter Krempa</name>
<email>pkrempa@redhat.com</email>
</author>
<published>2023-04-13T06:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/commit/?id=24b56900f8eb1e508a7aa83ca5a47ce8404c6bbc'/>
<id>24b56900f8eb1e508a7aa83ca5a47ce8404c6bbc</id>
<content type='text'>
Signed-off-by: Peter Krempa &lt;pkrempa@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: Peter Krempa &lt;pkrempa@redhat.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>virsh-domain-event: Make 'virshEventTrayChangePrint' translation friendly</title>
<updated>2023-04-14T13:22:02+00:00</updated>
<author>
<name>Peter Krempa</name>
<email>pkrempa@redhat.com</email>
</author>
<published>2023-04-13T06:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt.git/commit/?id=4c531e0130f5e4ba82b8df893740dba2367f4586'/>
<id>4c531e0130f5e4ba82b8df893740dba2367f4586</id>
<content type='text'>
Remove construction of the event string from sub-strings marked as
translatable. Without context it's impossible to translate it correctly.

This slightly increases verbosity of the code but actually makes it more
readable as everything is inline.

Signed-off-by: Peter Krempa &lt;pkrempa@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>
Remove construction of the event string from sub-strings marked as
translatable. Without context it's impossible to translate it correctly.

This slightly increases verbosity of the code but actually makes it more
readable as everything is inline.

Signed-off-by: Peter Krempa &lt;pkrempa@redhat.com&gt;
Reviewed-by: Michal Privoznik &lt;mprivozn@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
