mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 09:53:10 +00:00
Use https:// links for most sites
This adds a rule to require https links for the libvirt, qemu and kvm websites. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
f72d7cd933
commit
e371b3bf41
17
cfg.mk
17
cfg.mk
@ -1020,6 +1020,23 @@ sc_prohibit_obj_free_apis_in_virsh:
|
|||||||
halt='avoid using virDomain(Snapshot)Free in virsh, use virsh-prefixed wrappers instead' \
|
halt='avoid using virDomain(Snapshot)Free in virsh, use virsh-prefixed wrappers instead' \
|
||||||
$(_sc_search_regexp)
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
|
https_sites = www.libvirt.org
|
||||||
|
https_sites += libvirt.org
|
||||||
|
https_sites += security.libvirt.org
|
||||||
|
https_sites += qemu.org
|
||||||
|
https_sites += www.qemu.org
|
||||||
|
https_sites += wiki.qemu.org
|
||||||
|
https_sites += linux-kvm.org
|
||||||
|
https_sites += www.linux-kvm.org
|
||||||
|
|
||||||
|
https_re= ($(subst $(space),|,$(https_sites)))
|
||||||
|
|
||||||
|
sc_prohibit_http_urls:
|
||||||
|
@prohibit='http://$(https_re)' \
|
||||||
|
exclude="/schemas/" \
|
||||||
|
halt='Links must use https:// protocol' \
|
||||||
|
$(_sc_search_regexp)
|
||||||
|
|
||||||
# We don't use this feature of maint.mk.
|
# We don't use this feature of maint.mk.
|
||||||
prev_version_file = /dev/null
|
prev_version_file = /dev/null
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU Lesser General Public
|
|||||||
dnl License along with this library. If not, see
|
dnl License along with this library. If not, see
|
||||||
dnl <http://www.gnu.org/licenses/>.
|
dnl <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_INIT([libvirt], [3.9.0], [libvir-list@redhat.com], [], [http://libvirt.org])
|
AC_INIT([libvirt], [3.9.0], [libvir-list@redhat.com], [], [https://libvirt.org])
|
||||||
AC_CONFIG_SRCDIR([src/libvirt.c])
|
AC_CONFIG_SRCDIR([src/libvirt.c])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Master libvirt daemon configuration file
|
# Master libvirt daemon configuration file
|
||||||
#
|
#
|
||||||
# For further information consult http://libvirt.org/format.html
|
# For further information consult https://libvirt.org/format.html
|
||||||
#
|
#
|
||||||
# NOTE: the tests/daemon-conf regression test script requires
|
# NOTE: the tests/daemon-conf regression test script requires
|
||||||
# that each "PARAMETER = VALUE" line in this file have the parameter
|
# that each "PARAMETER = VALUE" line in this file have the parameter
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# Short-Description: daemon for libvirt virtualization API
|
# Short-Description: daemon for libvirt virtualization API
|
||||||
# Description: This is a daemon for managing guest instances
|
# Description: This is a daemon for managing guest instances
|
||||||
# and libvirt virtual networks
|
# and libvirt virtual networks
|
||||||
# See http://libvirt.org
|
# See https://libvirt.org
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
# the following is chkconfig init header
|
# the following is chkconfig init header
|
||||||
@ -24,7 +24,7 @@
|
|||||||
# chkconfig: 345 97 03
|
# chkconfig: 345 97 03
|
||||||
# description: This is a daemon for managing guest instances \
|
# description: This is a daemon for managing guest instances \
|
||||||
# and libvirt virtual networks \
|
# and libvirt virtual networks \
|
||||||
# See http://libvirt.org
|
# See https://libvirt.org
|
||||||
#
|
#
|
||||||
# processname: libvirtd
|
# processname: libvirtd
|
||||||
# pidfile: @localstatedir@/run/libvirtd.pid
|
# pidfile: @localstatedir@/run/libvirtd.pid
|
||||||
|
@ -166,7 +166,7 @@ Please report all bugs you discover. This should be done via either:
|
|||||||
|
|
||||||
=item a) the mailing list
|
=item a) the mailing list
|
||||||
|
|
||||||
L<http://libvirt.org/contact.html>
|
L<https://libvirt.org/contact.html>
|
||||||
|
|
||||||
=item or,
|
=item or,
|
||||||
|
|
||||||
@ -174,7 +174,7 @@ B<>
|
|||||||
|
|
||||||
=item b) the bug tracker
|
=item b) the bug tracker
|
||||||
|
|
||||||
L<http://libvirt.org/bugs.html>
|
L<https://libvirt.org/bugs.html>
|
||||||
|
|
||||||
=item Alternatively, you may report bugs to your software distributor / vendor.
|
=item Alternatively, you may report bugs to your software distributor / vendor.
|
||||||
|
|
||||||
@ -199,6 +199,6 @@ PURPOSE
|
|||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
L<virsh(1)>, L<virt-install(1)>, L<virt-xml-validate(1)>, L<virt-top(1)>,
|
L<virsh(1)>, L<virt-install(1)>, L<virt-xml-validate(1)>, L<virt-top(1)>,
|
||||||
L<virt-df(1)>, L<http://www.libvirt.org/>
|
L<virt-df(1)>, L<https://www.libvirt.org/>
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -15,7 +15,7 @@ After=apparmor.service
|
|||||||
After=local-fs.target
|
After=local-fs.target
|
||||||
After=remote-fs.target
|
After=remote-fs.target
|
||||||
Documentation=man:libvirtd(8)
|
Documentation=man:libvirtd(8)
|
||||||
Documentation=http://libvirt.org
|
Documentation=https://libvirt.org
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Libvirt guests shutdown
|
Description=Libvirt guests shutdown
|
||||||
Documentation=http://libvirt.org
|
Documentation=https://libvirt.org
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
page you were looking for. You might want to try
|
page you were looking for. You might want to try
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>going back to the <a href="http://libvirt.org/">home page</a> to find
|
<li>going back to the <a href="https://libvirt.org/">home page</a> to find
|
||||||
a collection of links to interesting pages on this site</li>
|
a collection of links to interesting pages on this site</li>
|
||||||
<li>using the search box at the top right corner of the screen to
|
<li>using the search box at the top right corner of the screen to
|
||||||
locate the content on this site or mailing list archives</li>
|
locate the content on this site or mailing list archives</li>
|
||||||
|
@ -354,7 +354,7 @@ polkit.addRule(function(action, subject) {
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
See
|
See
|
||||||
<a href="http://libvirt.org/git/?p=libvirt.git;a=tree;f=examples/polkit;hb=HEAD">source code</a>
|
<a href="https://libvirt.org/git/?p=libvirt.git;a=tree;f=examples/polkit;hb=HEAD">source code</a>
|
||||||
for a more complex example.
|
for a more complex example.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="http://libvirt.org/downloads.html">http://libvirt.org/downloads.html</a>
|
<a href="https://libvirt.org/downloads.html">https://libvirt.org/downloads.html</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -327,7 +327,7 @@
|
|||||||
Allows using simple ruby objects to manipulate
|
Allows using simple ruby objects to manipulate
|
||||||
hypervisors, guests, storage, network etc. It is
|
hypervisors, guests, storage, network etc. It is
|
||||||
based on top of
|
based on top of
|
||||||
the <a href="http://libvirt.org/ruby">native ruby bindings</a>.
|
the <a href="https://libvirt.org/ruby">native ruby bindings</a>.
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<strong>OCaml</strong>: Richard Jones develops
|
<strong>OCaml</strong>: Richard Jones develops
|
||||||
<a href="http://libvirt.org/ocaml/">OCaml bindings</a>.
|
<a href="https://libvirt.org/ocaml/">OCaml bindings</a>.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<strong>Perl</strong>: Daniel Berrange develops
|
<strong>Perl</strong>: Daniel Berrange develops
|
||||||
@ -33,7 +33,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<p>
|
<p>
|
||||||
<strong>PHP</strong>: Radek Hladik started developing
|
<strong>PHP</strong>: Radek Hladik started developing
|
||||||
<a href="http://libvirt.org/php">PHP bindings</a> in 2010.
|
<a href="https://libvirt.org/php">PHP bindings</a> in 2010.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
In February 2011 the binding development has been moved to the libvirt.org website as
|
In February 2011 the binding development has been moved to the libvirt.org website as
|
||||||
@ -43,13 +43,13 @@
|
|||||||
The project is now maintained by Michal Novotny and it's heavily based
|
The project is now maintained by Michal Novotny and it's heavily based
|
||||||
on Radek's version. For more information, including
|
on Radek's version. For more information, including
|
||||||
information on posting patches to libvirt-php, please refer
|
information on posting patches to libvirt-php, please refer
|
||||||
to the <a href="http://libvirt.org/php">PHP bindings</a> site.
|
to the <a href="https://libvirt.org/php">PHP bindings</a> site.
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<p>
|
<p>
|
||||||
<strong>Python</strong>: Libvirt's python bindings are split to a
|
<strong>Python</strong>: Libvirt's python bindings are split to a
|
||||||
separate <a href="http://libvirt.org/git/?p=libvirt-python.git">package</a>
|
separate <a href="https://libvirt.org/git/?p=libvirt-python.git">package</a>
|
||||||
since version 1.2.0, older versions came with direct support for the
|
since version 1.2.0, older versions came with direct support for the
|
||||||
Python language.
|
Python language.
|
||||||
</p>
|
</p>
|
||||||
@ -70,7 +70,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<strong>Ruby</strong>: Chris Lalancette develops
|
<strong>Ruby</strong>: Chris Lalancette develops
|
||||||
<a href="http://libvirt.org/ruby/">Ruby bindings</a>.
|
<a href="https://libvirt.org/ruby/">Ruby bindings</a>.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="ftp://libvirt.org/libvirt/csharp/">libvirt.org FTP server</a></li>
|
<li><a href="ftp://libvirt.org/libvirt/csharp/">libvirt.org FTP server</a></li>
|
||||||
<li><a href="http://libvirt.org/sources/csharp/">libvirt.org HTTP server</a></li>
|
<li><a href="https://libvirt.org/sources/csharp/">libvirt.org HTTP server</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -46,7 +46,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The C# bindings source code is maintained in a <a
|
The C# bindings source code is maintained in a <a
|
||||||
href="http://git-scm.com/">git</a> repository available on
|
href="http://git-scm.com/">git</a> repository available on
|
||||||
<a href="http://libvirt.org/git/">libvirt.org</a>:
|
<a href="https://libvirt.org/git/">libvirt.org</a>:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
@ -58,7 +58,7 @@ git clone git://libvirt.org/libvirt-csharp.git
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-csharp.git;a=summary">http://libvirt.org/git/?p=libvirt-csharp.git;a=summary</a>
|
<a href="https://libvirt.org/git/?p=libvirt-csharp.git;a=summary">https://libvirt.org/git/?p=libvirt-csharp.git;a=summary</a>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2><a id="usage">Usage</a></h2>
|
<h2><a id="usage">Usage</a></h2>
|
||||||
|
@ -12,10 +12,10 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://libvirt.org/docs/libvirt-appdev-guide/en-US/html/">Application Development Guide (C language) HTML</a></li>
|
<li><a href="https://libvirt.org/docs/libvirt-appdev-guide/en-US/html/">Application Development Guide (C language) HTML</a></li>
|
||||||
<li><a href="http://libvirt.org/docs/libvirt-appdev-guide/en-US/pdf/">Application Development Guide (C language) PDF</a></li>
|
<li><a href="https://libvirt.org/docs/libvirt-appdev-guide/en-US/pdf/">Application Development Guide (C language) PDF</a></li>
|
||||||
<li><a href="http://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/">Application Development Guide (Python language) HTML</a></li>
|
<li><a href="https://libvirt.org/docs/libvirt-appdev-guide-python/en-US/html/">Application Development Guide (Python language) HTML</a></li>
|
||||||
<li><a href="http://libvirt.org/docs/libvirt-appdev-guide-python/en-US/pdf/">Application Development Guide (Python language) PDF</a></li>
|
<li><a href="https://libvirt.org/docs/libvirt-appdev-guide-python/en-US/pdf/">Application Development Guide (Python language) PDF</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Contributing content</h2>
|
<h2>Contributing content</h2>
|
||||||
@ -29,13 +29,13 @@
|
|||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
# C language
|
# C language
|
||||||
$ git clone <a href="http://libvirt.org/git/?p=libvirt-appdev-guide.git">git://libvirt.org/libvirt-appdev-guide.git</a>
|
$ git clone <a href="https://libvirt.org/git/?p=libvirt-appdev-guide.git">git://libvirt.org/libvirt-appdev-guide.git</a>
|
||||||
|
|
||||||
# Python language
|
# Python language
|
||||||
$ git clone <a href="http://libvirt.org/git/?p=libvirt-appdev-guide-python.git">git://libvirt.org/libvirt-appdev-guide-python.git</a>
|
$ git clone <a href="https://libvirt.org/git/?p=libvirt-appdev-guide-python.git">git://libvirt.org/libvirt-appdev-guide-python.git</a>
|
||||||
|
|
||||||
# Publican Style/Theme
|
# Publican Style/Theme
|
||||||
$ git clone <a href="http://libvirt.org/git/?p=libvirt-publican.git">git://libvirt.org/libvirt-publican.git</a>
|
$ git clone <a href="https://libvirt.org/git/?p=libvirt-publican.git">git://libvirt.org/libvirt-publican.git</a>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -566,8 +566,8 @@ initially for the <a href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.
|
|||||||
paravirtualization</a> but should be able to integrate other virtualization
|
paravirtualization</a> but should be able to integrate other virtualization
|
||||||
mechanisms if needed.</p>
|
mechanisms if needed.</p>
|
||||||
<p> If you get lost searching for some specific API use, try
|
<p> If you get lost searching for some specific API use, try
|
||||||
<a href="http://libvirt.org/search.php">the online search
|
<a href="https://libvirt.org/search.php">the online search
|
||||||
engine</a> hosted on <a href="http://libvirt.org/">libvirt.org</a>
|
engine</a> hosted on <a href="https://libvirt.org/">libvirt.org</a>
|
||||||
it indexes the project page, the APIs as well as the mailing-list archives. </p>
|
it indexes the project page, the APIs as well as the mailing-list archives. </p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -59,11 +59,11 @@
|
|||||||
<a href="csharp.html">c#</a>,
|
<a href="csharp.html">c#</a>,
|
||||||
<a href="https://godoc.org/github.com/libvirt/libvirt-go">go</a>,
|
<a href="https://godoc.org/github.com/libvirt/libvirt-go">go</a>,
|
||||||
<a href="java.html">java</a>,
|
<a href="java.html">java</a>,
|
||||||
<a href="http://libvirt.org/ocaml/">ocaml</a>.
|
<a href="https://libvirt.org/ocaml/">ocaml</a>.
|
||||||
<a href="http://search.cpan.org/dist/Sys-Virt/">perl</a>,
|
<a href="http://search.cpan.org/dist/Sys-Virt/">perl</a>,
|
||||||
<a href="python.html">python</a>,
|
<a href="python.html">python</a>,
|
||||||
<a href="php.html">php</a>,
|
<a href="php.html">php</a>,
|
||||||
<a href="http://libvirt.org/ruby/">ruby</a></dd>
|
<a href="https://libvirt.org/ruby/">ruby</a></dd>
|
||||||
|
|
||||||
|
|
||||||
<dt><a href="format.html">XML schemas</a></dt>
|
<dt><a href="format.html">XML schemas</a></dt>
|
||||||
|
@ -28,11 +28,11 @@
|
|||||||
<td>libvirt</td>
|
<td>libvirt</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/">http</a>
|
<a href="https://libvirt.org/sources/">http</a>
|
||||||
<a href="https://libvirt.org/sources/">https</a>
|
<a href="https://libvirt.org/sources/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt">gitlab</a>
|
||||||
@ -50,11 +50,11 @@
|
|||||||
<td>C#</td>
|
<td>C#</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/csharp/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/csharp/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/csharp/">http</a>
|
<a href="https://libvirt.org/sources/csharp/">http</a>
|
||||||
<a href="https://libvirt.org/sources/csharp/">https</a>
|
<a href="https://libvirt.org/sources/csharp/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-csharp.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-csharp.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-csharp">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-csharp">gitlab</a>
|
||||||
@ -66,11 +66,11 @@
|
|||||||
<td>Go</td>
|
<td>Go</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/go/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/go/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/go/">http</a>
|
<a href="https://libvirt.org/sources/go/">http</a>
|
||||||
<a href="https://libvirt.org/sources/go/">https</a>
|
<a href="https://libvirt.org/sources/go/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-go.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-go.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-go">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-go">gitlab</a>
|
||||||
@ -84,11 +84,11 @@
|
|||||||
<td>Java</td>
|
<td>Java</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/java/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/java/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/java/">http</a>
|
<a href="https://libvirt.org/sources/java/">http</a>
|
||||||
<a href="https://libvirt.org/sources/java/">https</a>
|
<a href="https://libvirt.org/sources/java/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-java.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-java.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-java">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-java">gitlab</a>
|
||||||
@ -100,11 +100,11 @@
|
|||||||
<td>OCaml</td>
|
<td>OCaml</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/ocaml/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/ocaml/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/ocaml/">http</a>
|
<a href="https://libvirt.org/sources/ocaml/">http</a>
|
||||||
<a href="https://libvirt.org/sources/ocaml/">https</a>
|
<a href="https://libvirt.org/sources/ocaml/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-ocaml.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-ocaml.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-ocaml">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-ocaml">gitlab</a>
|
||||||
@ -118,7 +118,7 @@
|
|||||||
<a href="http://search.cpan.org/dist/Sys-Virt/">cpan</a>
|
<a href="http://search.cpan.org/dist/Sys-Virt/">cpan</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-perl.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-perl.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-perl">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-perl">gitlab</a>
|
||||||
@ -126,18 +126,18 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://search.cpan.org/dist/Sys-Virt/">api ref</a>
|
<a href="http://search.cpan.org/dist/Sys-Virt/">api ref</a>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-perl.git;a=blob;f=Changes;hb=HEAD">changes</a>
|
<a href="https://libvirt.org/git/?p=libvirt-perl.git;a=blob;f=Changes;hb=HEAD">changes</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>PHP</td>
|
<td>PHP</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/php/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/php/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/php/">http</a>
|
<a href="https://libvirt.org/sources/php/">http</a>
|
||||||
<a href="https://libvirt.org/sources/php/">https</a>
|
<a href="https://libvirt.org/sources/php/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-php.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-php.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-php">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-php">gitlab</a>
|
||||||
@ -149,12 +149,12 @@
|
|||||||
<td>Python</td>
|
<td>Python</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/python/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/python/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/python/">http</a>
|
<a href="https://libvirt.org/sources/python/">http</a>
|
||||||
<a href="https://libvirt.org/sources/python/">https</a>
|
<a href="https://libvirt.org/sources/python/">https</a>
|
||||||
<a href="https://pypi.python.org/pypi/libvirt-python">pypi</a>
|
<a href="https://pypi.python.org/pypi/libvirt-python">pypi</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-python.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-python.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-python">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-python">gitlab</a>
|
||||||
@ -166,11 +166,11 @@
|
|||||||
<td>Ruby</td>
|
<td>Ruby</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/ruby/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/ruby/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/ruby/">http</a>
|
<a href="https://libvirt.org/sources/ruby/">http</a>
|
||||||
<a href="https://libvirt.org/sources/ruby/">https</a>
|
<a href="https://libvirt.org/sources/ruby/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=ruby-libvirt.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=ruby-libvirt.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/ruby-libvirt">gitlab</a>
|
<a href="https://gitlab.com/libvirt/ruby-libvirt">gitlab</a>
|
||||||
@ -182,11 +182,11 @@
|
|||||||
<td>Rust</td>
|
<td>Rust</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/rust/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/rust/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/rust/">http</a>
|
<a href="https://libvirt.org/sources/rust/">http</a>
|
||||||
<a href="https://libvirt.org/sources/rust/">https</a>
|
<a href="https://libvirt.org/sources/rust/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-rust.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-rust.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-rust">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-rust">gitlab</a>
|
||||||
@ -201,11 +201,11 @@
|
|||||||
<td>GLib / GConfig / GObject</td>
|
<td>GLib / GConfig / GObject</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/glib/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/glib/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/glib/">http</a>
|
<a href="https://libvirt.org/sources/glib/">http</a>
|
||||||
<a href="https://libvirt.org/sources/glib/">https</a>
|
<a href="https://libvirt.org/sources/glib/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-glib.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-glib.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-glib">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-glib">gitlab</a>
|
||||||
@ -217,11 +217,11 @@
|
|||||||
<td>Go XML</td>
|
<td>Go XML</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/go/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/go/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/go/">http</a>
|
<a href="https://libvirt.org/sources/go/">http</a>
|
||||||
<a href="https://libvirt.org/sources/go/">https</a>
|
<a href="https://libvirt.org/sources/go/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-go-xml.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-go-xml.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-go-xml">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-go-xml">gitlab</a>
|
||||||
@ -235,11 +235,11 @@
|
|||||||
<td>Console Proxy</td>
|
<td>Console Proxy</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/consoleproxy/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/consoleproxy/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/consoleproxy/">http</a>
|
<a href="https://libvirt.org/sources/consoleproxy/">http</a>
|
||||||
<a href="https://libvirt.org/sources/consoleproxy/">https</a>
|
<a href="https://libvirt.org/sources/consoleproxy/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-console-proxy.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-console-proxy.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-console-proxy">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-console-proxy">gitlab</a>
|
||||||
@ -251,11 +251,11 @@
|
|||||||
<td>CIM provider</td>
|
<td>CIM provider</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/CIM/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/CIM/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/CIM/">http</a>
|
<a href="https://libvirt.org/sources/CIM/">http</a>
|
||||||
<a href="https://libvirt.org/sources/CIM/">https</a>
|
<a href="https://libvirt.org/sources/CIM/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-cim.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-cim.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-cim">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-cim">gitlab</a>
|
||||||
@ -267,11 +267,11 @@
|
|||||||
<td>CIM utils</td>
|
<td>CIM utils</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/CIM/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/CIM/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/CIM/">http</a>
|
<a href="https://libvirt.org/sources/CIM/">http</a>
|
||||||
<a href="https://libvirt.org/sources/CIM/">https</a>
|
<a href="https://libvirt.org/sources/CIM/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libcmpiutil.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libcmpiutil.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libcmpiutil">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libcmpiutil">gitlab</a>
|
||||||
@ -283,11 +283,11 @@
|
|||||||
<td>SNMP</td>
|
<td>SNMP</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/snmp/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/snmp/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/snmp/">http</a>
|
<a href="https://libvirt.org/sources/snmp/">http</a>
|
||||||
<a href="https://libvirt.org/sources/snmp/">https</a>
|
<a href="https://libvirt.org/sources/snmp/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-snmp.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-snmp.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-snmp">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-snmp">gitlab</a>
|
||||||
@ -299,11 +299,11 @@
|
|||||||
<td>Application Sandbox</td>
|
<td>Application Sandbox</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/sandbox/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/sandbox/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/sandbox/">http</a>
|
<a href="https://libvirt.org/sources/sandbox/">http</a>
|
||||||
<a href="https://libvirt.org/sources/sandbox/">https</a>
|
<a href="https://libvirt.org/sources/sandbox/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-sandbox.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-sandbox.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-sandbox">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-sandbox">gitlab</a>
|
||||||
@ -318,11 +318,11 @@
|
|||||||
<td>TCK</td>
|
<td>TCK</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="ftp://libvirt.org/libvirt/tck/">ftp</a>
|
<a href="ftp://libvirt.org/libvirt/tck/">ftp</a>
|
||||||
<a href="http://libvirt.org/sources/tck/">http</a>
|
<a href="https://libvirt.org/sources/tck/">http</a>
|
||||||
<a href="https://libvirt.org/sources/tck/">https</a>
|
<a href="https://libvirt.org/sources/tck/">https</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-tck.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-tck.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-tck">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-tck">gitlab</a>
|
||||||
@ -334,7 +334,7 @@
|
|||||||
<td>Test API</td>
|
<td>Test API</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-test-API.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-test-API.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-test-API">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-test-API">gitlab</a>
|
||||||
@ -346,7 +346,7 @@
|
|||||||
<td>Jenkins Config</td>
|
<td>Jenkins Config</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-jenkins-ci.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-jenkins-ci.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-jenkins-ci">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-jenkins-ci">gitlab</a>
|
||||||
@ -358,7 +358,7 @@
|
|||||||
<td>CIM Test</td>
|
<td>CIM Test</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=cimtest.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=cimtest.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/cimtest">gitlab</a>
|
<a href="https://gitlab.com/libvirt/cimtest">gitlab</a>
|
||||||
@ -373,7 +373,7 @@
|
|||||||
<td>Publican Brand</td>
|
<td>Publican Brand</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-publican.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-publican.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-publican">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-publican">gitlab</a>
|
||||||
@ -385,7 +385,7 @@
|
|||||||
<td>App Development Guide</td>
|
<td>App Development Guide</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-appdev-guide.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-appdev-guide.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-appdev-guide">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-appdev-guide">gitlab</a>
|
||||||
@ -397,7 +397,7 @@
|
|||||||
<td>App Development Guide Python</td>
|
<td>App Development Guide Python</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-appdev-guide-python.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-appdev-guide-python.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-appdev-guide-python">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-appdev-guide-python">gitlab</a>
|
||||||
@ -409,7 +409,7 @@
|
|||||||
<td>virsh Command Reference</td>
|
<td>virsh Command Reference</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-virshcmdref.git;a=summary">libvirt</a>
|
<a href="https://libvirt.org/git/?p=libvirt-virshcmdref.git;a=summary">libvirt</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="https://gitlab.com/libvirt/libvirt-virshcmdref">gitlab</a>
|
<a href="https://gitlab.com/libvirt/libvirt-virshcmdref">gitlab</a>
|
||||||
@ -431,7 +431,7 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="ftp://libvirt.org/libvirt/">libvirt.org FTP server</a></li>
|
<li><a href="ftp://libvirt.org/libvirt/">libvirt.org FTP server</a></li>
|
||||||
<li><a href="http://libvirt.org/sources/">libvirt.org HTTP server</a></li>
|
<li><a href="https://libvirt.org/sources/">libvirt.org HTTP server</a></li>
|
||||||
<li><a href="https://libvirt.org/sources/">libvirt.org HTTPS server</a></li>
|
<li><a href="https://libvirt.org/sources/">libvirt.org HTTPS server</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -447,7 +447,7 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="ftp://libvirt.org/libvirt/libvirt-git-snapshot.tar.xz">libvirt.org FTP server</a></li>
|
<li><a href="ftp://libvirt.org/libvirt/libvirt-git-snapshot.tar.xz">libvirt.org FTP server</a></li>
|
||||||
<li><a href="http://libvirt.org/sources/libvirt-git-snapshot.tar.xz">libvirt.org HTTP server</a></li>
|
<li><a href="https://libvirt.org/sources/libvirt-git-snapshot.tar.xz">libvirt.org HTTP server</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2><a id="schedule">Primary release schedule</a></h2>
|
<h2><a id="schedule">Primary release schedule</a></h2>
|
||||||
@ -529,7 +529,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
All modules maintained by the libvirt project have their primary
|
All modules maintained by the libvirt project have their primary
|
||||||
source available in the <a href="http://libvirt.org/git/">project GIT server</a>.
|
source available in the <a href="https://libvirt.org/git/">project GIT server</a>.
|
||||||
Each module can be cloned anonymously using:
|
Each module can be cloned anonymously using:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -601,7 +601,7 @@ rather than creating new network namespace for the container. In this case privn
|
|||||||
ignored.
|
ignored.
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
<domain type='lxc' xmlns:lxc='http://libvirt.org/schemas/domain/lxc/1.0'>
|
<domain type='lxc' xmlns:lxc='https://libvirt.org/schemas/domain/lxc/1.0'>
|
||||||
...
|
...
|
||||||
<lxc:namespace>
|
<lxc:namespace>
|
||||||
<lxc:sharenet type='netns' value='red'/>
|
<lxc:sharenet type='netns' value='red'/>
|
||||||
|
@ -15,11 +15,11 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
The <a href="http://www.linux-kvm.org/">KVM</a> Linux
|
The <a href="https://www.linux-kvm.org/">KVM</a> Linux
|
||||||
hypervisor
|
hypervisor
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The <a href="http://wiki.qemu.org/Index.html">QEMU</a> emulator
|
The <a href="https://wiki.qemu.org/Index.html">QEMU</a> emulator
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -546,7 +546,7 @@ $ virsh domxml-to-native qemu-argv demo.xml
|
|||||||
(<span class="since">Since 0.8.3</span>). In order to use the
|
(<span class="since">Since 0.8.3</span>). In order to use the
|
||||||
XML additions, it is necessary to issue an XML namespace request
|
XML additions, it is necessary to issue an XML namespace request
|
||||||
(the special <code>xmlns:<i>name</i></code> attribute) that
|
(the special <code>xmlns:<i>name</i></code> attribute) that
|
||||||
pulls in <code>http://libvirt.org/schemas/domain/qemu/1.0</code>;
|
pulls in <code>https://libvirt.org/schemas/domain/qemu/1.0</code>;
|
||||||
typically, the namespace is given the name
|
typically, the namespace is given the name
|
||||||
of <code>qemu</code>. With the namespace in place, it is then
|
of <code>qemu</code>. With the namespace in place, it is then
|
||||||
possible to add an element <code><qemu:commandline></code>
|
possible to add an element <code><qemu:commandline></code>
|
||||||
@ -566,7 +566,7 @@ $ virsh domxml-to-native qemu-argv demo.xml
|
|||||||
and optional <code>value</code>.</dd>
|
and optional <code>value</code>.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<p>Example:</p><pre>
|
<p>Example:</p><pre>
|
||||||
<domain type='qemu' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
|
<domain type='qemu' xmlns:qemu='https://libvirt.org/schemas/domain/qemu/1.0'>
|
||||||
<name>QEmu-fedora-i686</name>
|
<name>QEmu-fedora-i686</name>
|
||||||
<memory>219200</memory>
|
<memory>219200</memory>
|
||||||
<os>
|
<os>
|
||||||
|
@ -5224,7 +5224,7 @@ qemu-kvm -net nic,model=? /dev/null
|
|||||||
<dd>
|
<dd>
|
||||||
The optional <code>queues</code> attribute controls the number
|
The optional <code>queues</code> attribute controls the number
|
||||||
of queues to be used for either
|
of queues to be used for either
|
||||||
<a href="http://www.linux-kvm.org/page/Multiqueue"> Multiqueue
|
<a href="https://www.linux-kvm.org/page/Multiqueue"> Multiqueue
|
||||||
virtio-net</a> or <a href="#elementVhostuser">vhost-user</a> network
|
virtio-net</a> or <a href="#elementVhostuser">vhost-user</a> network
|
||||||
interfaces. Use of multiple packet processing queues requires the
|
interfaces. Use of multiple packet processing queues requires the
|
||||||
interface having the <code><model type='virtio'/></code>
|
interface having the <code><model type='virtio'/></code>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<p>Official upstream repository is kept in git
|
<p>Official upstream repository is kept in git
|
||||||
(<code>git://libvirt.org/libvirt.git</code>) and is browsable
|
(<code>git://libvirt.org/libvirt.git</code>) and is browsable
|
||||||
along with other libvirt-related repositories
|
along with other libvirt-related repositories
|
||||||
(e.g. libvirt-python) <a href="http://libvirt.org/git/">online</a>.</p>
|
(e.g. libvirt-python) <a href="https://libvirt.org/git/">online</a>.</p>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
not waiting for direct user input and have no graphical
|
not waiting for direct user input and have no graphical
|
||||||
interface. Such as Libvirt.</p>
|
interface. Such as Libvirt.</p>
|
||||||
|
|
||||||
<img alt="event loop" src="http://libvirt.org/git/?p=libvirt-media.git;a=blob_plain;f=png/event_loop_simple.png;hb=HEAD"/>
|
<img alt="event loop" src="https://libvirt.org/git/?p=libvirt-media.git;a=blob_plain;f=png/event_loop_simple.png;hb=HEAD"/>
|
||||||
|
|
||||||
<p>In Libvirt this approach is used in combination with
|
<p>In Libvirt this approach is used in combination with
|
||||||
<code>poll(2)</code> as all the communication with its
|
<code>poll(2)</code> as all the communication with its
|
||||||
@ -70,7 +70,7 @@
|
|||||||
acceptable for Libvirt. Therefore we have came up with the
|
acceptable for Libvirt. Therefore we have came up with the
|
||||||
following solution.</p>
|
following solution.</p>
|
||||||
|
|
||||||
<img alt="event loop" src="http://libvirt.org/git/?p=libvirt-media.git;a=blob_plain;f=png/event_loop_worker.png;hb=HEAD"/>
|
<img alt="event loop" src="https://libvirt.org/git/?p=libvirt-media.git;a=blob_plain;f=png/event_loop_worker.png;hb=HEAD"/>
|
||||||
|
|
||||||
<p>The event loop does only necessary minimum and hand over
|
<p>The event loop does only necessary minimum and hand over
|
||||||
message processing to another thread. In fact, there can be
|
message processing to another thread. In fact, there can be
|
||||||
|
@ -16,17 +16,17 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="ftp://libvirt.org/libvirt/java/">libvirt.org FTP server</a></li>
|
<li><a href="ftp://libvirt.org/libvirt/java/">libvirt.org FTP server</a></li>
|
||||||
<li><a href="http://libvirt.org/sources/java/">libvirt.org HTTP server</a></li>
|
<li><a href="https://libvirt.org/sources/java/">libvirt.org HTTP server</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Maven</h3>
|
<h3>Maven</h3>
|
||||||
<p>A maven repository is located at <a href="http://www.libvirt.org/maven2/">http://www.libvirt.org/maven2/</a>
|
<p>A maven repository is located at <a href="https://libvirt.org/maven2/">https://libvirt.org/maven2/</a>
|
||||||
which you can use to include this in your maven projects.</p>
|
which you can use to include this in your maven projects.</p>
|
||||||
|
|
||||||
<h2>GIT source repository</h2>
|
<h2>GIT source repository</h2>
|
||||||
<p> The Java bindings code source is now maintained in a <a
|
<p> The Java bindings code source is now maintained in a <a
|
||||||
href="http://git-scm.com/">git</a> repository available on
|
href="http://git-scm.com/">git</a> repository available on
|
||||||
<a href="http://libvirt.org/git/">libvirt.org</a>:
|
<a href="https://libvirt.org/git/">libvirt.org</a>:
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
git clone git://libvirt.org/libvirt-java.git
|
git clone git://libvirt.org/libvirt-java.git
|
||||||
@ -36,7 +36,7 @@ It can also be browsed at
|
|||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
|
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-java.git;a=summary">http://libvirt.org/git/?p=libvirt-java.git;a=summary</a>
|
<a href="https://libvirt.org/git/?p=libvirt-java.git;a=summary">https://libvirt.org/git/?p=libvirt-java.git;a=summary</a>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p></p>
|
<p></p>
|
||||||
@ -120,7 +120,7 @@ lower case, for example the C functions:</p>
|
|||||||
<code>virDomain.setMaxMemory(long memory)</code>
|
<code>virDomain.setMaxMemory(long memory)</code>
|
||||||
</p>
|
</p>
|
||||||
<p> There is of course some functions where the mapping is less direct
|
<p> There is of course some functions where the mapping is less direct
|
||||||
and using extra classes to map complex arguments. The <a href="http://libvirt.org/sources/java/javadoc">Javadoc</a> is available online or as
|
and using extra classes to map complex arguments. The <a href="https://libvirt.org/sources/java/javadoc">Javadoc</a> is available online or as
|
||||||
part of a separate libvirt-java-javadoc package.</p>
|
part of a separate libvirt-java-javadoc package.</p>
|
||||||
<p>So let's look at a simple example inspired from the
|
<p>So let's look at a simple example inspired from the
|
||||||
<code>test.java</code> test found in <code>src</code> in the source tree:</p>
|
<code>test.java</code> test found in <code>src</code> in the source tree:</p>
|
||||||
@ -164,7 +164,7 @@ from the C API, the only points to notice are:</p>
|
|||||||
<pre><repositories>
|
<pre><repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>libvirt-org</id>
|
<id>libvirt-org</id>
|
||||||
<url>http://libvirt.org/maven2</url>
|
<url>https://libvirt.org/maven2</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories></pre>
|
</repositories></pre>
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -257,7 +257,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Features:<br/>
|
<li>Features:<br/>
|
||||||
Secure Remote support (Richard Jones).
|
Secure Remote support (Richard Jones).
|
||||||
See <a href="http://libvirt.org/remote.html">the remote page</a> of the documentation<br/>
|
See <a href="https://libvirt.org/remote.html">the remote page</a> of the documentation<br/>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>Documentation:<br/>
|
<li>Documentation:<br/>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
<p>It is also possible to just use
|
<p>It is also possible to just use
|
||||||
the <a href="downloads.html">GIT version or snapshot</a>,
|
the <a href="downloads.html">GIT version or snapshot</a>,
|
||||||
contact the mailing list and check
|
contact the mailing list and check
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
the <a href="https://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||||
to gauge progress.
|
to gauge progress.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<p>This is the list of official releases for libvirt, along with an
|
<p>This is the list of official releases for libvirt, along with an
|
||||||
overview of the changes introduced by each of them.</p>
|
overview of the changes introduced by each of them.</p>
|
||||||
<p>For a more fine-grained view, use the
|
<p>For a more fine-grained view, use the
|
||||||
<a href="http://libvirt.org/git/?p=libvirt.git;a=log">git log</a>.
|
<a href="https://libvirt.org/git/?p=libvirt.git;a=log">git log</a>.
|
||||||
</p>
|
</p>
|
||||||
<xsl:apply-templates select="release"/>
|
<xsl:apply-templates select="release"/>
|
||||||
<p>Older libvirt releases didn't have proper release notes,
|
<p>Older libvirt releases didn't have proper release notes,
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<h2>Getting the source</h2>
|
<h2>Getting the source</h2>
|
||||||
<p> The PHP bindings code source is now maintained in a <a
|
<p> The PHP bindings code source is now maintained in a <a
|
||||||
href="http://git-scm.com/">git</a> repository available on
|
href="http://git-scm.com/">git</a> repository available on
|
||||||
<a href="http://libvirt.org/git/">libvirt.org</a>:
|
<a href="https://libvirt.org/git/">libvirt.org</a>:
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
git clone git://libvirt.org/libvirt-php.git
|
git clone git://libvirt.org/libvirt-php.git
|
||||||
@ -20,13 +20,13 @@ git clone git://libvirt.org/libvirt-php.git
|
|||||||
It can also be browsed at
|
It can also be browsed at
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-php.git;a=summary">http://libvirt.org/git/?p=libvirt-php.git;a=summary</a>
|
<a href="https://libvirt.org/git/?p=libvirt-php.git;a=summary">https://libvirt.org/git/?p=libvirt-php.git;a=summary</a>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p></p>
|
<p></p>
|
||||||
<h2>Project pages</h2>
|
<h2>Project pages</h2>
|
||||||
<p>Since February 2011 the project has its own pages hosted at libvirt.org. For more information on the project
|
<p>Since February 2011 the project has its own pages hosted at libvirt.org. For more information on the project
|
||||||
please refer to <a href="http://libvirt.org/php">http://libvirt.org/php</a>.
|
please refer to <a href="https://libvirt.org/php">https://libvirt.org/php</a>.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
When an embargo expires, security issues will be announced on both
|
When an embargo expires, security issues will be announced on both
|
||||||
the libvirt development and announcement <a href="http://libvirt.org/contact.html#email">mailing lists</a>.
|
the libvirt development and announcement <a href="https://libvirt.org/contact.html#email">mailing lists</a>.
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -23,12 +23,12 @@
|
|||||||
or more test case to define a given test scenario.</p>
|
or more test case to define a given test scenario.</p>
|
||||||
<p>For more details you can look at:</p>
|
<p>For more details you can look at:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li> A <a href="http://libvirt.org/sources/libvirt-test-API/Libvirt-test-API.pdf">documentation PDF</a>
|
<li> A <a href="https://libvirt.org/sources/libvirt-test-API/Libvirt-test-API.pdf">documentation PDF</a>
|
||||||
file describing the test suite and how to write test cases
|
file describing the test suite and how to write test cases
|
||||||
and test scenarios.</li>
|
and test scenarios.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p> Libvirt-test-API is maintained using
|
<p> Libvirt-test-API is maintained using
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-test-API.git">a GIT
|
<a href="https://libvirt.org/git/?p=libvirt-test-API.git">a GIT
|
||||||
repository</a>, and comment, patches and reviews are carried
|
repository</a>, and comment, patches and reviews are carried
|
||||||
on the <a href="contact.html">libvir-list</a> development list.</p>
|
on the <a href="contact.html">libvir-list</a> development list.</p>
|
||||||
</body>
|
</body>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<a href="ftp://libvirt.org/libvirt/tck/">download</a>, as a
|
<a href="ftp://libvirt.org/libvirt/tck/">download</a>, as a
|
||||||
<a href="http://rpmfind.net/linux/rpm2html/search.php?query=libvirt-tck">package</a>
|
<a href="http://rpmfind.net/linux/rpm2html/search.php?query=libvirt-tck">package</a>
|
||||||
in Fedora distributions, but best is probably to get
|
in Fedora distributions, but best is probably to get
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt-tck.git">version
|
the <a href="https://libvirt.org/git/?p=libvirt-tck.git">version
|
||||||
from GIT</a>.
|
from GIT</a>.
|
||||||
</li>
|
</li>
|
||||||
<li>the <a href="testapi.html">libvirt-test-API</a> is also a functional
|
<li>the <a href="testapi.html">libvirt-test-API</a> is also a functional
|
||||||
@ -32,7 +32,7 @@
|
|||||||
of libvirt. It is available separately as a
|
of libvirt. It is available separately as a
|
||||||
<a href="ftp://libvirt.org/libvirt/libvirt-test-API/">download</a>,
|
<a href="ftp://libvirt.org/libvirt/libvirt-test-API/">download</a>,
|
||||||
or directly get
|
or directly get
|
||||||
the <a href="http://libvirt.org/git/?p=libvirt-test-API.git">version
|
the <a href="https://libvirt.org/git/?p=libvirt-test-API.git">version
|
||||||
from GIT</a>.
|
from GIT</a>.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
Fedora Feature.</li>
|
Fedora Feature.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p> Libvirt-TCK is maintained using
|
<p> Libvirt-TCK is maintained using
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-tck.git">a GIT
|
<a href="https://libvirt.org/git/?p=libvirt-tck.git">a GIT
|
||||||
repository</a>, and comment, patches and reviews are carried
|
repository</a>, and comment, patches and reviews are carried
|
||||||
on the <a href="contact.html">libvir-list</a> development list.</p>
|
on the <a href="contact.html">libvir-list</a> development list.</p>
|
||||||
</body>
|
</body>
|
||||||
|
@ -30,10 +30,10 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://libvirt.org/sources/virshcmdref/html/">Standard HTML format, multiple pages</a>
|
<a href="https://libvirt.org/sources/virshcmdref/html/">Standard HTML format, multiple pages</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://libvirt.org/sources/virshcmdref/html-single/">HTML format, one long page</a>
|
<a href="https://libvirt.org/sources/virshcmdref/html-single/">HTML format, one long page</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -46,21 +46,21 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Standard HTML format, multiple pages
|
Standard HTML format, multiple pages
|
||||||
(<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.tar.gz">.tar.gz</a>)
|
(<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.tar.gz">.tar.gz</a>)
|
||||||
(<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.tar.bz2">.tar.bz2</a>)
|
(<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.tar.bz2">.tar.bz2</a>)
|
||||||
(<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.zip">.zip</a>)
|
(<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-multi-page.zip">.zip</a>)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
HTML format, one long page
|
HTML format, one long page
|
||||||
(<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.tar.gz">.tar.gz</a>)
|
(<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.tar.gz">.tar.gz</a>)
|
||||||
(<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.tar.bz2">.tar.bz2</a>)
|
(<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.tar.bz2">.tar.bz2</a>)
|
||||||
(<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.zip">.zip</a>)
|
(<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1-html-single.zip">.zip</a>)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1.pdf">PDF format</a>
|
<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1.pdf">PDF format</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1.epub">ePub format</a>
|
<a href="https://libvirt.org/sources/virshcmdref/Virsh_Command_Reference-0.8.7-1.epub">ePub format</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -68,7 +68,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The DocBook source is maintained in a <a
|
The DocBook source is maintained in a <a
|
||||||
href="http://git-scm.com/">git</a> repository available on
|
href="http://git-scm.com/">git</a> repository available on
|
||||||
<a href="http://libvirt.org/git/">libvirt.org</a>:
|
<a href="https://libvirt.org/git/">libvirt.org</a>:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
@ -80,7 +80,7 @@ git clone git://libvirt.org/libvirt-virshcmdref.git
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
<a href="http://libvirt.org/git/?p=libvirt-virshcmdref.git">http://libvirt.org/git/?p=libvirt-virshcmdref.git</a>
|
<a href="https://libvirt.org/git/?p=libvirt-virshcmdref.git">https://libvirt.org/git/?p=libvirt-virshcmdref.git</a>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
online here:<br />
|
online here:<br />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a href="http://libvirt.org/drvesx.html">http://libvirt.org/drvesx.html</a>
|
<a href="https://libvirt.org/drvesx.html">https://libvirt.org/drvesx.html</a>
|
||||||
|
|
||||||
<h2><a id="tlscerts">TLS Certificates</a></h2>
|
<h2><a id="tlscerts">TLS Certificates</a></h2>
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ print <<EOF;
|
|||||||
"http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
|
"http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
|
||||||
<policyconfig>
|
<policyconfig>
|
||||||
<vendor>Libvirt Project</vendor>
|
<vendor>Libvirt Project</vendor>
|
||||||
<vendor_url>http://libvirt.org</vendor_url>
|
<vendor_url>https://libvirt.org</vendor_url>
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
foreach my $object (sort { $a cmp $b } keys %perms) {
|
foreach my $object (sort { $a cmp $b } keys %perms) {
|
||||||
|
@ -1151,7 +1151,7 @@ virConnectOpenInternal(const char *name,
|
|||||||
* if not already running. This can be prevented by setting the
|
* if not already running. This can be prevented by setting the
|
||||||
* environment variable LIBVIRT_AUTOSTART=0
|
* environment variable LIBVIRT_AUTOSTART=0
|
||||||
*
|
*
|
||||||
* URIs are documented at http://libvirt.org/uri.html
|
* URIs are documented at httsp://libvirt.org/uri.html
|
||||||
*
|
*
|
||||||
* virConnectClose should be used to release the resources after the connection
|
* virConnectClose should be used to release the resources after the connection
|
||||||
* is no longer needed.
|
* is no longer needed.
|
||||||
@ -1190,7 +1190,7 @@ virConnectOpen(const char *name)
|
|||||||
* See virConnectOpen for notes about environment variables which can
|
* See virConnectOpen for notes about environment variables which can
|
||||||
* have an effect on opening drivers and freeing the connection resources
|
* have an effect on opening drivers and freeing the connection resources
|
||||||
*
|
*
|
||||||
* URIs are documented at http://libvirt.org/uri.html
|
* URIs are documented at https://libvirt.org/uri.html
|
||||||
*
|
*
|
||||||
* Returns a pointer to the hypervisor connection or NULL in case of error
|
* Returns a pointer to the hypervisor connection or NULL in case of error
|
||||||
*/
|
*/
|
||||||
@ -1228,7 +1228,7 @@ virConnectOpenReadOnly(const char *name)
|
|||||||
* See virConnectOpen for notes about environment variables which can
|
* See virConnectOpen for notes about environment variables which can
|
||||||
* have an effect on opening drivers and freeing the connection resources
|
* have an effect on opening drivers and freeing the connection resources
|
||||||
*
|
*
|
||||||
* URIs are documented at http://libvirt.org/uri.html
|
* URIs are documented at https://libvirt.org/uri.html
|
||||||
*
|
*
|
||||||
* Returns a pointer to the hypervisor connection or NULL in case of error
|
* Returns a pointer to the hypervisor connection or NULL in case of error
|
||||||
*/
|
*/
|
||||||
|
@ -128,7 +128,7 @@ Please report all bugs you discover. This should be done via either:
|
|||||||
|
|
||||||
=item a) the mailing list
|
=item a) the mailing list
|
||||||
|
|
||||||
L<http://libvirt.org/contact.html>
|
L<https://libvirt.org/contact.html>
|
||||||
|
|
||||||
=item or,
|
=item or,
|
||||||
|
|
||||||
@ -136,7 +136,7 @@ B<>
|
|||||||
|
|
||||||
=item b) the bug tracker
|
=item b) the bug tracker
|
||||||
|
|
||||||
L<http://libvirt.org/bugs.html>
|
L<https://libvirt.org/bugs.html>
|
||||||
|
|
||||||
=item Alternatively, you may report bugs to your software distributor / vendor.
|
=item Alternatively, you may report bugs to your software distributor / vendor.
|
||||||
|
|
||||||
@ -160,6 +160,6 @@ PURPOSE
|
|||||||
|
|
||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
L<libvirtd(8)>, L<http://www.libvirt.org/>
|
L<libvirtd(8)>, L<https://libvirt.org/>
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -3,7 +3,7 @@ Description=Virtual machine lock manager
|
|||||||
Requires=virtlockd.socket
|
Requires=virtlockd.socket
|
||||||
Before=libvirtd.service
|
Before=libvirtd.service
|
||||||
Documentation=man:virtlockd(8)
|
Documentation=man:virtlockd(8)
|
||||||
Documentation=http://libvirt.org
|
Documentation=https://libvirt.org
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/sysconfig/virtlockd
|
EnvironmentFile=-/etc/sysconfig/virtlockd
|
||||||
|
@ -128,7 +128,7 @@ Please report all bugs you discover. This should be done via either:
|
|||||||
|
|
||||||
=item a) the mailing list
|
=item a) the mailing list
|
||||||
|
|
||||||
L<http://libvirt.org/contact.html>
|
L<https://libvirt.org/contact.html>
|
||||||
|
|
||||||
=item or,
|
=item or,
|
||||||
|
|
||||||
@ -136,7 +136,7 @@ B<>
|
|||||||
|
|
||||||
=item b) the bug tracker
|
=item b) the bug tracker
|
||||||
|
|
||||||
L<http://libvirt.org/bugs.html>
|
L<https://libvirt.org/bugs.html>
|
||||||
|
|
||||||
=item Alternatively, you may report bugs to your software distributor / vendor.
|
=item Alternatively, you may report bugs to your software distributor / vendor.
|
||||||
|
|
||||||
@ -160,6 +160,6 @@ PURPOSE
|
|||||||
|
|
||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
L<libvirtd(8)>, L<http://www.libvirt.org/>
|
L<libvirtd(8)>, L<https://libvirt.org/>
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -3,7 +3,7 @@ Description=Virtual machine log manager
|
|||||||
Requires=virtlogd.socket
|
Requires=virtlogd.socket
|
||||||
Before=libvirtd.service
|
Before=libvirtd.service
|
||||||
Documentation=man:virtlogd(8)
|
Documentation=man:virtlogd(8)
|
||||||
Documentation=http://libvirt.org
|
Documentation=https://libvirt.org
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/sysconfig/virtlogd
|
EnvironmentFile=-/etc/sysconfig/virtlogd
|
||||||
|
@ -3809,7 +3809,7 @@ qemuBuildNicDevStr(virDomainDefPtr def,
|
|||||||
*/
|
*/
|
||||||
virBufferAddLit(&buf, ",mq=on");
|
virBufferAddLit(&buf, ",mq=on");
|
||||||
} else {
|
} else {
|
||||||
/* As advised at http://www.linux-kvm.org/page/Multiqueue
|
/* As advised at https://www.linux-kvm.org/page/Multiqueue
|
||||||
* we should add vectors=2*N+2 where N is the vhostfdSize
|
* we should add vectors=2*N+2 where N is the vhostfdSize
|
||||||
*/
|
*/
|
||||||
virBufferAsprintf(&buf, ",mq=on,vectors=%zu", 2 * vhostfdSize + 2);
|
virBufferAsprintf(&buf, ",mq=on,vectors=%zu", 2 * vhostfdSize + 2);
|
||||||
|
@ -369,7 +369,7 @@ static struct FileTypeInfo const fileTypeInfo[] = {
|
|||||||
qcow2GetFeatures
|
qcow2GetFeatures
|
||||||
},
|
},
|
||||||
[VIR_STORAGE_FILE_QED] = {
|
[VIR_STORAGE_FILE_QED] = {
|
||||||
/* http://wiki.qemu.org/Features/QED */
|
/* https://wiki.qemu.org/Features/QED */
|
||||||
0, "QED", NULL,
|
0, "QED", NULL,
|
||||||
LV_LITTLE_ENDIAN, -2, 0, {0},
|
LV_LITTLE_ENDIAN, -2, 0, {0},
|
||||||
QED_HDR_IMAGE_SIZE, 8, 1, NULL, qedGetBackingStore, NULL
|
QED_HDR_IMAGE_SIZE, 8, 1, NULL, qedGetBackingStore, NULL
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Master libvirt daemon configuration file
|
# Master libvirt daemon configuration file
|
||||||
#
|
#
|
||||||
# For further information consult http://libvirt.org/format.html
|
# For further information consult https://libvirt.org/format.html
|
||||||
|
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Master libvirt daemon configuration file
|
# Master libvirt daemon configuration file
|
||||||
#
|
#
|
||||||
# For further information consult http://libvirt.org/format.html
|
# For further information consult https://libvirt.org/format.html
|
||||||
#################################################################
|
#################################################################
|
||||||
#
|
#
|
||||||
# Network connectivitiy controls
|
# Network connectivitiy controls
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# Short-Description: suspend/resume libvirt guests on shutdown/boot
|
# Short-Description: suspend/resume libvirt guests on shutdown/boot
|
||||||
# Description: This is a script for suspending active libvirt guests
|
# Description: This is a script for suspending active libvirt guests
|
||||||
# on shutdown and resuming them on next boot
|
# on shutdown and resuming them on next boot
|
||||||
# See http://libvirt.org
|
# See https://libvirt.org
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
|
|
||||||
# the following is chkconfig init header
|
# the following is chkconfig init header
|
||||||
@ -24,7 +24,7 @@
|
|||||||
# chkconfig: 345 99 01
|
# chkconfig: 345 99 01
|
||||||
# description: This is a script for suspending active libvirt guests \
|
# description: This is a script for suspending active libvirt guests \
|
||||||
# on shutdown and resuming them on next boot \
|
# on shutdown and resuming them on next boot \
|
||||||
# See http://libvirt.org
|
# See https://libvirt.org
|
||||||
#
|
#
|
||||||
|
|
||||||
exec @libexecdir@/libvirt-guests.sh "$@"
|
exec @libexecdir@/libvirt-guests.sh "$@"
|
||||||
|
@ -7,7 +7,7 @@ After=time-sync.target
|
|||||||
After=libvirtd.service
|
After=libvirtd.service
|
||||||
After=virt-guest-shutdown.target
|
After=virt-guest-shutdown.target
|
||||||
Documentation=man:libvirtd(8)
|
Documentation=man:libvirtd(8)
|
||||||
Documentation=http://libvirt.org
|
Documentation=https://libvirt.org
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=-/etc/sysconfig/libvirt-guests
|
EnvironmentFile=-/etc/sysconfig/libvirt-guests
|
||||||
|
@ -511,7 +511,7 @@ virshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
|||||||
{
|
{
|
||||||
/* FIXME - list a copyright blurb, as in GNU programs? */
|
/* FIXME - list a copyright blurb, as in GNU programs? */
|
||||||
vshPrint(ctl, _("Virsh command line tool of libvirt %s\n"), VERSION);
|
vshPrint(ctl, _("Virsh command line tool of libvirt %s\n"), VERSION);
|
||||||
vshPrint(ctl, _("See web site at %s\n\n"), "http://libvirt.org/");
|
vshPrint(ctl, _("See web site at %s\n\n"), "https://libvirt.org/");
|
||||||
|
|
||||||
vshPrint(ctl, "%s", _("Compiled with support for:\n"));
|
vshPrint(ctl, "%s", _("Compiled with support for:\n"));
|
||||||
vshPrint(ctl, "%s", _(" Hypervisors:"));
|
vshPrint(ctl, "%s", _(" Hypervisors:"));
|
||||||
|
@ -249,7 +249,7 @@ Will print the current directory.
|
|||||||
is automatically run with the I<URI> parameter requested by the C<-c>
|
is automatically run with the I<URI> parameter requested by the C<-c>
|
||||||
option on the command line. The I<URI> parameter specifies how to
|
option on the command line. The I<URI> parameter specifies how to
|
||||||
connect to the hypervisor. The documentation page at
|
connect to the hypervisor. The documentation page at
|
||||||
L<http://libvirt.org/uri.html> list the values supported, but the most
|
L<https://libvirt.org/uri.html> list the values supported, but the most
|
||||||
common are:
|
common are:
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
@ -275,7 +275,7 @@ connect to a local linux container
|
|||||||
To find the currently used URI, check the I<uri> command documented below.
|
To find the currently used URI, check the I<uri> command documented below.
|
||||||
|
|
||||||
For remote access see the documentation page at
|
For remote access see the documentation page at
|
||||||
L<http://libvirt.org/uri.html> on how to make URIs.
|
L<https://libvirt.org/uri.html> on how to make URIs.
|
||||||
The I<--readonly> option allows for read-only connection
|
The I<--readonly> option allows for read-only connection
|
||||||
|
|
||||||
=item B<uri>
|
=item B<uri>
|
||||||
@ -350,7 +350,7 @@ we are currently connected to. This includes a section on the host
|
|||||||
capabilities in terms of CPU and features, and a set of description
|
capabilities in terms of CPU and features, and a set of description
|
||||||
for each kind of guest which can be virtualized. For a more complete
|
for each kind of guest which can be virtualized. For a more complete
|
||||||
description see:
|
description see:
|
||||||
L<http://libvirt.org/formatcaps.html>
|
L<https://libvirt.org/formatcaps.html>
|
||||||
The XML also show the NUMA topology information if available.
|
The XML also show the NUMA topology information if available.
|
||||||
|
|
||||||
=item B<domcapabilities> [I<virttype>] [I<emulatorbin>]
|
=item B<domcapabilities> [I<virttype>] [I<emulatorbin>]
|
||||||
@ -590,7 +590,7 @@ contain either host or guest CPU definition. The host CPU definition is the
|
|||||||
<cpu> element and its contents as printed by B<capabilities> command. The
|
<cpu> element and its contents as printed by B<capabilities> command. The
|
||||||
guest CPU definition is the <cpu> element and its contents from domain XML
|
guest CPU definition is the <cpu> element and its contents from domain XML
|
||||||
definition. For more information on guest CPU definition see:
|
definition. For more information on guest CPU definition see:
|
||||||
L<http://libvirt.org/formatdomain.html#elementsCPU>. If I<--error> is
|
L<https://libvirt.org/formatdomain.html#elementsCPU>. If I<--error> is
|
||||||
specified, the command will return an error when the given CPU is
|
specified, the command will return an error when the given CPU is
|
||||||
incompatible with host CPU and a message providing more details about the
|
incompatible with host CPU and a message providing more details about the
|
||||||
incompatibility will be printed out.
|
incompatibility will be printed out.
|
||||||
@ -813,7 +813,7 @@ inbound or outbound bandwidth. I<average,peak,burst,floor> is the same as
|
|||||||
in command I<attach-interface>. Values for I<average>, I<peak> and I<floor>
|
in command I<attach-interface>. Values for I<average>, I<peak> and I<floor>
|
||||||
are expressed in kilobytes per second, while I<burst> is expressed in kilobytes
|
are expressed in kilobytes per second, while I<burst> is expressed in kilobytes
|
||||||
in a single burst at I<peak> speed as described in the Network XML
|
in a single burst at I<peak> speed as described in the Network XML
|
||||||
documentation at L<http://libvirt.org/formatnetwork.html#elementQoS>.
|
documentation at L<https://libvirt.org/formatnetwork.html#elementQoS>.
|
||||||
|
|
||||||
To clear inbound or outbound settings, use I<--inbound> or I<--outbound>
|
To clear inbound or outbound settings, use I<--inbound> or I<--outbound>
|
||||||
respectfully with average value of zero.
|
respectfully with average value of zero.
|
||||||
@ -1897,7 +1897,7 @@ order to comply with local firewall policies.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
See L<http://libvirt.org/migration.html#uris> for more details on
|
See L<https://libvirt.org/migration.html#uris> for more details on
|
||||||
migration URIs.
|
migration URIs.
|
||||||
|
|
||||||
Optional I<graphicsuri> overrides connection parameters used for automatically
|
Optional I<graphicsuri> overrides connection parameters used for automatically
|
||||||
@ -2894,7 +2894,7 @@ is not available the processes will provide an exit code of 1.
|
|||||||
The following commands manipulate devices associated to domains.
|
The following commands manipulate devices associated to domains.
|
||||||
The I<domain> can be specified as a short integer, a name or a full UUID.
|
The I<domain> can be specified as a short integer, a name or a full UUID.
|
||||||
To better understand the values allowed as options for the command
|
To better understand the values allowed as options for the command
|
||||||
reading the documentation at L<http://libvirt.org/formatdomain.html> on the
|
reading the documentation at L<https://libvirt.org/formatdomain.html> on the
|
||||||
format of the device sections to get the most accurate set of accepted values.
|
format of the device sections to get the most accurate set of accepted values.
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
@ -2905,7 +2905,7 @@ format of the device sections to get the most accurate set of accepted values.
|
|||||||
Attach a device to the domain, using a device definition in an XML
|
Attach a device to the domain, using a device definition in an XML
|
||||||
file using a device definition element such as <disk> or <interface>
|
file using a device definition element such as <disk> or <interface>
|
||||||
as the top-level element. See the documentation at
|
as the top-level element. See the documentation at
|
||||||
L<http://libvirt.org/formatdomain.html#elementsDevices> to learn about
|
L<https://libvirt.org/formatdomain.html#elementsDevices> to learn about
|
||||||
libvirt XML format for a device. If I<--config> is specified the
|
libvirt XML format for a device. If I<--config> is specified the
|
||||||
command alters the persistent domain configuration with the device
|
command alters the persistent domain configuration with the device
|
||||||
attach taking effect the next time libvirt starts the domain.
|
attach taking effect the next time libvirt starts the domain.
|
||||||
@ -3049,7 +3049,7 @@ specified. The other two I<peak> and I<burst> are optional, so
|
|||||||
are expressed in kilobytes per second, while I<burst> is expressed in
|
are expressed in kilobytes per second, while I<burst> is expressed in
|
||||||
kilobytes in a single burst at I<peak> speed as described in the
|
kilobytes in a single burst at I<peak> speed as described in the
|
||||||
Network XML documentation at
|
Network XML documentation at
|
||||||
L<http://libvirt.org/formatnetwork.html#elementQoS>.
|
L<https://libvirt.org/formatnetwork.html#elementQoS>.
|
||||||
|
|
||||||
B<--managed> is usable only for I<hostdev> type and tells libvirt
|
B<--managed> is usable only for I<hostdev> type and tells libvirt
|
||||||
that the interface should be managed, which means detached and reattached
|
that the interface should be managed, which means detached and reattached
|
||||||
@ -3148,7 +3148,7 @@ Update the characteristics of a device associated with I<domain>,
|
|||||||
based on the device definition in an XML I<file>. The I<--force> option
|
based on the device definition in an XML I<file>. The I<--force> option
|
||||||
can be used to force device update, e.g., to eject a CD-ROM even if it is
|
can be used to force device update, e.g., to eject a CD-ROM even if it is
|
||||||
locked/mounted in the domain. See the documentation at
|
locked/mounted in the domain. See the documentation at
|
||||||
L<http://libvirt.org/formatdomain.html#elementsDevices> to learn about
|
L<https://libvirt.org/formatdomain.html#elementsDevices> to learn about
|
||||||
libvirt XML format for a device.
|
libvirt XML format for a device.
|
||||||
|
|
||||||
If I<--live> is specified, affect a running domain.
|
If I<--live> is specified, affect a running domain.
|
||||||
@ -3214,7 +3214,7 @@ the host's hard disk controller where the guest's disk images live could
|
|||||||
cause the host system to lock up or reboot).
|
cause the host system to lock up or reboot).
|
||||||
|
|
||||||
For more information on node device definition see:
|
For more information on node device definition see:
|
||||||
L<http://libvirt.org/formatnode.html>.
|
L<https://libvirt.org/formatnode.html>.
|
||||||
|
|
||||||
Passthrough devices cannot be simultaneously used by the host and its
|
Passthrough devices cannot be simultaneously used by the host and its
|
||||||
guest domains, nor by multiple active guests at once. If the
|
guest domains, nor by multiple active guests at once. If the
|
||||||
@ -3317,7 +3317,7 @@ before the event.
|
|||||||
The following commands manipulate networks. Libvirt has the capability to
|
The following commands manipulate networks. Libvirt has the capability to
|
||||||
define virtual networks which can then be used by domains and linked to
|
define virtual networks which can then be used by domains and linked to
|
||||||
actual network devices. For more detailed information about this feature
|
actual network devices. For more detailed information about this feature
|
||||||
see the documentation at L<http://libvirt.org/formatnetwork.html> . Many
|
see the documentation at L<https://libvirt.org/formatnetwork.html> . Many
|
||||||
of the commands for virtual networks are similar to the ones used for domains,
|
of the commands for virtual networks are similar to the ones used for domains,
|
||||||
but the way to name a virtual network is either by its name or UUID.
|
but the way to name a virtual network is either by its name or UUID.
|
||||||
|
|
||||||
@ -3332,7 +3332,7 @@ The I<--disable> option disable autostarting.
|
|||||||
|
|
||||||
Create a transient (temporary) virtual network from an
|
Create a transient (temporary) virtual network from an
|
||||||
XML I<file> and instantiate (start) the network.
|
XML I<file> and instantiate (start) the network.
|
||||||
See the documentation at L<http://libvirt.org/formatnetwork.html>
|
See the documentation at L<https://libvirt.org/formatnetwork.html>
|
||||||
to get a description of the XML network format used by libvirt.
|
to get a description of the XML network format used by libvirt.
|
||||||
|
|
||||||
=item B<net-define> I<file>
|
=item B<net-define> I<file>
|
||||||
@ -3605,7 +3605,7 @@ capability to manage various storage solutions, including files, raw
|
|||||||
partitions, and domain-specific formats, used to provide the storage
|
partitions, and domain-specific formats, used to provide the storage
|
||||||
volumes visible as devices within virtual machines. For more detailed
|
volumes visible as devices within virtual machines. For more detailed
|
||||||
information about this feature, see the documentation at
|
information about this feature, see the documentation at
|
||||||
L<http://libvirt.org/formatstorage.html> . Many of the commands for
|
L<https://libvirt.org/formatstorage.html> . Many of the commands for
|
||||||
pools are similar to the ones used for domains.
|
pools are similar to the ones used for domains.
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
@ -4176,7 +4176,7 @@ The following commands manipulate "secrets" (e.g. passwords, passphrases and
|
|||||||
encryption keys). Libvirt can store secrets independently from their use, and
|
encryption keys). Libvirt can store secrets independently from their use, and
|
||||||
other objects (e.g. volumes or domains) can refer to the secrets for encryption
|
other objects (e.g. volumes or domains) can refer to the secrets for encryption
|
||||||
or possibly other uses. Secrets are identified using a UUID. See
|
or possibly other uses. Secrets are identified using a UUID. See
|
||||||
L<http://libvirt.org/formatsecret.html> for documentation of the XML format
|
L<https://libvirt.org/formatsecret.html> for documentation of the XML format
|
||||||
used to represent properties of secrets.
|
used to represent properties of secrets.
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
@ -4242,7 +4242,7 @@ disk, memory, and device state of a domain at a point-of-time, and save it
|
|||||||
for future use. They have many uses, from saving a "clean" copy of an OS
|
for future use. They have many uses, from saving a "clean" copy of an OS
|
||||||
image to saving a domain's state before a potentially destructive operation.
|
image to saving a domain's state before a potentially destructive operation.
|
||||||
Snapshots are identified with a unique name. See
|
Snapshots are identified with a unique name. See
|
||||||
L<http://libvirt.org/formatsnapshot.html> for documentation of the XML format
|
L<https://libvirt.org/formatsnapshot.html> for documentation of the XML format
|
||||||
used to represent properties of snapshots.
|
used to represent properties of snapshots.
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
@ -4783,15 +4783,15 @@ Messages at level ERROR
|
|||||||
=back
|
=back
|
||||||
|
|
||||||
For further information about debugging options consult
|
For further information about debugging options consult
|
||||||
L<http://libvirt.org/logging.html>
|
L<https://libvirt.org/logging.html>
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 BUGS
|
=head1 BUGS
|
||||||
|
|
||||||
Report any bugs discovered to the libvirt community via the mailing
|
Report any bugs discovered to the libvirt community via the mailing
|
||||||
list L<http://libvirt.org/contact.html> or bug tracker
|
list L<https://libvirt.org/contact.html> or bug tracker
|
||||||
L<http://libvirt.org/bugs.html>.
|
L<https://libvirt.org/bugs.html>.
|
||||||
Alternatively report bugs to your software distributor / vendor.
|
Alternatively report bugs to your software distributor / vendor.
|
||||||
|
|
||||||
=head1 AUTHORS
|
=head1 AUTHORS
|
||||||
@ -4817,6 +4817,6 @@ PURPOSE
|
|||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
L<virt-install(1)>, L<virt-xml-validate(1)>, L<virt-top(1)>, L<virt-df(1)>,
|
L<virt-install(1)>, L<virt-xml-validate(1)>, L<virt-top(1)>, L<virt-df(1)>,
|
||||||
L<http://www.libvirt.org/>
|
L<https://libvirt.org/>
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -1231,7 +1231,7 @@ vshAdmShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
|
|||||||
{
|
{
|
||||||
/* FIXME - list a copyright blurb, as in GNU programs? */
|
/* FIXME - list a copyright blurb, as in GNU programs? */
|
||||||
vshPrint(ctl, _("Virt-admin command line tool of libvirt %s\n"), VERSION);
|
vshPrint(ctl, _("Virt-admin command line tool of libvirt %s\n"), VERSION);
|
||||||
vshPrint(ctl, _("See web site at %s\n\n"), "http://libvirt.org/");
|
vshPrint(ctl, _("See web site at %s\n\n"), "https://libvirt.org/");
|
||||||
|
|
||||||
vshPrint(ctl, "%s", _("Compiled with support for:"));
|
vshPrint(ctl, "%s", _("Compiled with support for:"));
|
||||||
#ifdef WITH_LIBVIRTD
|
#ifdef WITH_LIBVIRTD
|
||||||
|
@ -456,15 +456,15 @@ Messages at level ERROR or above
|
|||||||
=back
|
=back
|
||||||
|
|
||||||
For further information about debugging options consult
|
For further information about debugging options consult
|
||||||
L<http://libvirt.org/logging.html>
|
L<https://libvirt.org/logging.html>
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=head1 BUGS
|
=head1 BUGS
|
||||||
|
|
||||||
Report any bugs discovered to the libvirt community via the mailing
|
Report any bugs discovered to the libvirt community via the mailing
|
||||||
list L<http://libvirt.org/contact.html> or bug tracker
|
list L<https://libvirt.org/contact.html> or bug tracker
|
||||||
L<http://libvirt.org/bugs.html>.
|
L<https://libvirt.org/bugs.html>.
|
||||||
Alternatively report bugs to your software distributor / vendor.
|
Alternatively report bugs to your software distributor / vendor.
|
||||||
|
|
||||||
=head1 AUTHORS
|
=head1 AUTHORS
|
||||||
@ -488,6 +488,6 @@ PURPOSE
|
|||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
L<virsh(1)>, L<virt-xml-validate(1)>, L<virt-host-validate(1)>,
|
L<virsh(1)>, L<virt-xml-validate(1)>, L<virt-host-validate(1)>,
|
||||||
L<http://www.libvirt.org/>
|
L<https://libvirt.org/>
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -46,8 +46,8 @@ Daniel P. Berrange
|
|||||||
=head1 BUGS
|
=head1 BUGS
|
||||||
|
|
||||||
Report any bugs discovered to the libvirt community via the
|
Report any bugs discovered to the libvirt community via the
|
||||||
mailing list L<http://libvirt.org/contact.html> or bug tracker
|
mailing list L<https://libvirt.org/contact.html> or bug tracker
|
||||||
L<http://libvirt.org/bugs.html>.
|
L<https://libvirt.org/bugs.html>.
|
||||||
Alternatively report bugs to your software distributor / vendor.
|
Alternatively report bugs to your software distributor / vendor.
|
||||||
|
|
||||||
=head1 COPYRIGHT
|
=head1 COPYRIGHT
|
||||||
|
@ -83,8 +83,8 @@ shell; for example, if libvirtd is not running.
|
|||||||
=head1 BUGS
|
=head1 BUGS
|
||||||
|
|
||||||
Report any bugs discovered to the libvirt community via the mailing
|
Report any bugs discovered to the libvirt community via the mailing
|
||||||
list L<http://libvirt.org/contact.html> or bug tracker
|
list L<https://libvirt.org/contact.html> or bug tracker
|
||||||
L<http://libvirt.org/bugs.html>.
|
L<https://libvirt.org/bugs.html>.
|
||||||
Alternatively report bugs to your software distributor / vendor.
|
Alternatively report bugs to your software distributor / vendor.
|
||||||
|
|
||||||
=head1 AUTHORS
|
=head1 AUTHORS
|
||||||
@ -107,6 +107,6 @@ PURPOSE
|
|||||||
|
|
||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
L<virsh(1)>, L<http://www.libvirt.org/>
|
L<virsh(1)>, L<https://libvirt.org/>
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# This shell script checks the TLS certificates and options needed
|
# This shell script checks the TLS certificates and options needed
|
||||||
# for the secure client/server support of libvirt as documented at
|
# for the secure client/server support of libvirt as documented at
|
||||||
# http://libvirt.org/remote.html#Remote_certificates
|
# https://libvirt.org/remote.html#Remote_certificates
|
||||||
#
|
#
|
||||||
# Copyright (C) 2009-2013 Red Hat, Inc.
|
# Copyright (C) 2009-2013 Red Hat, Inc.
|
||||||
#
|
#
|
||||||
@ -166,7 +166,7 @@ if [ ! -f "$CA/cacert.pem" ]
|
|||||||
then
|
then
|
||||||
echo the CA certificate $CA/cacert.pem is missing while it
|
echo the CA certificate $CA/cacert.pem is missing while it
|
||||||
echo should be installed on both client and servers
|
echo should be installed on both client and servers
|
||||||
echo "see http://libvirt.org/remote.html#Remote_TLS_CA"
|
echo "see https://libvirt.org/remote.html#Remote_TLS_CA"
|
||||||
echo on how to install it
|
echo on how to install it
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -186,7 +186,7 @@ if [ "$ORG" = "" ]
|
|||||||
then
|
then
|
||||||
echo the CA certificate $CA/cacert.pem does not define the organization
|
echo the CA certificate $CA/cacert.pem does not define the organization
|
||||||
echo it should probably regenerated
|
echo it should probably regenerated
|
||||||
echo "see http://libvirt.org/remote.html#Remote_TLS_CA"
|
echo "see https://libvirt.org/remote.html#Remote_TLS_CA"
|
||||||
echo on how to regenerate it
|
echo on how to regenerate it
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@ -234,7 +234,7 @@ then
|
|||||||
else
|
else
|
||||||
echo Did not find "$LIBVIRT/clientcert.pem" client certificate
|
echo Did not find "$LIBVIRT/clientcert.pem" client certificate
|
||||||
echo The machine cannot act as a client
|
echo The machine cannot act as a client
|
||||||
echo "see http://libvirt.org/remote.html#Remote_TLS_client_certificates"
|
echo "see https://libvirt.org/remote.html#Remote_TLS_client_certificates"
|
||||||
echo on how to regenerate it
|
echo on how to regenerate it
|
||||||
CLIENT=0
|
CLIENT=0
|
||||||
fi
|
fi
|
||||||
@ -287,7 +287,7 @@ then
|
|||||||
else
|
else
|
||||||
echo Did not find $LIBVIRT/servercert.pem server certificate
|
echo Did not find $LIBVIRT/servercert.pem server certificate
|
||||||
echo The machine cannot act as a server
|
echo The machine cannot act as a server
|
||||||
echo "see http://libvirt.org/remote.html#Remote_TLS_server_certificates"
|
echo "see https://libvirt.org/remote.html#Remote_TLS_server_certificates"
|
||||||
echo on how to regenerate it
|
echo on how to regenerate it
|
||||||
SERVER=0
|
SERVER=0
|
||||||
fi
|
fi
|
||||||
|
@ -39,8 +39,8 @@ Richard Jones
|
|||||||
=head1 BUGS
|
=head1 BUGS
|
||||||
|
|
||||||
Report any bugs discovered to the libvirt community via the
|
Report any bugs discovered to the libvirt community via the
|
||||||
mailing list L<http://libvirt.org/contact.html> or bug tracker
|
mailing list L<https://libvirt.org/contact.html> or bug tracker
|
||||||
L<http://libvirt.org/bugs.html>.
|
L<https://libvirt.org/bugs.html>.
|
||||||
Alternatively report bugs to your software distributor / vendor.
|
Alternatively report bugs to your software distributor / vendor.
|
||||||
|
|
||||||
=head1 COPYRIGHT
|
=head1 COPYRIGHT
|
||||||
@ -56,6 +56,6 @@ PURPOSE
|
|||||||
|
|
||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
L<virsh(1)>, online PKI setup instructions L<http://libvirt.org/remote.html>
|
L<virsh(1)>, online PKI setup instructions L<https://libvirt.org/remote.html>
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -27,8 +27,8 @@ Daniel Berrange
|
|||||||
=head1 BUGS
|
=head1 BUGS
|
||||||
|
|
||||||
Report any bugs discovered to the libvirt community via the
|
Report any bugs discovered to the libvirt community via the
|
||||||
mailing list L<http://libvirt.org/contact.html> or bug tracker
|
mailing list L<https://libvirt.org/contact.html> or bug tracker
|
||||||
L<http://libvirt.org/bugs.html>.
|
L<https://libvirt.org/bugs.html>.
|
||||||
Alternatively report bugs to your software distributor / vendor.
|
Alternatively report bugs to your software distributor / vendor.
|
||||||
|
|
||||||
=head1 COPYRIGHT
|
=head1 COPYRIGHT
|
||||||
@ -44,6 +44,6 @@ PURPOSE
|
|||||||
|
|
||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
L<virsh(1)>, online instructions L<http://libvirt.org/locking.html>
|
L<virsh(1)>, online instructions L<https://libvirt.org/locking.html>
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -88,8 +88,8 @@ Daniel P.Berrange
|
|||||||
=head1 BUGS
|
=head1 BUGS
|
||||||
|
|
||||||
Report any bugs discovered to the libvirt community via the
|
Report any bugs discovered to the libvirt community via the
|
||||||
mailing list L<http://libvirt.org/contact.html> or bug tracker
|
mailing list L<https://libvirt.org/contact.html> or bug tracker
|
||||||
L<http://libvirt.org/bugs.html>.
|
L<https://libvirt.org/bugs.html>.
|
||||||
Alternatively report bugs to your software distributor / vendor.
|
Alternatively report bugs to your software distributor / vendor.
|
||||||
|
|
||||||
=head1 COPYRIGHT
|
=head1 COPYRIGHT
|
||||||
@ -106,6 +106,6 @@ PURPOSE
|
|||||||
|
|
||||||
=head1 SEE ALSO
|
=head1 SEE ALSO
|
||||||
|
|
||||||
L<virsh(1)>, online XML format descriptions L<http://libvirt.org/format.html>
|
L<virsh(1)>, online XML format descriptions L<https://libvirt.org/format.html>
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
@ -9,7 +9,7 @@ specification.
|
|||||||
|
|
||||||
See also:
|
See also:
|
||||||
- http://www.google-melange.com/gsoc/project/google/gsoc2013/kawamuray/7001
|
- http://www.google-melange.com/gsoc/project/google/gsoc2013/kawamuray/7001
|
||||||
- http://wiki.qemu.org/Features/LibvirtWiresharkDissector
|
- https://wiki.qemu.org/Features/LibvirtWiresharkDissector
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
=============
|
=============
|
||||||
|
Loading…
Reference in New Issue
Block a user