[libvirt PATCH 0/8] Use https:// more

Ján Tomko (8): docs: tlscerts: fix link to certtool invocation tools: wireshark: fix link to wireshark repo build-aux: vc-list-files: remove non-git support vbox: do not repeat the innotek namespace url Prefer https: for Wikipedia links Prefer https: for Red Hat websites Prefer https: for libguestfs.org links Prefer https: everywhere where possible build-aux/vc-list-files | 24 ------- docs/acl.html.in | 2 +- docs/aclpolkit.html.in | 2 +- docs/advanced-tests.rst | 4 +- docs/api.html.in | 4 +- docs/apps.html.in | 26 ++++---- docs/best-practices.rst | 2 +- docs/bindings.html.in | 4 +- docs/bugs.html.in | 6 +- docs/coding-style.rst | 2 +- docs/contact.html.in | 2 +- docs/contribute.html.in | 4 +- docs/csharp.html.in | 2 +- docs/docs.html.in | 4 +- docs/downloads.html.in | 2 +- docs/drvbhyve.html.in | 10 +-- docs/drvesx.html.in | 20 +++--- docs/drvlxc.html.in | 2 +- docs/drvnodedev.html.in | 2 +- docs/drvopenvz.html.in | 4 +- docs/drvvbox.html.in | 2 +- docs/drvvmware.html.in | 8 +-- docs/firewall.html.in | 2 +- docs/formatdomain.rst | 18 +++--- docs/formatstorage.html.in | 2 +- docs/index.html.in | 4 +- docs/internals/rpc.html.in | 2 +- docs/java.html.in | 2 +- docs/kbase/secureusage.rst | 2 +- docs/logging.html.in | 2 +- docs/logos/README | 2 +- docs/manpages/virsh.rst | 2 +- docs/nss.html.in | 2 +- docs/page.xsl | 4 +- docs/pci-hotplug.html.in | 2 +- docs/php.html.in | 2 +- docs/remote.html.in | 8 +-- docs/securityprocess.html.in | 2 +- docs/storage.html.in | 2 +- docs/testsuites.html.in | 4 +- docs/testtck.html.in | 4 +- docs/tlscerts.html.in | 6 +- docs/uri.html.in | 2 +- docs/virshcmdref.html.in | 2 +- docs/windows.html.in | 6 +- meson.build | 2 +- run.in | 2 +- src/conf/virchrdev.c | 2 +- src/esx/README | 18 +++--- src/esx/esx_driver.c | 6 +- src/hyperv/hyperv_wmi_generator.input | 2 +- src/internal.h | 2 +- src/libxl/libxl_conf.c | 2 +- src/lxc/lxc_container.c | 2 +- src/qemu/qemu_domain.c | 2 +- src/remote/remote_driver.c | 2 +- src/rpc/virnetclient.c | 2 +- src/rpc/virnetdaemon.c | 2 +- src/rpc/virnetlibsshsession.c | 2 +- src/storage/storage_backend_gluster.c | 6 +- src/storage/storage_util.c | 2 +- src/util/virarch.h | 72 ++++++++++----------- src/util/virhashcode.c | 2 +- src/util/virhashcode.h | 2 +- src/util/virprocess.c | 2 +- src/util/virsysinfo.c | 2 +- src/util/virutil.c | 2 +- src/vbox/vbox_snapshot_conf.c | 12 ++-- src/vmx/vmx.c | 6 +- tests/cputestdata/cpu-gather.sh | 2 +- tools/wireshark/README.rst | 2 +- tools/wireshark/samples/libvirt-sample.pdml | 2 +- tools/wireshark/util/genxdrstub.pl | 2 +- 73 files changed, 182 insertions(+), 204 deletions(-) -- 2.26.2

The docs have moved to gnutls.org. Signed-off-by: Ján Tomko <jtomko@redhat.com> --- docs/tlscerts.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tlscerts.html.in b/docs/tlscerts.html.in index 3eea686daa..7d82451741 100644 --- a/docs/tlscerts.html.in +++ b/docs/tlscerts.html.in @@ -152,7 +152,7 @@ permissive, depending on your needs. <a id="Remote_TLS_CA">Setting up a Certificate Authority (CA)</a> </h2> <p> -You will need the <a href="http://www.gnu.org/software/gnutls/manual/html_node/Invoking-certtool.html">GnuTLS +You will need the <a href="https://www.gnutls.org/manual/html_node/certtool-Invocation.html">GnuTLS certtool program documented here</a>. In Fedora, it is in the <code>gnutls-utils</code> package. </p> -- 2.26.2

It seems wireshark has migrated to gitlab in the meantime. Point there instead of to the dead svn repo. Signed-off-by: Ján Tomko <jtomko@redhat.com> --- tools/wireshark/samples/libvirt-sample.pdml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wireshark/samples/libvirt-sample.pdml b/tools/wireshark/samples/libvirt-sample.pdml index abe7fbb450..0dfecf8c34 100644 --- a/tools/wireshark/samples/libvirt-sample.pdml +++ b/tools/wireshark/samples/libvirt-sample.pdml @@ -5,7 +5,7 @@ Real output contains more and more elements, but structure and hierarchy of XML is same as this example. *** --> -<!-- You can find pdml2html.xsl in /usr/share/wireshark or at http://anonsvn.wireshark.org/trunk/wireshark/pdml2html.xsl. --> +<!-- You can find pdml2html.xsl in /usr/share/wireshark or at https://gitlab.com/wireshark/wireshark/-/blob/master/pdml2html.xsl --> <pdml version="0" creator="wireshark/1.10.2" time="Thu Sep 19 18:09:24 2013" capture_file=""> <!-- Program = REMOTE, Procedure = AUTH_LIST --> <packet> -- 2.26.2

Delete support for other VCSs than git. This also removes a http: link. Signed-off-by: Ján Tomko <jtomko@redhat.com> --- build-aux/vc-list-files | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/build-aux/vc-list-files b/build-aux/vc-list-files index af6b1c0f8a..31014d3b7a 100755 --- a/build-aux/vc-list-files +++ b/build-aux/vc-list-files @@ -25,7 +25,6 @@ scriptversion=2018-03-07.03; # UTC # list the version-controlled files in that directory. # If there's an argument, it must be a single, "."-relative directory name. -# cvsu is part of the cvsutils package: http://www.red-bean.com/cvsutils/ postprocess= case $1 in @@ -75,29 +74,6 @@ do # belong to this package. eval exec git ls-tree -r 'HEAD:"$dir"' \ \| sed -n '"s/^100[^ ]*./$sed_esc/p"' $postprocess - elif test -d .hg; then - eval exec hg locate '"$dir/*"' $postprocess - elif test -d .bzr; then - test "$postprocess" = '' && postprocess="| sed 's|^\./||'" - eval exec bzr ls -R --versioned '"$dir"' $postprocess - elif test -d CVS; then - test "$postprocess" = '' && postprocess="| sed 's|^\./||'" - if test -x build-aux/cvsu; then - eval build-aux/cvsu --find --types=AFGM '"$dir"' $postprocess - elif (cvsu --help) >/dev/null 2>&1; then - eval cvsu --find --types=AFGM '"$dir"' $postprocess - else - eval awk -F/ \''{ \ - if (!$1 && $3 !~ /^-/) { \ - f=FILENAME; \ - if (f ~ /CVS\/Entries$/) \ - f = substr(f, 1, length(f)-11); \ - print f $2; \ - }}'\'' \ - `find "$dir" -name Entries -print` /dev/null' $postprocess - fi - elif test -d .svn; then - eval exec svn list -R '"$dir"' $postprocess else echo "$0: Failed to determine type of version control used in `pwd`" 1>&2 exit 1 -- 2.26.2

On Thu, Aug 27, 2020 at 03:27:00PM +0200, Ján Tomko wrote:
Delete support for other VCSs than git.
This also removes a http: link.
Signed-off-by: Ján Tomko <jtomko@redhat.com> --- build-aux/vc-list-files | 24 ------------------------ 1 file changed, 24 deletions(-)
diff --git a/build-aux/vc-list-files b/build-aux/vc-list-files index af6b1c0f8a..31014d3b7a 100755 --- a/build-aux/vc-list-files +++ b/build-aux/vc-list-files @@ -25,7 +25,6 @@ scriptversion=2018-03-07.03; # UTC # list the version-controlled files in that directory.
# If there's an argument, it must be a single, "."-relative directory name. -# cvsu is part of the cvsutils package: http://www.red-bean.com/cvsutils/
postprocess= case $1 in @@ -75,29 +74,6 @@ do # belong to this package. eval exec git ls-tree -r 'HEAD:"$dir"' \ \| sed -n '"s/^100[^ ]*./$sed_esc/p"' $postprocess - elif test -d .hg; then - eval exec hg locate '"$dir/*"' $postprocess - elif test -d .bzr; then - test "$postprocess" = '' && postprocess="| sed 's|^\./||'" - eval exec bzr ls -R --versioned '"$dir"' $postprocess - elif test -d CVS; then - test "$postprocess" = '' && postprocess="| sed 's|^\./||'" - if test -x build-aux/cvsu; then - eval build-aux/cvsu --find --types=AFGM '"$dir"' $postprocess - elif (cvsu --help) >/dev/null 2>&1; then - eval cvsu --find --types=AFGM '"$dir"' $postprocess - else - eval awk -F/ \''{ \ - if (!$1 && $3 !~ /^-/) { \ - f=FILENAME; \ - if (f ~ /CVS\/Entries$/) \ - f = substr(f, 1, length(f)-11); \ - print f $2; \ - }}'\'' \ - `find "$dir" -name Entries -print` /dev/null' $postprocess - fi - elif test -d .svn; then - eval exec svn list -R '"$dir"' $postprocess else echo "$0: Failed to determine type of version control used in `pwd`" 1>&2 exit 1
I'm wondering whether we could not simplify this even more after this rewrite and drop the top level if-else checks since this is only used within syntax-check and we're now assuming git anyway, so .git must be present otherwise the repo is corrupt. Erik

On Fri, Aug 28, 2020 at 08:34:48AM +0200, Erik Skultety wrote:
On Thu, Aug 27, 2020 at 03:27:00PM +0200, Ján Tomko wrote:
Delete support for other VCSs than git.
This also removes a http: link.
Signed-off-by: Ján Tomko <jtomko@redhat.com> --- build-aux/vc-list-files | 24 ------------------------ 1 file changed, 24 deletions(-)
diff --git a/build-aux/vc-list-files b/build-aux/vc-list-files index af6b1c0f8a..31014d3b7a 100755 --- a/build-aux/vc-list-files +++ b/build-aux/vc-list-files @@ -25,7 +25,6 @@ scriptversion=2018-03-07.03; # UTC # list the version-controlled files in that directory.
# If there's an argument, it must be a single, "."-relative directory name. -# cvsu is part of the cvsutils package: http://www.red-bean.com/cvsutils/
postprocess= case $1 in @@ -75,29 +74,6 @@ do # belong to this package. eval exec git ls-tree -r 'HEAD:"$dir"' \ \| sed -n '"s/^100[^ ]*./$sed_esc/p"' $postprocess - elif test -d .hg; then - eval exec hg locate '"$dir/*"' $postprocess - elif test -d .bzr; then - test "$postprocess" = '' && postprocess="| sed 's|^\./||'" - eval exec bzr ls -R --versioned '"$dir"' $postprocess - elif test -d CVS; then - test "$postprocess" = '' && postprocess="| sed 's|^\./||'" - if test -x build-aux/cvsu; then - eval build-aux/cvsu --find --types=AFGM '"$dir"' $postprocess - elif (cvsu --help) >/dev/null 2>&1; then - eval cvsu --find --types=AFGM '"$dir"' $postprocess - else - eval awk -F/ \''{ \ - if (!$1 && $3 !~ /^-/) { \ - f=FILENAME; \ - if (f ~ /CVS\/Entries$/) \ - f = substr(f, 1, length(f)-11); \ - print f $2; \ - }}'\'' \ - `find "$dir" -name Entries -print` /dev/null' $postprocess - fi - elif test -d .svn; then - eval exec svn list -R '"$dir"' $postprocess else echo "$0: Failed to determine type of version control used in `pwd`" 1>&2 exit 1
I'm wondering whether we could not simplify this even more after this rewrite and drop the top level if-else checks since this is only used within syntax-check and we're now assuming git anyway, so .git must be present otherwise the repo is corrupt.
With all the other VCS removed there's little compelling reason for this file to exist. I'd suggest we just delete the file entirely, and call git ls-tree directly from the syntax-check.mk. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|

Also, remove the url from the translatable string, reducing it to the generic message already used by virXMLNamespaceRegister. Signed-off-by: Ján Tomko <jtomko@redhat.com> --- src/vbox/vbox_snapshot_conf.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/vbox/vbox_snapshot_conf.c b/src/vbox/vbox_snapshot_conf.c index ee644e1e2d..a18958fcc0 100644 --- a/src/vbox/vbox_snapshot_conf.c +++ b/src/vbox/vbox_snapshot_conf.c @@ -571,6 +571,8 @@ virVBoxSnapshotConfMachineFree(virVBoxSnapshotConfMachinePtr machine) VIR_FREE(machine); } +#define VBOX_SETTINGS_NS "http://www.innotek.de/VirtualBox-settings" + /* *vboxSnapshotLoadVboxFile: Create a vboxSnapshotXmlMachinePtr from a VirtualBoxl xml file. *return an initialized vboxSnapshotXmlMachinePtr on success @@ -613,10 +615,10 @@ virVBoxSnapshotConfLoadVboxFile(const char *filePath, if (xmlXPathRegisterNs(xPathContext, BAD_CAST "vbox", - BAD_CAST "http://www.innotek.de/VirtualBox-settings") < 0) { - virReportError(VIR_ERR_XML_ERROR, "%s", - _("Failed to register xml namespace " - "'http://www.innotek.de/VirtualBox-settings'")); + BAD_CAST VBOX_SETTINGS_NS) < 0) { + virReportError(VIR_ERR_XML_ERROR, + _("Failed to register xml namespace '%s'"), + VBOX_SETTINGS_NS); goto cleanup; } @@ -1015,7 +1017,7 @@ virVBoxSnapshotConfSaveVboxFile(virVBoxSnapshotConfMachinePtr machine, } if (xmlNewProp(cur, BAD_CAST "xmlns", - BAD_CAST "http://www.innotek.de/VirtualBox-settings") == NULL) { + BAD_CAST VBOX_SETTINGS_NS) == NULL) { virReportError(VIR_ERR_XML_ERROR, "%s", _("Error in xmlNewProp")); goto cleanup; -- 2.26.2

Signed-off-by: Ján Tomko <jtomko@redhat.com> --- docs/formatdomain.rst | 2 +- docs/internals/rpc.html.in | 2 +- docs/remote.html.in | 2 +- docs/securityprocess.html.in | 2 +- docs/tlscerts.html.in | 2 +- src/rpc/virnetclient.c | 2 +- src/util/virarch.h | 72 ++++++++++++++++++------------------ 7 files changed, 42 insertions(+), 42 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index cb5ee8316f..9da1320f1c 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -1036,7 +1036,7 @@ Memory Tuning QEMU and KVM are strongly advised not to set this limit as domain may get killed by the kernel if the guess is too low, and determining the memory needed for a process to run is an `undecidable - problem <http://en.wikipedia.org/wiki/Undecidable_problem>`__; that said, if + problem <https://en.wikipedia.org/wiki/Undecidable_problem>`__; that said, if you already set ``locked`` in `memory backing <#elementsMemoryBacking>`__ because your workload demands it, you'll have to take into account the specifics of your deployment and figure out a value for ``hard_limit`` that diff --git a/docs/internals/rpc.html.in b/docs/internals/rpc.html.in index 129945bf1c..e6f54cfa5d 100644 --- a/docs/internals/rpc.html.in +++ b/docs/internals/rpc.html.in @@ -22,7 +22,7 @@ <p> libvirt uses a simple, variable length, packet based RPC protocol. All structured data within packets is encoded using the - <a href="http://en.wikipedia.org/wiki/External_Data_Representation">XDR standard</a> + <a href="https://en.wikipedia.org/wiki/External_Data_Representation">XDR standard</a> as currently defined by <a href="https://tools.ietf.org/html/rfc4506">RFC 4506</a>. On any connection running the RPC protocol, there can be multiple programs active, each supporting one or more versions. A program diff --git a/docs/remote.html.in b/docs/remote.html.in index 0b0dc87f6f..9b06e8a449 100644 --- a/docs/remote.html.in +++ b/docs/remote.html.in @@ -58,7 +58,7 @@ Remote libvirt supports a range of transports: </p> <dl> <dt><code>tls</code></dt> - <dd><a href="http://en.wikipedia.org/wiki/Transport_Layer_Security" title="Transport Layer Security">TLS</a> + <dd><a href="https://en.wikipedia.org/wiki/Transport_Layer_Security" title="Transport Layer Security">TLS</a> 1.0 (SSL 3.1) authenticated and encrypted TCP/IP socket, usually listening on a public port number. To use this you will need to <a href="tlscerts.html" title="Generating TLS certificates">generate client and diff --git a/docs/securityprocess.html.in b/docs/securityprocess.html.in index aaab803b2f..5f072c1ced 100644 --- a/docs/securityprocess.html.in +++ b/docs/securityprocess.html.in @@ -78,7 +78,7 @@ <p> The libvirt security team operates a policy of - <a href="http://en.wikipedia.org/wiki/Responsible_disclosure">responsible disclosure</a>. + <a href="https://en.wikipedia.org/wiki/Responsible_disclosure">responsible disclosure</a>. As such any security issue reported, that is not already publicly disclosed elsewhere, will have an embargo date assigned. Members of the security team agree not to publicly disclose any details of the security issue until the embargo diff --git a/docs/tlscerts.html.in b/docs/tlscerts.html.in index 7d82451741..39763060be 100644 --- a/docs/tlscerts.html.in +++ b/docs/tlscerts.html.in @@ -135,7 +135,7 @@ server. May be enabled and disabled in the <a href="#Remote_libvirtd_configurat </ul> <p> For full certificate checking you will need to have certificates -issued by a recognised <a href="http://en.wikipedia.org/wiki/Certificate_authority">Certificate +issued by a recognised <a href="https://en.wikipedia.org/wiki/Certificate_authority">Certificate Authority (CA)</a> for your server(s) and all clients. To avoid the expense of getting certificates from a commercial CA, you can set up your own CA and tell your server(s) and clients to trust certificates diff --git a/src/rpc/virnetclient.c b/src/rpc/virnetclient.c index b064dab448..b8f8bcece6 100644 --- a/src/rpc/virnetclient.c +++ b/src/rpc/virnetclient.c @@ -1838,7 +1838,7 @@ static void virNetClientIOUpdateCallback(virNetClientPtr client, * * We call this dance 'passing the buck' * - * http://en.wikipedia.org/wiki/Passing_the_buck + * https://en.wikipedia.org/wiki/Passing_the_buck * * "Buck passing or passing the buck is the action of transferring * responsibility or blame unto another person. It is also used as diff --git a/src/util/virarch.h b/src/util/virarch.h index c3890606ec..46b4609dd5 100644 --- a/src/util/virarch.h +++ b/src/util/virarch.h @@ -25,49 +25,49 @@ typedef enum { VIR_ARCH_NONE, - VIR_ARCH_ALPHA, /* Alpha 64 BE http://en.wikipedia.org/wiki/DEC_Alpha */ - VIR_ARCH_ARMV6L, /* ARMv6 32 LE http://en.wikipedia.org/wiki/ARM_architecture */ - VIR_ARCH_ARMV7L, /* ARMv7 32 LE http://en.wikipedia.org/wiki/ARM_architecture */ - VIR_ARCH_ARMV7B, /* ARMv7 32 BE http://en.wikipedia.org/wiki/ARM_architecture */ + VIR_ARCH_ALPHA, /* Alpha 64 BE https://en.wikipedia.org/wiki/DEC_Alpha */ + VIR_ARCH_ARMV6L, /* ARMv6 32 LE https://en.wikipedia.org/wiki/ARM_architecture */ + VIR_ARCH_ARMV7L, /* ARMv7 32 LE https://en.wikipedia.org/wiki/ARM_architecture */ + VIR_ARCH_ARMV7B, /* ARMv7 32 BE https://en.wikipedia.org/wiki/ARM_architecture */ - VIR_ARCH_AARCH64, /* ARMv8 64 LE http://en.wikipedia.org/wiki/ARM_architecture */ - VIR_ARCH_CRIS, /* ETRAX 32 LE http://en.wikipedia.org/wiki/ETRAX_CRIS */ - VIR_ARCH_I686, /* x86 32 LE http://en.wikipedia.org/wiki/X86 */ - VIR_ARCH_ITANIUM, /* Itanium 64 LE http://en.wikipedia.org/wiki/Itanium */ - VIR_ARCH_LM32, /* MilkyMist 32 BE http://en.wikipedia.org/wiki/Milkymist */ + VIR_ARCH_AARCH64, /* ARMv8 64 LE https://en.wikipedia.org/wiki/ARM_architecture */ + VIR_ARCH_CRIS, /* ETRAX 32 LE https://en.wikipedia.org/wiki/ETRAX_CRIS */ + VIR_ARCH_I686, /* x86 32 LE https://en.wikipedia.org/wiki/X86 */ + VIR_ARCH_ITANIUM, /* Itanium 64 LE https://en.wikipedia.org/wiki/Itanium */ + VIR_ARCH_LM32, /* MilkyMist 32 BE https://en.wikipedia.org/wiki/Milkymist */ - VIR_ARCH_M68K, /* m68k 32 BE http://en.wikipedia.org/wiki/Motorola_68000_family */ - VIR_ARCH_MICROBLAZE, /* Microblaze 32 BE http://en.wikipedia.org/wiki/MicroBlaze */ - VIR_ARCH_MICROBLAZEEL, /* Microblaze 32 LE http://en.wikipedia.org/wiki/MicroBlaze */ - VIR_ARCH_MIPS, /* MIPS 32 BE http://en.wikipedia.org/wiki/MIPS_architecture */ - VIR_ARCH_MIPSEL, /* MIPS 32 LE http://en.wikipedia.org/wiki/MIPS_architecture */ + VIR_ARCH_M68K, /* m68k 32 BE https://en.wikipedia.org/wiki/Motorola_68000_family */ + VIR_ARCH_MICROBLAZE, /* Microblaze 32 BE https://en.wikipedia.org/wiki/MicroBlaze */ + VIR_ARCH_MICROBLAZEEL, /* Microblaze 32 LE https://en.wikipedia.org/wiki/MicroBlaze */ + VIR_ARCH_MIPS, /* MIPS 32 BE https://en.wikipedia.org/wiki/MIPS_architecture */ + VIR_ARCH_MIPSEL, /* MIPS 32 LE https://en.wikipedia.org/wiki/MIPS_architecture */ - VIR_ARCH_MIPS64, /* MIPS 64 BE http://en.wikipedia.org/wiki/MIPS_architecture */ - VIR_ARCH_MIPS64EL, /* MIPS 64 LE http://en.wikipedia.org/wiki/MIPS_architecture */ - VIR_ARCH_OR32, /* OpenRisc 32 BE http://en.wikipedia.org/wiki/OpenRISC#QEMU_support */ - VIR_ARCH_PARISC, /* PA-Risc 32 BE http://en.wikipedia.org/wiki/PA-RISC */ - VIR_ARCH_PARISC64, /* PA-Risc 64 BE http://en.wikipedia.org/wiki/PA-RISC */ + VIR_ARCH_MIPS64, /* MIPS 64 BE https://en.wikipedia.org/wiki/MIPS_architecture */ + VIR_ARCH_MIPS64EL, /* MIPS 64 LE https://en.wikipedia.org/wiki/MIPS_architecture */ + VIR_ARCH_OR32, /* OpenRisc 32 BE https://en.wikipedia.org/wiki/OpenRISC#QEMU_support */ + VIR_ARCH_PARISC, /* PA-Risc 32 BE https://en.wikipedia.org/wiki/PA-RISC */ + VIR_ARCH_PARISC64, /* PA-Risc 64 BE https://en.wikipedia.org/wiki/PA-RISC */ - VIR_ARCH_PPC, /* PowerPC 32 BE http://en.wikipedia.org/wiki/PowerPC */ - VIR_ARCH_PPCLE, /* PowerPC 32 LE http://en.wikipedia.org/wiki/PowerPC */ - VIR_ARCH_PPC64, /* PowerPC 64 BE http://en.wikipedia.org/wiki/PowerPC */ - VIR_ARCH_PPC64LE, /* PowerPC 64 LE http://en.wikipedia.org/wiki/PowerPC */ - VIR_ARCH_PPCEMB, /* PowerPC 32 BE http://en.wikipedia.org/wiki/PowerPC */ + VIR_ARCH_PPC, /* PowerPC 32 BE https://en.wikipedia.org/wiki/PowerPC */ + VIR_ARCH_PPCLE, /* PowerPC 32 LE https://en.wikipedia.org/wiki/PowerPC */ + VIR_ARCH_PPC64, /* PowerPC 64 BE https://en.wikipedia.org/wiki/PowerPC */ + VIR_ARCH_PPC64LE, /* PowerPC 64 LE https://en.wikipedia.org/wiki/PowerPC */ + VIR_ARCH_PPCEMB, /* PowerPC 32 BE https://en.wikipedia.org/wiki/PowerPC */ - VIR_ARCH_RISCV32, /* RISC-V 32 LE http://en.wikipedia.org/wiki/RISC-V */ - VIR_ARCH_RISCV64, /* RISC-V 64 LE http://en.wikipedia.org/wiki/RISC-V */ - VIR_ARCH_S390, /* S390 32 BE http://en.wikipedia.org/wiki/S390 */ - VIR_ARCH_S390X, /* S390 64 BE http://en.wikipedia.org/wiki/S390x */ - VIR_ARCH_SH4, /* SuperH4 32 LE http://en.wikipedia.org/wiki/SuperH */ + VIR_ARCH_RISCV32, /* RISC-V 32 LE https://en.wikipedia.org/wiki/RISC-V */ + VIR_ARCH_RISCV64, /* RISC-V 64 LE https://en.wikipedia.org/wiki/RISC-V */ + VIR_ARCH_S390, /* S390 32 BE https://en.wikipedia.org/wiki/S390 */ + VIR_ARCH_S390X, /* S390 64 BE https://en.wikipedia.org/wiki/S390x */ + VIR_ARCH_SH4, /* SuperH4 32 LE https://en.wikipedia.org/wiki/SuperH */ - VIR_ARCH_SH4EB, /* SuperH4 32 BE http://en.wikipedia.org/wiki/SuperH */ - VIR_ARCH_SPARC, /* Sparc 32 BE http://en.wikipedia.org/wiki/Sparc */ - VIR_ARCH_SPARC64, /* Sparc 64 BE http://en.wikipedia.org/wiki/Sparc */ - VIR_ARCH_UNICORE32, /* UniCore 32 LE http://en.wikipedia.org/wiki/Unicore */ - VIR_ARCH_X86_64, /* x86 64 LE http://en.wikipedia.org/wiki/X86 */ + VIR_ARCH_SH4EB, /* SuperH4 32 BE https://en.wikipedia.org/wiki/SuperH */ + VIR_ARCH_SPARC, /* Sparc 32 BE https://en.wikipedia.org/wiki/Sparc */ + VIR_ARCH_SPARC64, /* Sparc 64 BE https://en.wikipedia.org/wiki/Sparc */ + VIR_ARCH_UNICORE32, /* UniCore 32 LE https://en.wikipedia.org/wiki/Unicore */ + VIR_ARCH_X86_64, /* x86 64 LE https://en.wikipedia.org/wiki/X86 */ - VIR_ARCH_XTENSA, /* XTensa 32 LE http://en.wikipedia.org/wiki/Xtensa#Processor_Cores */ - VIR_ARCH_XTENSAEB, /* XTensa 32 BE http://en.wikipedia.org/wiki/Xtensa#Processor_Cores */ + VIR_ARCH_XTENSA, /* XTensa 32 LE https://en.wikipedia.org/wiki/Xtensa#Processor_Cores */ + VIR_ARCH_XTENSAEB, /* XTensa 32 BE https://en.wikipedia.org/wiki/Xtensa#Processor_Cores */ VIR_ARCH_LAST, } virArch; -- 2.26.2

The list archives, people.redhat.com and bugzilla all support https. Signed-off-by: Ján Tomko <jtomko@redhat.com> --- docs/apps.html.in | 2 +- docs/best-practices.rst | 2 +- docs/bugs.html.in | 6 +++--- docs/testtck.html.in | 2 +- src/qemu/qemu_domain.c | 2 +- src/remote/remote_driver.c | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/apps.html.in b/docs/apps.html.in index c6d9a24fa7..606c4c3fc5 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -343,7 +343,7 @@ like network and block I/O with <a href="http://munin.projects.linpro.no/">Munin</a>. </dd> - <dt><a href="http://people.redhat.com/rjones/nagios-virt/">Nagios-virt</a></dt> + <dt><a href="https://people.redhat.com/rjones/nagios-virt/">Nagios-virt</a></dt> <dd> Nagios-virt is a configuration tool to add monitoring of your virtualised domains to <a href="http://www.nagios.org/">Nagios</a>. diff --git a/docs/best-practices.rst b/docs/best-practices.rst index 8283f627ce..ba8478ab05 100644 --- a/docs/best-practices.rst +++ b/docs/best-practices.rst @@ -34,4 +34,4 @@ with minimal back-and-forth. There is more on this subject, including lots of links to background reading on the subject, on `Richard Jones' guide to working with open source -projects <http://people.redhat.com/rjones/how-to-supply-code-to-open-source-projects/>`__. +projects <https://people.redhat.com/rjones/how-to-supply-code-to-open-source-projects/>`__. diff --git a/docs/bugs.html.in b/docs/bugs.html.in index fa2866f829..400c423518 100644 --- a/docs/bugs.html.in +++ b/docs/bugs.html.in @@ -77,8 +77,8 @@ tickets against the <code>Fedora</code> product and the <code>libvirt</code> component. <ul> - <li><a href="http://bugzilla.redhat.com/buglist.cgi?component=libvirt&product=Fedora">View Fedora libvirt tickets</a></li> - <li><a href="http://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&component=libvirt">New Fedora libvirt ticket</a></li> + <li><a href="https://bugzilla.redhat.com/buglist.cgi?component=libvirt&product=Fedora">View Fedora libvirt tickets</a></li> + <li><a href="https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&component=libvirt">New Fedora libvirt ticket</a></li> </ul> </li> <li> @@ -87,7 +87,7 @@ Linux</strong>, enter tickets against the Red Hat Enterprise Linux product that you're using (e.g., Red Hat Enterprise Linux 6) and the <code>libvirt</code> component. Red Hat - bugzilla has <a href="http://bugzilla.redhat.com">additional guidance</a> about getting support if + bugzilla has <a href="https://bugzilla.redhat.com">additional guidance</a> about getting support if you are a Red Hat customer. </p> </li> diff --git a/docs/testtck.html.in b/docs/testtck.html.in index c4a4ca0bcb..5925752900 100644 --- a/docs/testtck.html.in +++ b/docs/testtck.html.in @@ -26,7 +26,7 @@ <p>For more details you can look at:</p> <ul> <li> The initial -<a href="http://www.redhat.com/archives/libvir-list/2009-April/msg00176.html">mail +<a href="https://www.redhat.com/archives/libvir-list/2009-April/msg00176.html">mail from Daniel Berrange</a> presenting the project.</li> <li> The <a href="http://fedoraproject.org/wiki/Features/VirtTCK">page describing VirtTCK</a> the inclusion of libvirt-TCK as a diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index 21f24fceed..2498b90a0f 100644 --- a/src/qemu/qemu_domain.c +++ b/src/qemu/qemu_domain.c @@ -8867,7 +8867,7 @@ qemuDomainGetMemLockLimitBytes(virDomainDefPtr def, * small. Although it's not guaranteed that the limit will be enough for all * configurations it didn't pose a problem for now. * - * http://www.redhat.com/archives/libvir-list/2015-November/msg00329.html + * https://www.redhat.com/archives/libvir-list/2015-November/msg00329.html * * Note that this may not be valid for all platforms. */ diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 8654046b8d..a9f76ede5a 100644 --- a/src/remote/remote_driver.c +++ b/src/remote/remote_driver.c @@ -1576,7 +1576,7 @@ remoteConnectClose(virConnectPtr conn) * private data, and free it when we close the connection. * * See also: - * http://www.redhat.com/archives/libvir-list/2007-February/msg00096.html + * https://www.redhat.com/archives/libvir-list/2007-February/msg00096.html */ static const char * remoteConnectGetType(virConnectPtr conn) -- 2.26.2

Signed-off-by: Ján Tomko <jtomko@redhat.com> --- docs/apps.html.in | 10 +++++----- docs/kbase/secureusage.rst | 2 +- docs/pci-hotplug.html.in | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/apps.html.in b/docs/apps.html.in index 606c4c3fc5..92f7950b07 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -33,7 +33,7 @@ <h2><a id="command">Command line tools</a></h2> <dl> - <dt><a href="http://libguestfs.org">guestfish</a></dt> + <dt><a href="https://libguestfs.org">guestfish</a></dt> <dd> Guestfish is an interactive shell and command-line tool for examining and modifying virtual machine filesystems. It uses libvirt to find @@ -152,7 +152,7 @@ <h2><a id="conversion">Conversion</a></h2> <dl> - <dt><a href="http://libguestfs.org/virt-p2v.1.html">virt-p2v</a></dt> + <dt><a href="https://libguestfs.org/virt-p2v.1.html">virt-p2v</a></dt> <dd> Convert a physical machine to run on KVM. It is a LiveCD which is booted on the machine to be converted. It collects a @@ -160,7 +160,7 @@ to a remote machine and defines the XML for a domain to run the guest. (Note this tool is included with libguestfs) </dd> - <dt><a href="http://libguestfs.org/virt-v2v.1.html">virt-v2v</a></dt> + <dt><a href="https://libguestfs.org/virt-v2v.1.html">virt-v2v</a></dt> <dd> virt-v2v converts guests from a foreign hypervisor to run on KVM, managed by libvirt. It can convert guests from VMware or @@ -277,7 +277,7 @@ <h2><a id="libraries">Libraries</a></h2> <dl> - <dt><a href="http://libguestfs.org">libguestfs</a></dt> + <dt><a href="https://libguestfs.org">libguestfs</a></dt> <dd> A library and set of tools for accessing and modifying virtual machine disk images. It can be linked with C and C++ management @@ -310,7 +310,7 @@ <h2><a id="livecd">LiveCD / Appliances</a></h2> <dl> - <dt><a href="http://libguestfs.org/virt-v2v/">virt-p2v</a></dt> + <dt><a href="https://libguestfs.org/virt-v2v/">virt-p2v</a></dt> <dd> An older tool for converting a physical machine into a virtual machine. It is a LiveCD which is booted on the machine to be diff --git a/docs/kbase/secureusage.rst b/docs/kbase/secureusage.rst index 5a631193d1..2f072100c6 100644 --- a/docs/kbase/secureusage.rst +++ b/docs/kbase/secureusage.rst @@ -77,7 +77,7 @@ time. **Recommendation:** if there is a need to access the content of a disk image, use a single-use throwaway virtual machine to access the data. Never mount disk images on the host OS. Ideally make use of the -`libguestfs <http://libguestfs.org>`__ tools and APIs for accessing +`libguestfs <https://libguestfs.org>`__ tools and APIs for accessing disks Guest migration network diff --git a/docs/pci-hotplug.html.in b/docs/pci-hotplug.html.in index 29587b1e7e..d61af1930e 100644 --- a/docs/pci-hotplug.html.in +++ b/docs/pci-hotplug.html.in @@ -56,7 +56,7 @@ </p> <p> If you have a very specific use case, such as the appliances - used by <a href="http://libguestfs.org/">libguestfs</a> behind + used by <a href="https://libguestfs.org/">libguestfs</a> behind the scenes to access disk images, and this automatically-added <code>pcie-root-port</code> controller ends up being a nuisance, you can prevent libvirt from adding it by manually managing PCI -- 2.26.2

Use https: links for websites that support them. The URIs which are used as namespace identifiers are left alone. Signed-off-by: Ján Tomko <jtomko@redhat.com> --- docs/acl.html.in | 2 +- docs/aclpolkit.html.in | 2 +- docs/advanced-tests.rst | 4 ++-- docs/api.html.in | 4 ++-- docs/apps.html.in | 14 +++++++------- docs/bindings.html.in | 4 ++-- docs/coding-style.rst | 2 +- docs/contact.html.in | 2 +- docs/contribute.html.in | 4 ++-- docs/csharp.html.in | 2 +- docs/docs.html.in | 4 ++-- docs/downloads.html.in | 2 +- docs/drvbhyve.html.in | 10 +++++----- docs/drvesx.html.in | 20 ++++++++++---------- docs/drvlxc.html.in | 2 +- docs/drvnodedev.html.in | 2 +- docs/drvopenvz.html.in | 4 ++-- docs/drvvbox.html.in | 2 +- docs/drvvmware.html.in | 8 ++++---- docs/firewall.html.in | 2 +- docs/formatdomain.rst | 16 ++++++++-------- docs/formatstorage.html.in | 2 +- docs/index.html.in | 4 ++-- docs/java.html.in | 2 +- docs/logging.html.in | 2 +- docs/logos/README | 2 +- docs/manpages/virsh.rst | 2 +- docs/nss.html.in | 2 +- docs/page.xsl | 4 ++-- docs/php.html.in | 2 +- docs/remote.html.in | 6 +++--- docs/storage.html.in | 2 +- docs/testsuites.html.in | 4 ++-- docs/testtck.html.in | 2 +- docs/tlscerts.html.in | 2 +- docs/uri.html.in | 2 +- docs/virshcmdref.html.in | 2 +- docs/windows.html.in | 6 +++--- meson.build | 2 +- run.in | 2 +- src/conf/virchrdev.c | 2 +- src/esx/README | 18 +++++++++--------- src/esx/esx_driver.c | 6 +++--- src/hyperv/hyperv_wmi_generator.input | 2 +- src/internal.h | 2 +- src/libxl/libxl_conf.c | 2 +- src/lxc/lxc_container.c | 2 +- src/rpc/virnetdaemon.c | 2 +- src/rpc/virnetlibsshsession.c | 2 +- src/storage/storage_backend_gluster.c | 6 +++--- src/storage/storage_util.c | 2 +- src/util/virhashcode.c | 2 +- src/util/virhashcode.h | 2 +- src/util/virprocess.c | 2 +- src/util/virsysinfo.c | 2 +- src/util/virutil.c | 2 +- src/vmx/vmx.c | 6 +++--- tests/cputestdata/cpu-gather.sh | 2 +- tools/wireshark/README.rst | 2 +- tools/wireshark/util/genxdrstub.pl | 2 +- 60 files changed, 116 insertions(+), 116 deletions(-) diff --git a/docs/acl.html.in b/docs/acl.html.in index 31ca170212..3d0f651864 100644 --- a/docs/acl.html.in +++ b/docs/acl.html.in @@ -50,7 +50,7 @@ control technologies. By default, the <code>none</code> driver is used, which does no access control checks at all. At this time, libvirt ships with support for using - <a href="http://www.freedesktop.org/wiki/Software/polkit/">polkit</a> as a real access + <a href="https://www.freedesktop.org/wiki/Software/polkit/">polkit</a> as a real access control driver. To learn how to use the polkit access driver consult <a href="aclpolkit.html">the configuration docs</a>. diff --git a/docs/aclpolkit.html.in b/docs/aclpolkit.html.in index 8bd8b58e02..a82001187e 100644 --- a/docs/aclpolkit.html.in +++ b/docs/aclpolkit.html.in @@ -18,7 +18,7 @@ <p> A default install of libvirt will typically use - <a href="http://www.freedesktop.org/wiki/Software/polkit/">polkit</a> + <a href="https://www.freedesktop.org/wiki/Software/polkit/">polkit</a> to authenticate the initial user connection to libvirtd. This is a very coarse grained check though, either allowing full read-write access to all APIs, or just read-only access. The polkit access diff --git a/docs/advanced-tests.rst b/docs/advanced-tests.rst index 458a9105b6..772fe1dd16 100644 --- a/docs/advanced-tests.rst +++ b/docs/advanced-tests.rst @@ -18,7 +18,7 @@ by running $ meson test --setup valgrind -`Valgrind <http://valgrind.org/>`__ is a test that checks for +`Valgrind <https://valgrind.org/>`__ is a test that checks for memory management issues, such as leaks or use of uninitialized variables. @@ -160,7 +160,7 @@ filter. The filter should be unique enough to not suppress real leaks, but it should be generic enough to cover multiple code paths. The format of the entry can be found in the documentation found at the `Valgrind home -page <http://valgrind.org/>`__. The following trace was added +page <https://valgrind.org/>`__. The following trace was added to ``tests/.valgrind.supp`` in order to suppress the warning: :: diff --git a/docs/api.html.in b/docs/api.html.in index 85b196417a..4bff037d48 100644 --- a/docs/api.html.in +++ b/docs/api.html.in @@ -116,7 +116,7 @@ however, it becomes invalid once the resource is deactivated.</p></li > <li><code>UUID</code> <p> A 16 byte unique identifier - as defined in <a href="http://www.ietf.org/rfc/rfc4122.txt">RFC 4122</a>, + as defined in <a href="https://www.ietf.org/rfc/rfc4122.txt">RFC 4122</a>, which is guaranteed to be unique for long term usage and across a set of nodes.</p></li> </ul> @@ -369,7 +369,7 @@ for processing. </p> <p>If you are interested in contributing to libvirt, read the - <a href="http://wiki.libvirt.org/page/FAQ">FAQ</a> and + <a href="https://wiki.libvirt.org/page/FAQ">FAQ</a> and <a href="hacking.html">hacking</a> guidelines to gain an understanding of basic rules and guidelines. In order to add new API functionality follow the instructions regarding diff --git a/docs/apps.html.in b/docs/apps.html.in index 92f7950b07..a5696967fd 100644 --- a/docs/apps.html.in +++ b/docs/apps.html.in @@ -128,7 +128,7 @@ <h2><a id="continuousintegration">Continuous Integration</a></h2> <dl> - <dt><a href="http://docs.buildbot.net/latest/manual/configuration/workers-libvirt.html">BuildBot</a></dt> + <dt><a href="https://docs.buildbot.net/latest/manual/configuration/workers-libvirt.html">BuildBot</a></dt> <dd> BuildBot is a system to automate the compile/test cycle required by most software projects. CVS commits trigger new builds, run on @@ -263,7 +263,7 @@ cloud where you want the most bang for the bucks. </dd> - <dt><a href="http://en.zstack.io/">ZStack</a></dt> + <dt><a href="https://en.zstack.io/">ZStack</a></dt> <dd> ZStack is an open source IaaS software that aims to automate the management of all resources (compute, storage, networking, etc.) in a @@ -324,7 +324,7 @@ <dl> <dt><a href="https://collectd.org/plugins/libvirt.shtml">collectd</a></dt> <dd> - The libvirt-plugin is part of <a href="http://collectd.org/">collectd</a> + The libvirt-plugin is part of <a href="https://collectd.org/">collectd</a> and gathers statistics about virtualized guests on a system. This way, you can collect CPU, network interface and block device usage for each guest without installing collectd on the guest systems. @@ -346,15 +346,15 @@ <dt><a href="https://people.redhat.com/rjones/nagios-virt/">Nagios-virt</a></dt> <dd> Nagios-virt is a configuration tool to add monitoring of your - virtualised domains to <a href="http://www.nagios.org/">Nagios</a>. + virtualised domains to <a href="https://www.nagios.org/">Nagios</a>. You can use this tool to either set up a new Nagios installation for your Xen or QEMU/KVM guests, or to integrate with your existing Nagios installation. </dd> - <dt><a href="http://www.pcp.io/man/man1/pmdalibvirt.1.html">PCP</a></dt> + <dt><a href="https://pcp.io/man/man1/pmdalibvirt.1.html">PCP</a></dt> <dd> The PCP libvirt PMDA (plugin) is part of the - <a href="http://pcp.io/">PCP</a> toolkit and provides + <a href="https://pcp.io/">PCP</a> toolkit and provides hypervisor and guest information and complete set of guest performance metrics. It supports pCPU, vCPU, memory, block device, network interface, and performance event metrics for each virtual guest. @@ -398,7 +398,7 @@ <h2><a id="web">Web applications</a></h2> <dl> - <dt><a href="http://www.abiquo.com/">AbiCloud</a></dt> + <dt><a href="https://www.abiquo.com/">AbiCloud</a></dt> <dd> AbiCloud is an open source cloud platform manager which allows to easily deploy a private cloud in your datacenter. One of the key diff --git a/docs/bindings.html.in b/docs/bindings.html.in index 692390c843..a1520707c5 100644 --- a/docs/bindings.html.in +++ b/docs/bindings.html.in @@ -28,7 +28,7 @@ </li> <li> <strong>Perl</strong>: Daniel Berrange develops - <a href="http://search.cpan.org/dist/Sys-Virt/">Perl bindings</a>. + <a href="https://search.cpan.org/dist/Sys-Virt/">Perl bindings</a>. </li> <li> <p> @@ -60,7 +60,7 @@ </p> <p> This is named <b>libvirt-python</b> on RHEL/Fedora, - <a href="http://packages.ubuntu.com/search?keywords=python-libvirt"><b>python-libvirt</b></a> + <a href="https://packages.ubuntu.com/search?keywords=python-libvirt"><b>python-libvirt</b></a> on Ubuntu, and may be named differently on others. </p> <p> diff --git a/docs/coding-style.rst b/docs/coding-style.rst index 9212a42a77..00d95b960f 100644 --- a/docs/coding-style.rst +++ b/docs/coding-style.rst @@ -116,7 +116,7 @@ following to your ~/.vimrc file: Or if you don't want to mess your ~/.vimrc up, you can save the above into a file called .lvimrc (not .vimrc) located at the root of libvirt source, then install a vim script from -http://www.vim.org/scripts/script.php?script_id=1408, which will +https://www.vim.org/scripts/script.php?script_id=1408, which will load the .lvimrc only when you edit libvirt code. Code formatting (especially for new code) diff --git a/docs/contact.html.in b/docs/contact.html.in index 7c2b71501a..ad95800b1b 100644 --- a/docs/contact.html.in +++ b/docs/contact.html.in @@ -98,7 +98,7 @@ <h2><a id="irc">IRC discussion</a></h2> <p> - Some of the libvirt developers may be found on IRC on the <a href="http://oftc.net">OFTC IRC</a> + Some of the libvirt developers may be found on IRC on the <a href="https://oftc.net">OFTC IRC</a> network. Use the settings: </p> <ul> diff --git a/docs/contribute.html.in b/docs/contribute.html.in index 81efa2bce3..87de12269a 100644 --- a/docs/contribute.html.in +++ b/docs/contribute.html.in @@ -91,7 +91,7 @@ to obtain support, it is common to rely on community help forums such as <a href="contact.html#email">libvirt users mailing list</a>, or sites such as - <a href="http://stackoverflow.com/questions/tagged/libvirt">stackoverflow.</a> + <a href="https://stackoverflow.com/questions/tagged/libvirt">stackoverflow.</a> People who are familiar with libvirt and have ability & desire to help other users are encouraged to participate in these help forums.</li> @@ -131,7 +131,7 @@ <p> Since 2016, the libvirt project directly participates as an - organization in the <a href="http://wiki.libvirt.org/page/Google_Summer_of_Code_Ideas">Google Summer of Code program</a>. Prior to + organization in the <a href="https://wiki.libvirt.org/page/Google_Summer_of_Code_Ideas">Google Summer of Code program</a>. Prior to this the project had a number of students in the program via a joint application with the QEMU project. People are encouraged to look at both the libvirt and QEMU programs diff --git a/docs/csharp.html.in b/docs/csharp.html.in index 89b3957904..257637495d 100644 --- a/docs/csharp.html.in +++ b/docs/csharp.html.in @@ -32,7 +32,7 @@ <h2><a id="git">GIT source repository</a></h2> <p> The C# bindings source code is maintained in a <a - href="http://git-scm.com/">git</a> repository available on + href="https://git-scm.com/">git</a> repository available on <a href="https://gitlab.com/libvirt/libvirt-csharp">gitlab.com</a>: </p> diff --git a/docs/docs.html.in b/docs/docs.html.in index ceb95a4f17..428a2ac974 100644 --- a/docs/docs.html.in +++ b/docs/docs.html.in @@ -48,7 +48,7 @@ <dt><a href="nss.html">NSS module</a></dt> <dd>Enable domain host name translation to IP addresses</dd> - <dt><a href="http://wiki.libvirt.org/page/FAQ">FAQ</a></dt> + <dt><a href="https://wiki.libvirt.org/page/FAQ">FAQ</a></dt> <dd>Frequently asked questions</dd> </dl> @@ -85,7 +85,7 @@ <a href="https://pkg.go.dev/libvirt.org/libvirt-go">go</a>, <a href="java.html">java</a>, <a href="https://libvirt.org/ocaml/">ocaml</a>, - <a href="http://search.cpan.org/dist/Sys-Virt/">perl</a>, + <a href="https://search.cpan.org/dist/Sys-Virt/">perl</a>, <a href="python.html">python</a>, <a href="php.html">php</a>, <a href="https://libvirt.org/ruby/">ruby</a> diff --git a/docs/downloads.html.in b/docs/downloads.html.in index 33a49d9c1f..43366b3694 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -564,7 +564,7 @@ <p> For more details about contents of maintenance releases, see - <a href="http://wiki.libvirt.org/page/Maintenance_Releases">the + <a href="https://wiki.libvirt.org/page/Maintenance_Releases">the wiki page</a>. </p> diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in index 66a13be1f6..ca511eeccd 100644 --- a/docs/drvbhyve.html.in +++ b/docs/drvbhyve.html.in @@ -28,7 +28,7 @@ $ </pre> <p> -Additional information on bhyve could be obtained on <a href="http://bhyve.org/">bhyve.org</a>. +Additional information on bhyve could be obtained on <a href="https://bhyve.org/">bhyve.org</a>. </p> <h2><a id="uri">Connections to the Bhyve driver</a></h2> @@ -233,7 +233,7 @@ of a guest.</p> <p><b>NB:</b> Some versions of bhyve have a bug that prevents guests from booting until the console is opened by a client. This bug was fixed in FreeBSD -<a href="http://svnweb.freebsd.org/changeset/base/262884">r262884</a>. If +<a href="https://svnweb.freebsd.org/changeset/base/262884">r262884</a>. If an older version is used, one either has to open a console manually with <code>virsh console</code> to let a guest boot or start a guest using:</p> @@ -392,8 +392,8 @@ it with the <code>port</code> attribute):</p> <h3><a id="clockconfig">Clock configuration</a></h3> <p>Originally bhyve supported only localtime for RTC. Support for UTC time was introduced in -<a href="http://svnweb.freebsd.org/changeset/base/284894">r284894</a> for <i>10-STABLE</i> and -in <a href="http://svnweb.freebsd.org/changeset/base/279225">r279225</a> for <i>-CURRENT</i>. +<a href="https://svnweb.freebsd.org/changeset/base/284894">r284894</a> for <i>10-STABLE</i> and +in <a href="https://svnweb.freebsd.org/changeset/base/279225">r279225</a> for <i>-CURRENT</i>. It's possible to use this in libvirt <span class="since">since 1.2.18</span>, just place the following to domain XML:</p> @@ -450,7 +450,7 @@ be wired and cannot be swapped out as follows:</p> <p><span class="since">Since 4.5.0</span>, it's possible to specify guest CPU topology, if bhyve supports that. Support for specifying guest CPU topology was added to bhyve in -<a href="http://svnweb.freebsd.org/changeset/base/332298">r332298</a> for <i>-CURRENT</i>. +<a href="https://svnweb.freebsd.org/changeset/base/332298">r332298</a> for <i>-CURRENT</i>. Example:</p> <pre> <domain type="bhyve"> diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in index 59b27bd43e..e25cf07e92 100644 --- a/docs/drvesx.html.in +++ b/docs/drvesx.html.in @@ -15,7 +15,7 @@ <ul> <li> - The <a href="http://www.vmware.com/">VMware ESX and GSX</a> + The <a href="https://www.vmware.com/">VMware ESX and GSX</a> hypervisors </li> </ul> @@ -26,11 +26,11 @@ preparations are required on the server side, no libvirtd must be installed on the ESX server. The driver uses version 2.5 of the remote, SOAP based - <a href="http://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/"> + <a href="https://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/"> VMware Virtual Infrastructure API</a> (VI API) to communicate with the ESX server, like the VMware Virtual Infrastructure Client (VI client) does. Since version 4.0 this API is called - <a href="http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/"> + <a href="https://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/"> VMware vSphere API</a>. </p> @@ -239,7 +239,7 @@ error: internal error curl_easy_perform() returned an error: Peer certificate ca Generate new SSL certificates signed by a CA known to your client computer and replace the original ones on your ESX server. See the section <i>Replace a Default Certificate with a CA-Signed Certificate</i> - in the <a href="http://www.vmware.com/pdf/vsphere4/r40/vsp_40_esx_server_config.pdf">ESX Configuration Guide</a> + in the <a href="https://www.vmware.com/pdf/vsphere4/r40/vsp_40_esx_server_config.pdf">ESX Configuration Guide</a> </li> </ul> @@ -468,7 +468,7 @@ ethernet0.checkMACAddress = "false" <dt><code>vmpvscsi</code></dt> <dd> Special VMware Paravirtual SCSI controller, requires VMware tools inside - the guest. See <a href="http://kb.vmware.com/kb/1010398">VMware KB1010398</a> + the guest. See <a href="https://kb.vmware.com/kb/1010398">VMware KB1010398</a> for details. <span class="since">Since 0.8.3</span> </dd> </dl> @@ -510,7 +510,7 @@ ethernet0.checkMACAddress = "false" <dt><code>vmxnet</code>, <code>vmxnet2</code>, <code>vmxnet3</code></dt> <dd> Special VMware VMXnet network card, requires VMware tools inside - the guest. See <a href="http://kb.vmware.com/kb/1001805">VMware KB1001805</a> + the guest. See <a href="https://kb.vmware.com/kb/1001805">VMware KB1001805</a> for details. </dd> <dt><code>e1000</code></dt> @@ -808,22 +808,22 @@ Enter administrator password for example-vcenter.com: <h2><a id="links">Links</a></h2> <ul> <li> - <a href="http://www.vmware.com/support/developer/vc-sdk/"> + <a href="https://www.vmware.com/support/developer/vc-sdk/"> VMware vSphere Web Services SDK Documentation </a> </li> <li> - <a href="http://www.vmware.com/pdf/esx3_memory.pdf"> + <a href="https://www.vmware.com/pdf/esx3_memory.pdf"> The Role of Memory in VMware ESX Server 3 </a> </li> <li> - <a href="http://www.sanbarrow.com/vmx.html"> + <a href="https://www.sanbarrow.com/vmx.html"> VMware VMX config parameters </a> </li> <li> - <a href="http://www.vmware.com/pdf/vsp_4_pvscsi_perf.pdf"> + <a href="https://www.vmware.com/pdf/vsp_4_pvscsi_perf.pdf"> VMware ESX 4.0 PVSCSI Storage Performance </a> </li> diff --git a/docs/drvlxc.html.in b/docs/drvlxc.html.in index 6ee9ee8646..b8a99272e6 100644 --- a/docs/drvlxc.html.in +++ b/docs/drvlxc.html.in @@ -75,7 +75,7 @@ would use the following XML <p> When the container "init" process is started, it will be given several useful environment variables. The following standard environment variables are mandated -by <a href="http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface">systemd container interface</a> +by <a href="https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface">systemd container interface</a> to be provided by all container technologies on Linux. </p> diff --git a/docs/drvnodedev.html.in b/docs/drvnodedev.html.in index e28af4e737..ab87b6bbd2 100644 --- a/docs/drvnodedev.html.in +++ b/docs/drvnodedev.html.in @@ -20,7 +20,7 @@ (<code>virsh nodedev-create</code>, <code>virsh nodedev-destroy</code>) which are meant to be used to create virtual devices, currently only supported by NPIV - (<a href="http://wiki.libvirt.org/page/NPIV_in_libvirt">more info about NPIV)</a>). + (<a href="https://wiki.libvirt.org/page/NPIV_in_libvirt">more info about NPIV)</a>). Devices on the host system are arranged in a tree-like hierarchy, with the root node being called <code>computer</code>. The node device driver supports two backends to manage the devices, HAL and udev, with the former diff --git a/docs/drvopenvz.html.in b/docs/drvopenvz.html.in index 2dc53c1340..64a75e3fec 100644 --- a/docs/drvopenvz.html.in +++ b/docs/drvopenvz.html.in @@ -19,7 +19,7 @@ <ul> <li> - The <a href="http://openvz.org/">OpenVZ</a> Linux container + The <a href="https://openvz.org/">OpenVZ</a> Linux container system </li> </ul> @@ -54,7 +54,7 @@ openvz+ssh://root@example.com/system (remote access, SSH tunnelled) <p> One or more of the physical devices must be attached to a bridge. The process for this varies according to the operating system in use, so - for up to date notes consult the <a href="http://wiki.libvirt.org">Wiki</a> + for up to date notes consult the <a href="https://wiki.libvirt.org">Wiki</a> or your operating system's networking documentation. The basic idea is that the host OS should end up with a bridge device "br0" containing a physical device "eth0", or a bonding device "bond0". diff --git a/docs/drvvbox.html.in b/docs/drvvbox.html.in index c97dc0f049..0c0d14fa6a 100644 --- a/docs/drvvbox.html.in +++ b/docs/drvvbox.html.in @@ -13,7 +13,7 @@ <ul> <li> - The <a href="http://www.virtualbox.org/">VirtualBox</a> + The <a href="https://www.virtualbox.org/">VirtualBox</a> hypervisor </li> </ul> diff --git a/docs/drvvmware.html.in b/docs/drvvmware.html.in index caa99e257d..d581ad1d1c 100644 --- a/docs/drvvmware.html.in +++ b/docs/drvvmware.html.in @@ -7,23 +7,23 @@ The libvirt VMware driver should be able to manage any Workstation, Player, Fusion version supported by the VMware VIX API. See the compatibility list - <a href="http://www.vmware.com/support/developer/vix-api/vix110_reference/">here</a>. + <a href="https://www.vmware.com/support/developer/vix-api/vix110_reference/">here</a>. </p> <p> This driver uses the "vmrun" utility which is distributed with the VMware VIX API. You can download the VIX API - from <a href="http://www.vmware.com/support/developer/vix-api/">here</a>. + from <a href="https://www.vmware.com/support/developer/vix-api/">here</a>. </p> <h2><a id="project">Project Links</a></h2> <ul> <li> - The <a href="http://www.vmware.com/">VMware Workstation and + The <a href="https://www.vmware.com/">VMware Workstation and Player</a> hypervisors </li> <li> - The <a href="http://www.vmware.com/fusion">VMware Fusion</a> + The <a href="https://www.vmware.com/fusion">VMware Fusion</a> hypervisor </li> </ul> diff --git a/docs/firewall.html.in b/docs/firewall.html.in index 2d55021d9b..62f37e0eea 100644 --- a/docs/firewall.html.in +++ b/docs/firewall.html.in @@ -175,7 +175,7 @@ MASQUERADE all -- * * 192.168.122.0/24 !192.168.122.0/24</pre> the conceptual model is closely aligned with the DMTF CIM schema for network filtering: </p> - <p><a href="http://www.dmtf.org/standards/cim/cim_schema_v2230/CIM_Network.pdf">http://www.dmtf.org/standards/cim/cim_schema_v2230/CIM_Network.pdf</a></p> + <p><a href="https://www.dmtf.org/standards/cim/cim_schema_v2230/CIM_Network.pdf">https://www.dmtf.org/standards/cim/cim_schema_v2230/CIM_Network.pdf</a></p> <p>The filters are managed in libvirt as a top level, standalone object. This allows the filters to then be referenced by any libvirt object that requires their functionality, instead tying them only to use diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 9da1320f1c..250beb4b76 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -2423,7 +2423,7 @@ paravirtualized driver is specified via the ``disk`` element. Using "lun" ( :since:`since 0.9.10` ) is only valid when the ``type`` is "block" or "network" for ``protocol='iscsi'`` or when the ``type`` is "volume" when using an iSCSI source ``pool`` for ``mode`` "host" or as an - `NPIV <http://wiki.libvirt.org/page/NPIV_in_libvirt>`__ virtual Host Bus + `NPIV <https://wiki.libvirt.org/page/NPIV_in_libvirt>`__ virtual Host Bus Adapter (vHBA) using a Fibre Channel storage pool. Configured in this manner, the LUN behaves identically to "disk", except that generic SCSI commands from the guest are accepted and passed through to the physical @@ -3118,16 +3118,16 @@ A directory on the host that can be accessed directly from the guest. ``passthrough`` The ``source`` is accessed with the permissions of the user inside the guest. This is the default ``accessmode`` if one is not specified. `More - info <http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02673.html>`__ + info <https://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02673.html>`__ ``mapped`` The ``source`` is accessed with the permissions of the hypervisor (QEMU process). `More - info <http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02673.html>`__ + info <https://lists.gnu.org/archive/html/qemu-devel/2010-05/msg02673.html>`__ ``squash`` Similar to 'passthrough', the exception is that failure of privileged operations like 'chown' are ignored. This makes a passthrough-like mode usable for people who run the hypervisor as non-root. `More - info <http://lists.gnu.org/archive/html/qemu-devel/2010-09/msg00121.html>`__ + info <https://lists.gnu.org/archive/html/qemu-devel/2010-09/msg00121.html>`__ :since:`Since 5.2.0` , the filesystem element has an optional attribute ``model`` with supported values "virtio-transitional", @@ -3354,7 +3354,7 @@ few exceptions: For more details see the `qemu patch posting <https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg00923.html>`__ and the `virtio-1.0 -spec <http://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html>`__. +spec <https://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html>`__. :anchor:`<a id="elementsControllers"/>` @@ -4461,7 +4461,7 @@ Direct attachment to physical interface interface of the host. :since:`Since 0.7.7 (QEMU and KVM only)` | This setup requires the Linux macvtap driver to be available. :since:`(Since Linux 2.6.34.)` One of the modes 'vepa' ( `'Virtual Ethernet Port - Aggregator' <http://www.ieee802.org/1/files/public/docs2009/new-evb-congdon-vepa-modular-0709-v01.pdf>`__), + Aggregator' <https://www.ieee802.org/1/files/public/docs2009/new-evb-congdon-vepa-modular-0709-v01.pdf>`__), 'bridge' or 'private' can be chosen for the operation mode of the macvtap device, 'vepa' being the default mode. The individual modes cause the delivery of packets to behave as follows: @@ -6060,7 +6060,7 @@ type ``serial`` per guest. Virtio consoles are usually accessible as ``/dev/hvc[0-7]`` from inside the guest; for more information, see -http://fedoraproject.org/wiki/Features/VirtioSerial. :since:`Since 0.8.3` +https://fedoraproject.org/wiki/Features/VirtioSerial. :since:`Since 0.8.3` For the relationship between serial ports and consoles, `see below <#elementCharSerialAndConsole>`__. @@ -6181,7 +6181,7 @@ types have different ``target`` attributes. Paravirtualized virtio channel. Channel is exposed in the guest under /dev/vport*, and if the optional element ``name`` is specified, /dev/virtio-ports/$name (for more info, please see - http://fedoraproject.org/wiki/Features/VirtioSerial). The optional element + https://fedoraproject.org/wiki/Features/VirtioSerial). The optional element ``address`` can tie the channel to a particular ``type='virtio-serial'`` controller, `documented above <#elementsAddress>`__. With qemu, if ``name`` is "org.qemu.guest_agent.0", then libvirt can interact with a guest agent diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index 7493714c5c..8eee7ccf9e 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -267,7 +267,7 @@ <dd>Used by the "fc_host" adapter type to optionally specify the parent scsi_host device defined in the <a href="formatnode.html">Node Device</a> database as the - <a href="http://wiki.libvirt.org/page/NPIV_in_libvirt">NPIV</a> + <a href="https://wiki.libvirt.org/page/NPIV_in_libvirt">NPIV</a> virtual Host Bus Adapter (vHBA). The value provided must be a vport capable scsi_host. The value is not the scsi_host of the vHBA created by 'virsh nodedev-create', rather it is diff --git a/docs/index.html.in b/docs/index.html.in index 20184a7441..97421c5e7b 100644 --- a/docs/index.html.in +++ b/docs/index.html.in @@ -61,7 +61,7 @@ <a href="formatsnapshot.html">snapshots</a>, <a href="formatcheckpoint.html">checkpoints</a>, <a href="formatbackup.html">backup jobs</a></dd> - <dt><a href="http://wiki.libvirt.org">Wiki</a></dt> + <dt><a href="https://wiki.libvirt.org">Wiki</a></dt> <dd>Read further community contributed content</dd> <dt><a href="https://libvirt.org/kbase.html">Knowledge base</a></dt> @@ -75,7 +75,7 @@ </div> <p> - Read more on the <a href="http://planet.virt-tools.org/">Virt Tools blog planet</a> + Read more on the <a href="https://planet.virt-tools.org/">Virt Tools blog planet</a> </p> </div> diff --git a/docs/java.html.in b/docs/java.html.in index fa3fe8f900..1f8c255d26 100644 --- a/docs/java.html.in +++ b/docs/java.html.in @@ -25,7 +25,7 @@ which you can use to include this in your maven projects.</p> <h2>GIT source repository</h2> <p> The Java bindings code source is now maintained in a <a -href="http://git-scm.com/">git</a> repository available on +href="https://git-scm.com/">git</a> repository available on <a href="https://gitlab.com/libvirt/libvirt-java/">gitlab.com</a>: </p> <pre> diff --git a/docs/logging.html.in b/docs/logging.html.in index 3ff0dd3eb6..1052b763a0 100644 --- a/docs/logging.html.in +++ b/docs/logging.html.in @@ -151,7 +151,7 @@ x:name</pre> <p> When logging to the systemd journal, the following fields are defined, in addition to any automatically recorded - <a href="http://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html">standard fields</a>: + <a href="https://www.freedesktop.org/software/systemd/man/systemd.journal-fields.html">standard fields</a>: </p> <dl> diff --git a/docs/logos/README b/docs/logos/README index bd37f5470f..888ba18798 100644 --- a/docs/logos/README +++ b/docs/logos/README @@ -4,7 +4,7 @@ The master SVG files were created in InkScape, using the Overpass font from Red Hat: - http://overpassfont.org/ + https://overpassfont.org/ Logo formats diff --git a/docs/manpages/virsh.rst b/docs/manpages/virsh.rst index 0482fe8b26..7c9240faf3 100644 --- a/docs/manpages/virsh.rst +++ b/docs/manpages/virsh.rst @@ -6348,7 +6348,7 @@ algorithms in order to define which algorithm to use for the wipe. disks: random, 0x00, 0xff, verify. * bsi - 9-pass method recommended by the German Center of Security in Information Technologies - (http://www.bsi.bund.de): 0xff, 0xfe, 0xfd, 0xfb, + (https://www.bsi.bund.de): 0xff, 0xfe, 0xfd, 0xfb, 0xf7, 0xef, 0xdf, 0xbf, 0x7f. * gutmann - The canonical 35-pass sequence described in Gutmann's paper. diff --git a/docs/nss.html.in b/docs/nss.html.in index 4b11bf0c7c..5c58d1bd49 100644 --- a/docs/nss.html.in +++ b/docs/nss.html.in @@ -108,7 +108,7 @@ hosts: files libvirt libvirt_guest dns <p> Whenever an Unix process wants to do a host name translation - <a href="http://linux.die.net/man/3/gethostbyname"><code>gethostbyname()</code></a> + <a href="https://linux.die.net/man/3/gethostbyname"><code>gethostbyname()</code></a> or some variant of it is called. This is a glibc function that takes a string containing the host name, crunch it and produces a list of IP addresses assigned to that host. Now, glibc developers made a really good diff --git a/docs/page.xsl b/docs/page.xsl index 9ab8d3dd69..36168305fa 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -161,8 +161,8 @@ <h3>Community</h3> <ul> <li><a href="https://twitter.com/hashtag/libvirt">twitter</a></li> - <li><a href="http://stackoverflow.com/questions/tagged/libvirt">stackoverflow</a></li> - <li><a href="http://serverfault.com/questions/tagged/libvirt">serverfault</a></li> + <li><a href="https://stackoverflow.com/questions/tagged/libvirt">stackoverflow</a></li> + <li><a href="https://serverfault.com/questions/tagged/libvirt">serverfault</a></li> </ul> </div> <xsl:if test="$pagesrc != ''"> diff --git a/docs/php.html.in b/docs/php.html.in index 1605175976..9340c81eec 100644 --- a/docs/php.html.in +++ b/docs/php.html.in @@ -10,7 +10,7 @@ <h2>Getting the source</h2> <p> The PHP bindings code source is now maintained in a <a -href="http://git-scm.com/">git</a> repository available on +href="https://git-scm.com/">git</a> repository available on <a href="https://gitlab.com/libvirt/libvirt-php">gitlab.com</a>: </p> <pre> diff --git a/docs/remote.html.in b/docs/remote.html.in index 9b06e8a449..cc8db80c95 100644 --- a/docs/remote.html.in +++ b/docs/remote.html.in @@ -76,7 +76,7 @@ Remote libvirt supports a range of transports: </dd> <dt><code>ssh</code></dt> <dd> Transported over an ordinary - <a href="http://www.openssh.com/" title="OpenSSH homepage">ssh + <a href="https://www.openssh.com/" title="OpenSSH homepage">ssh (secure shell)</a> connection. Requires <a href="http://netcat.sourceforge.net/">Netcat (nc)</a> installed and libvirtd should be running @@ -95,14 +95,14 @@ Remote libvirt supports a range of transports: The standard port is 16509. </dd> <dt><code>libssh2</code></dt> <dd> Transport over the SSH protocol using - <a href="http://libssh2.org/" title="libssh2 homepage">libssh2</a> instead + <a href="https://libssh2.org/" title="libssh2 homepage">libssh2</a> instead of the OpenSSH binary. This transport uses the libvirt authentication callback for all ssh authentication calls and therefore supports keyboard-interactive authentication even with graphical management applications. As with the classic ssh transport netcat is required on the remote side.</dd> <dt><code>libssh</code></dt> <dd> Transport over the SSH protocol using - <a href="http://libssh.org/" title="libssh homepage">libssh</a> instead + <a href="https://libssh.org/" title="libssh homepage">libssh</a> instead of the OpenSSH binary. This transport uses the libvirt authentication callback for all ssh authentication calls and therefore supports keyboard-interactive authentication even with graphical management applications. As with the classic ssh transport diff --git a/docs/storage.html.in b/docs/storage.html.in index 72fa13944a..b2cf343933 100644 --- a/docs/storage.html.in +++ b/docs/storage.html.in @@ -763,7 +763,7 @@ <p> This provides a pool based on the ZFS filesystem. Initially it was developed for FreeBSD, and <span class="since">since 1.3.2</span> experimental support - for <a href="http://zfsonlinux.org/">ZFS on Linux</a> version 0.6.4 or newer + for <a href="https://zfsonlinux.org/">ZFS on Linux</a> version 0.6.4 or newer is available. </p> diff --git a/docs/testsuites.html.in b/docs/testsuites.html.in index cd9cad9160..2e61684b63 100644 --- a/docs/testsuites.html.in +++ b/docs/testsuites.html.in @@ -19,10 +19,10 @@ </li> <li>the <a href="testtck.html">TCK test suite</a> is a functional test suite implemented using the - <a href="http://search.cpan.org/dist/Sys-Virt/">Perl bindings</a> + <a href="https://search.cpan.org/dist/Sys-Virt/">Perl bindings</a> of libvirt. It is available separately 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="https://rpmfind.net/linux/rpm2html/search.php?query=libvirt-tck">package</a> in Fedora distributions, but best is probably to get the <a href="https://gitlab.com/libvirt/libvirt-tck">version from GIT</a>. diff --git a/docs/testtck.html.in b/docs/testtck.html.in index 5925752900..137586682b 100644 --- a/docs/testtck.html.in +++ b/docs/testtck.html.in @@ -28,7 +28,7 @@ <li> The initial <a href="https://www.redhat.com/archives/libvir-list/2009-April/msg00176.html">mail from Daniel Berrange</a> presenting the project.</li> - <li> The <a href="http://fedoraproject.org/wiki/Features/VirtTCK">page + <li> The <a href="https://fedoraproject.org/wiki/Features/VirtTCK">page describing VirtTCK</a> the inclusion of libvirt-TCK as a Fedora Feature.</li> </ul> diff --git a/docs/tlscerts.html.in b/docs/tlscerts.html.in index 39763060be..8a74311682 100644 --- a/docs/tlscerts.html.in +++ b/docs/tlscerts.html.in @@ -343,7 +343,7 @@ which can be installed on the server as </h2> <p> For each client (ie. any program linked with libvirt, such as -<a href="http://virt-manager.org/">virt-manager</a>) +<a href="https://virt-manager.org/">virt-manager</a>) you need to issue a certificate with the X.509 Distinguished Name (DN) set to a suitable name. You can decide this on a company / organisation policy. For example: diff --git a/docs/uri.html.in b/docs/uri.html.in index 49f92773f8..429768116b 100644 --- a/docs/uri.html.in +++ b/docs/uri.html.in @@ -13,7 +13,7 @@ Additionally we may want to refer to a driver on a remote machine over the network. </p> <p> -To this end, libvirt uses URIs as used on the Web and as defined in <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>. This page +To this end, libvirt uses URIs as used on the Web and as defined in <a href="https://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>. This page documents libvirt URIs. </p> <h2><a id="URI_libvirt">Specifying URIs to libvirt</a></h2> diff --git a/docs/virshcmdref.html.in b/docs/virshcmdref.html.in index 3534b6de4e..f5993fabce 100644 --- a/docs/virshcmdref.html.in +++ b/docs/virshcmdref.html.in @@ -67,7 +67,7 @@ <h2><a id="git">DocBook source GIT repository</a></h2> <p> The DocBook source is archived in a <a - href="http://git-scm.com/">git</a> repository available on + href="https://git-scm.com/">git</a> repository available on <a href="https://gitlab.com/libvirt/libvirt-virshcmdref">gitlab.com</a>. </p> diff --git a/docs/windows.html.in b/docs/windows.html.in index 13dab1f6a4..0f2d9061c4 100644 --- a/docs/windows.html.in +++ b/docs/windows.html.in @@ -16,8 +16,8 @@ <p> Users who need pre-built Windows DLLs of libvirt are advised - to use the <a href="http://virt-manager.org">Virt Viewer</a> - pre-compiled <a href="http://virt-manager.org/download/">Windows MSI packages</a> + to use the <a href="https://virt-manager.org">Virt Viewer</a> + pre-compiled <a href="https://virt-manager.org/download/">Windows MSI packages</a> </p> <p> @@ -93,7 +93,7 @@ Information on generating TLS certificates can be found here: </p> - <a href="http://wiki.libvirt.org/page/TLSSetup">http://wiki.libvirt.org/page/TLSSetup</a> + <a href="https://wiki.libvirt.org/page/TLSSetup">https://wiki.libvirt.org/page/TLSSetup</a> <p> These instructions are for *nix, and have not yet been adapted for diff --git a/meson.build b/meson.build index dabd4196e6..3c138b77d5 100644 --- a/meson.build +++ b/meson.build @@ -1313,7 +1313,7 @@ if readline_dep.found() # the fix has landed in FreeBSD ports and macOS homebrew we can safely # drop the kludge and rely on pkg-config alone on those platforms. # - # [1] http://lists.gnu.org/archive/html/bug-readline/2019-04/msg00007.html + # [1] https://lists.gnu.org/archive/html/bug-readline/2019-04/msg00007.html if readline_dep.type_name() == 'pkgconfig' and host_machine.system() != 'linux' pkg_config_prog = find_program('pkg-config') rc = run_command(pkg_config_prog, '--cflags', 'readline', check: true) diff --git a/run.in b/run.in index 73bebbf805..6ddf5fc58f 100644 --- a/run.in +++ b/run.in @@ -41,7 +41,7 @@ #---------------------------------------------------------------------- # Function to intelligently prepend a path to an environment variable. -# See http://stackoverflow.com/a/9631350 +# See https://stackoverflow.com/a/9631350 prepend() { eval $1="$2\${$1:+:\$$1}" diff --git a/src/conf/virchrdev.c b/src/conf/virchrdev.c index 800e82869e..635aa43c49 100644 --- a/src/conf/virchrdev.c +++ b/src/conf/virchrdev.c @@ -128,7 +128,7 @@ static int virChrdevLockFileCreate(const char *dev) /* lockfile doesn't (shouldn't) exist */ /* ensure correct format according to filesystem hierarchy standard */ - /* http://www.pathname.com/fhs/pub/fhs-2.3.html#VARLOCKLOCKFILES */ + /* https://www.pathname.com/fhs/pub/fhs-2.3.html#VARLOCKLOCKFILES */ pidStr = g_strdup_printf("%10lld\n", (long long)getpid()); /* create the lock file */ diff --git a/src/esx/README b/src/esx/README index b7a5865cd8..372227cc9c 100644 --- a/src/esx/README +++ b/src/esx/README @@ -4,23 +4,23 @@ Some links to relevant documentation VI/vSphere API: - http://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/ - http://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/ - http://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/ + https://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/ + https://www.vmware.com/support/developer/vc-sdk/visdk400pubs/ReferenceGuide/ + https://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/ VMX config: - http://www.sanbarrow.com/vmx.html + https://www.sanbarrow.com/vmx.html CPUID: - http://www.sandpile.org/ia32/cpuid.htm + https://www.sandpile.org/ia32/cpuid.htm Memory model: - http://www.vmware.com/pdf/esx3_memory.pdf - http://www.vmware.com/pdf/usenix_resource_mgmt.pdf + https://www.vmware.com/pdf/esx3_memory.pdf + https://www.vmware.com/pdf/usenix_resource_mgmt.pdf Virtual serial port (network backed): - http://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim.... - http://www.vmware.com/support/developer/vc-sdk/visdk41pubs/vsp41_usingproxy_... + https://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim... + https://www.vmware.com/support/developer/vc-sdk/visdk41pubs/vsp41_usingproxy... diff --git a/src/esx/esx_driver.c b/src/esx/esx_driver.c index 3fb7a3b62c..9080478435 100644 --- a/src/esx/esx_driver.c +++ b/src/esx/esx_driver.c @@ -3375,9 +3375,9 @@ esxDomainSetAutostart(virDomainPtr domain, int autostart) /* * The scheduler interface exposes basically the CPU ResourceAllocationInfo: * - * - http://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vi... - * - http://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vi... - * - http://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vi... + * - https://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/v... + * - https://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/v... + * - https://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/v... * * * Available parameters: diff --git a/src/hyperv/hyperv_wmi_generator.input b/src/hyperv/hyperv_wmi_generator.input index da19765f1b..77543cf6ef 100644 --- a/src/hyperv/hyperv_wmi_generator.input +++ b/src/hyperv/hyperv_wmi_generator.input @@ -19,7 +19,7 @@ # # # Based on MSDN Hyper-V WMI Classes: -# http://msdn.microsoft.com/en-us/library/cc136986%28v=vs.85%29.aspx +# https://msdn.microsoft.com/en-us/library/cc136986%28v=vs.85%29.aspx # diff --git a/src/internal.h b/src/internal.h index d95db330b3..1a5ad2bfef 100644 --- a/src/internal.h +++ b/src/internal.h @@ -128,7 +128,7 @@ * whether a parameter is nonnull. Make this attribute conditional * based on whether we are compiling for real or for analysis, while * still requiring correct gcc syntax when it is turned off. See also - * http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17308 */ + * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17308 */ #ifndef ATTRIBUTE_NONNULL # if STATIC_ANALYSIS # define ATTRIBUTE_NONNULL(m) __attribute__((__nonnull__(m))) diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c index e7c7022b69..9ae8ad1860 100644 --- a/src/libxl/libxl_conf.c +++ b/src/libxl/libxl_conf.c @@ -567,7 +567,7 @@ libxlMakeDomBuildInfo(virDomainDefPtr def, * configured when building Xen using '--with-system-ovmf='. If * not specified, LIBXL_FIRMWARE_DIR/ovmf.bin is used. In the * future, Xen will support a user-specified firmware path. See - * http://lists.xenproject.org/archives/html/xen-devel/2016-03/msg01628.html + * https://lists.xenproject.org/archives/html/xen-devel/2016-03/msg01628.html */ if (virDomainDefHasOldStyleUEFI(def)) b_info->u.hvm.bios = LIBXL_BIOS_TYPE_OVMF; diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c index ede419c275..d1aa622be4 100644 --- a/src/lxc/lxc_container.c +++ b/src/lxc/lxc_container.c @@ -1586,7 +1586,7 @@ lxcNeedNetworkNamespace(virDomainDefPtr def) /* Got a FS mapped to /, we're going the pivot_root * approach to do a better-chroot-than-chroot - * this is based on this thread http://lkml.org/lkml/2008/3/5/29 + * this is based on this thread https://lkml.org/lkml/2008/3/5/29 */ static int lxcContainerSetupPivotRoot(virDomainDefPtr vmDef, virDomainFSDefPtr root, diff --git a/src/rpc/virnetdaemon.c b/src/rpc/virnetdaemon.c index bb81a43d43..81c2816e6e 100644 --- a/src/rpc/virnetdaemon.c +++ b/src/rpc/virnetdaemon.c @@ -496,7 +496,7 @@ virNetDaemonGotInhibitReply(DBusPendingCall *pending, } -/* As per: http://www.freedesktop.org/wiki/Software/systemd/inhibit */ +/* As per: https://www.freedesktop.org/wiki/Software/systemd/inhibit */ static void virNetDaemonCallInhibit(virNetDaemonPtr dmn, const char *what, diff --git a/src/rpc/virnetlibsshsession.c b/src/rpc/virnetlibsshsession.c index 3ae53392ef..81646a360a 100644 --- a/src/rpc/virnetlibsshsession.c +++ b/src/rpc/virnetlibsshsession.c @@ -40,7 +40,7 @@ VIR_LOG_INIT("rpc.netlibsshsession"); /* TRACE_LIBSSH=<level> enables tracing in libssh itself. * The meaning of <level> is described here: - * http://api.libssh.org/master/group__libssh__log.html + * https://api.libssh.org/master/group__libssh__log.html * * The LIBVIRT_LIBSSH_DEBUG environment variable can be used * to set/override the level of libssh debug. diff --git a/src/storage/storage_backend_gluster.c b/src/storage/storage_backend_gluster.c index db3df82aad..70e6f2b086 100644 --- a/src/storage/storage_backend_gluster.c +++ b/src/storage/storage_backend_gluster.c @@ -334,8 +334,8 @@ virStorageBackendGlusterRefreshPool(virStoragePoolObjPtr pool) /* Why oh why did glfs 3.4 decide to expose only readdir_r rather * than readdir? POSIX admits that readdir_r is inherently a * flawed design, because systems are not required to define - * NAME_MAX: http://austingroupbugs.net/view.php?id=696 - * http://womble.decadent.org.uk/readdir_r-advisory.html + * NAME_MAX: https://austingroupbugs.net/view.php?id=696 + * https://womble.decadent.org.uk/readdir_r-advisory.html * * Fortunately, gluster appears to limit its underlying bricks to * only use file systems such as XFS that have a NAME_MAX of 255; @@ -343,7 +343,7 @@ virStorageBackendGlusterRefreshPool(virStoragePoolObjPtr pool) * tail padding, then we should have enough space to avoid buffer * overflow no matter whether the OS used d_name[], d_name[1], or * d_name[256] in its 'struct dirent'. - * http://lists.gnu.org/archive/html/gluster-devel/2013-10/msg00083.html + * https://lists.gnu.org/archive/html/gluster-devel/2013-10/msg00083.html */ if (!(dir = glfs_opendir(state->vol, state->dir))) { diff --git a/src/storage/storage_util.c b/src/storage/storage_util.c index 629f6fd1ee..d6a311c765 100644 --- a/src/storage/storage_util.c +++ b/src/storage/storage_util.c @@ -2443,7 +2443,7 @@ virStorageBackendVolDownloadLocal(virStoragePoolObjPtr pool G_GNUC_UNUSED, * truncate and extend it to its original size, filling it with * zeroes. This behavior is guaranteed by POSIX: * - * http://www.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html + * https://www.opengroup.org/onlinepubs/9699919799/functions/ftruncate.html * * If fildes refers to a regular file, the ftruncate() function shall * cause the size of the file to be truncated to length. If the size diff --git a/src/util/virhashcode.c b/src/util/virhashcode.c index 07d9e16fc4..baa7a0b1c0 100644 --- a/src/util/virhashcode.c +++ b/src/util/virhashcode.c @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * * The hash code generation is based on the public domain MurmurHash3 from Austin Appleby: - * http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp + * https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp * * We use only the 32 bit variant because the 2 produce different results while * we need to produce the same result regardless of the architecture as diff --git a/src/util/virhashcode.h b/src/util/virhashcode.h index e23b0c3615..10d8451795 100644 --- a/src/util/virhashcode.h +++ b/src/util/virhashcode.h @@ -18,7 +18,7 @@ * <http://www.gnu.org/licenses/>. * * The hash code generation is based on the public domain MurmurHash3 from Austin Appleby: - * http://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp + * https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp * * We use only the 32 bit variant because the 2 produce different result while * we need to produce the same result regardless of the architecture as diff --git a/src/util/virprocess.c b/src/util/virprocess.c index 6f03627c42..044160861a 100644 --- a/src/util/virprocess.c +++ b/src/util/virprocess.c @@ -455,7 +455,7 @@ int virProcessSetAffinity(pid_t pid, virBitmapPtr map) * So you have no option but to pick a size, try, catch EINVAL, * enlarge, and re-try. * - * http://lkml.org/lkml/2009/7/28/620 + * https://lkml.org/lkml/2009/7/28/620 */ realloc: masklen = CPU_ALLOC_SIZE(numcpus); diff --git a/src/util/virsysinfo.c b/src/util/virsysinfo.c index 7128cd2db0..0e9b281caf 100644 --- a/src/util/virsysinfo.c +++ b/src/util/virsysinfo.c @@ -1295,7 +1295,7 @@ virSysinfoRead(void) #else /* WIN32 || not supported arch */ /* * this can probably be extracted from Windows using API or registry - * http://www.microsoft.com/whdc/system/platform/firmware/SMBIOS.mspx + * https://www.microsoft.com/whdc/system/platform/firmware/SMBIOS.mspx */ virReportSystemError(ENOSYS, "%s", _("Host sysinfo extraction not supported on this platform")); diff --git a/src/util/virutil.c b/src/util/virutil.c index 8639176fdc..dee5a33b97 100644 --- a/src/util/virutil.c +++ b/src/util/virutil.c @@ -140,7 +140,7 @@ int virSetSockReuseAddr(int fd G_GNUC_UNUSED, bool fatal G_GNUC_UNUSED) * Win32 sockets have Linux/BSD-like SO_REUSEADDR behaviour * by default, so we can be a no-op. * - * http://msdn.microsoft.com/en-us/library/windows/desktop/ms740621.aspx + * https://msdn.microsoft.com/en-us/library/windows/desktop/ms740621.aspx */ return 0; } diff --git a/src/vmx/vmx.c b/src/vmx/vmx.c index a123a8807c..4b1b04c6e1 100644 --- a/src/vmx/vmx.c +++ b/src/vmx/vmx.c @@ -1559,7 +1559,7 @@ virVMXParseConfig(virVMXContext *ctx, if (sched_cpu_shares != NULL) { unsigned int vcpus = virDomainDefGetVcpus(def); - /* See http://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim.... */ + /* See https://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim... */ if (STRCASEEQ(sched_cpu_shares, "low")) { def->cputune.shares = vcpus * 500; } else if (STRCASEEQ(sched_cpu_shares, "normal")) { @@ -3282,7 +3282,7 @@ virVMXFormatConfig(virVMXContext *ctx, virDomainXMLOptionPtr xmlopt, virDomainDe /* def:cputune.shares -> vmx:sched.cpu.shares */ if (def->cputune.sharesSpecified) { unsigned int vcpus = virDomainDefGetVcpus(def); - /* See http://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim.... */ + /* See https://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim... */ if (def->cputune.shares == vcpus * 500) { virBufferAddLit(&buffer, "sched.cpu.shares = \"low\"\n"); } else if (def->cputune.shares == vcpus * 1000) { @@ -4072,7 +4072,7 @@ virVMXFormatSVGA(virDomainVideoDefPtr def, virBufferPtr buffer) /* * For Windows guests the VRAM size should be a multiple of 64 kilobyte. - * See http://kb.vmware.com/kb/1003 and http://kb.vmware.com/kb/1001558 + * See https://kb.vmware.com/kb/1003 and https://kb.vmware.com/kb/1001558 */ vram = VIR_DIV_UP(def->vram, 64) * 64; diff --git a/tests/cputestdata/cpu-gather.sh b/tests/cputestdata/cpu-gather.sh index 79e3fddf22..7574324d1c 100755 --- a/tests/cputestdata/cpu-gather.sh +++ b/tests/cputestdata/cpu-gather.sh @@ -2,7 +2,7 @@ # # The cpuid tool can be usually found in a package called "cpuid". If your # distro does not provide such package, you can find the sources or binary -# packages at http://www.etallen.com/cpuid.html +# packages at https://www.etallen.com/cpuid.html grep 'model name' /proc/cpuinfo | head -n1 diff --git a/tools/wireshark/README.rst b/tools/wireshark/README.rst index 919b89d32a..8407557748 100644 --- a/tools/wireshark/README.rst +++ b/tools/wireshark/README.rst @@ -11,7 +11,7 @@ specification. See also: -* http://www.google-melange.com/gsoc/project/google/gsoc2013/kawamuray/7001 +* https://www.google-melange.com/gsoc/project/google/gsoc2013/kawamuray/7001 * https://wiki.qemu.org/Features/LibvirtWiresharkDissector diff --git a/tools/wireshark/util/genxdrstub.pl b/tools/wireshark/util/genxdrstub.pl index 8adbebdbab..36441c1759 100755 --- a/tools/wireshark/util/genxdrstub.pl +++ b/tools/wireshark/util/genxdrstub.pl @@ -18,7 +18,7 @@ # <http://www.gnu.org/licenses/>. # # -# For XDR syntax, see http://tools.ietf.org/html/rfc4506#section-6.3 +# For XDR syntax, see https://tools.ietf.org/html/rfc4506#section-6.3 # This script does not strictly check syntax of xdr protocol specification. # Make sure the specification files you have are correctly compilable with rpcgen(1). # If something fails with this script in spite of you had confirmed that the `make' with libvirt was succeed, -- 2.26.2

On Thu, Aug 27, 2020 at 03:27:05PM +0200, Ján Tomko wrote:
Use https: links for websites that support them.
The URIs which are used as namespace identifiers are left alone.
Signed-off-by: Ján Tomko <jtomko@redhat.com> --- docs/acl.html.in | 2 +- docs/aclpolkit.html.in | 2 +- docs/advanced-tests.rst | 4 ++-- docs/api.html.in | 4 ++-- docs/apps.html.in | 14 +++++++------- docs/bindings.html.in | 4 ++-- docs/coding-style.rst | 2 +- docs/contact.html.in | 2 +- docs/contribute.html.in | 4 ++-- docs/csharp.html.in | 2 +- docs/docs.html.in | 4 ++-- docs/downloads.html.in | 2 +- docs/drvbhyve.html.in | 10 +++++----- docs/drvesx.html.in | 20 ++++++++++---------- docs/drvlxc.html.in | 2 +- docs/drvnodedev.html.in | 2 +- docs/drvopenvz.html.in | 4 ++-- docs/drvvbox.html.in | 2 +- docs/drvvmware.html.in | 8 ++++---- docs/firewall.html.in | 2 +- docs/formatdomain.rst | 16 ++++++++-------- docs/formatstorage.html.in | 2 +- docs/index.html.in | 4 ++-- docs/java.html.in | 2 +- docs/logging.html.in | 2 +- docs/logos/README | 2 +- docs/manpages/virsh.rst | 2 +- docs/nss.html.in | 2 +- docs/page.xsl | 4 ++-- docs/php.html.in | 2 +- docs/remote.html.in | 6 +++--- docs/storage.html.in | 2 +- docs/testsuites.html.in | 4 ++-- docs/testtck.html.in | 2 +- docs/tlscerts.html.in | 2 +- docs/uri.html.in | 2 +- docs/virshcmdref.html.in | 2 +- docs/windows.html.in | 6 +++--- meson.build | 2 +- run.in | 2 +- src/conf/virchrdev.c | 2 +- src/esx/README | 18 +++++++++--------- src/esx/esx_driver.c | 6 +++--- src/hyperv/hyperv_wmi_generator.input | 2 +- src/internal.h | 2 +- src/libxl/libxl_conf.c | 2 +- src/lxc/lxc_container.c | 2 +- src/rpc/virnetdaemon.c | 2 +- src/rpc/virnetlibsshsession.c | 2 +- src/storage/storage_backend_gluster.c | 6 +++--- src/storage/storage_util.c | 2 +- src/util/virhashcode.c | 2 +- src/util/virhashcode.h | 2 +- src/util/virprocess.c | 2 +- src/util/virsysinfo.c | 2 +- src/util/virutil.c | 2 +- src/vmx/vmx.c | 6 +++--- tests/cputestdata/cpu-gather.sh | 2 +- tools/wireshark/README.rst | 2 +- tools/wireshark/util/genxdrstub.pl | 2 +- 60 files changed, 116 insertions(+), 116 deletions(-)
sflow.net in docs/apps/html.in is also served over https scripts.sil.org/OFL in docs/fonts/LICENSE.rst is also served over https Erik

On a Friday in 2020, Erik Skultety wrote:
On Thu, Aug 27, 2020 at 03:27:05PM +0200, Ján Tomko wrote:
Use https: links for websites that support them.
The URIs which are used as namespace identifiers are left alone.
Signed-off-by: Ján Tomko <jtomko@redhat.com> --- 60 files changed, 116 insertions(+), 116 deletions(-)
sflow.net in docs/apps/html.in is also served over https
Strange, I had it in the list of sites that only support HTTP
scripts.sil.org/OFL in docs/fonts/LICENSE.rst is also served over https
I specifically did not want to alter the license text (same with numerous occurrences of http://www.gnu.org/licenses/) Jano
Erik

On Thu, Aug 27, 2020 at 03:26:57PM +0200, Ján Tomko wrote:
Ján Tomko (8): docs: tlscerts: fix link to certtool invocation tools: wireshark: fix link to wireshark repo build-aux: vc-list-files: remove non-git support vbox: do not repeat the innotek namespace url Prefer https: for Wikipedia links Prefer https: for Red Hat websites Prefer https: for libguestfs.org links Prefer https: everywhere where possible
Reviewed-by: Erik Skultety <eskultet@redhat.com>

On Thu, Aug 27, 2020 at 9:28 AM Ján Tomko <jtomko@redhat.com> wrote:
Ján Tomko (8): docs: tlscerts: fix link to certtool invocation tools: wireshark: fix link to wireshark repo build-aux: vc-list-files: remove non-git support vbox: do not repeat the innotek namespace url Prefer https: for Wikipedia links Prefer https: for Red Hat websites Prefer https: for libguestfs.org links Prefer https: everywhere where possible
build-aux/vc-list-files | 24 ------- docs/acl.html.in | 2 +- docs/aclpolkit.html.in | 2 +- docs/advanced-tests.rst | 4 +- docs/api.html.in | 4 +- docs/apps.html.in | 26 ++++---- docs/best-practices.rst | 2 +- docs/bindings.html.in | 4 +- docs/bugs.html.in | 6 +- docs/coding-style.rst | 2 +- docs/contact.html.in | 2 +- docs/contribute.html.in | 4 +- docs/csharp.html.in | 2 +- docs/docs.html.in | 4 +- docs/downloads.html.in | 2 +- docs/drvbhyve.html.in | 10 +-- docs/drvesx.html.in | 20 +++--- docs/drvlxc.html.in | 2 +- docs/drvnodedev.html.in | 2 +- docs/drvopenvz.html.in | 4 +- docs/drvvbox.html.in | 2 +- docs/drvvmware.html.in | 8 +-- docs/firewall.html.in | 2 +- docs/formatdomain.rst | 18 +++--- docs/formatstorage.html.in | 2 +- docs/index.html.in | 4 +- docs/internals/rpc.html.in | 2 +- docs/java.html.in | 2 +- docs/kbase/secureusage.rst | 2 +- docs/logging.html.in | 2 +- docs/logos/README | 2 +- docs/manpages/virsh.rst | 2 +- docs/nss.html.in | 2 +- docs/page.xsl | 4 +- docs/pci-hotplug.html.in | 2 +- docs/php.html.in | 2 +- docs/remote.html.in | 8 +-- docs/securityprocess.html.in | 2 +- docs/storage.html.in | 2 +- docs/testsuites.html.in | 4 +- docs/testtck.html.in | 4 +- docs/tlscerts.html.in | 6 +- docs/uri.html.in | 2 +- docs/virshcmdref.html.in | 2 +- docs/windows.html.in | 6 +- meson.build | 2 +- run.in | 2 +- src/conf/virchrdev.c | 2 +- src/esx/README | 18 +++--- src/esx/esx_driver.c | 6 +- src/hyperv/hyperv_wmi_generator.input | 2 +- src/internal.h | 2 +- src/libxl/libxl_conf.c | 2 +- src/lxc/lxc_container.c | 2 +- src/qemu/qemu_domain.c | 2 +- src/remote/remote_driver.c | 2 +- src/rpc/virnetclient.c | 2 +- src/rpc/virnetdaemon.c | 2 +- src/rpc/virnetlibsshsession.c | 2 +- src/storage/storage_backend_gluster.c | 6 +- src/storage/storage_util.c | 2 +- src/util/virarch.h | 72 ++++++++++----------- src/util/virhashcode.c | 2 +- src/util/virhashcode.h | 2 +- src/util/virprocess.c | 2 +- src/util/virsysinfo.c | 2 +- src/util/virutil.c | 2 +- src/vbox/vbox_snapshot_conf.c | 12 ++-- src/vmx/vmx.c | 6 +- tests/cputestdata/cpu-gather.sh | 2 +- tools/wireshark/README.rst | 2 +- tools/wireshark/samples/libvirt-sample.pdml | 2 +- tools/wireshark/util/genxdrstub.pl | 2 +- 73 files changed, 182 insertions(+), 204 deletions(-)
-- 2.26.2
Reviewed-by: Neal Gompa <ngompa13@gmail.com> -- 真実はいつも一つ!/ Always, there's only one truth!
participants (4)
-
Daniel P. Berrangé
-
Erik Skultety
-
Ján Tomko
-
Neal Gompa