Commit 70b7fba9 authored by Stefan Hajnoczi's avatar Stefan Hajnoczi Committed by Peter Maydell
Browse files

Use HTTPS for qemu.org and other domains



qemu.org enabled HTTPS in 2017 and it should be used instead of HTTP.
There are also URLs to json.org, openvpn.net, and other domains that
support HTTPS.

This patch updates the qemu.org domains everywhere and also third-party
domains that I have checked.

Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
Message-id: 20171121120435.28728-3-stefanha@redhat.com
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent 1b3bbc68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
This file documents changes for QEMU releases 0.12 and earlier.
For changelog information for later releases, see
http://wiki.qemu.org/ChangeLog or look at the git history for
https://wiki.qemu.org/ChangeLog or look at the git history for
more detailed information.


+2 −2
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ F: */

Responsible Disclosure, Reporting Security Issues
------------------------------
W: http://wiki.qemu.org/SecurityProcess
W: https://wiki.qemu.org/SecurityProcess
M: Michael S. Tsirkin <mst@redhat.com>
L: secalert@redhat.com

@@ -1671,7 +1671,7 @@ F: net/filter-mirror.c
Record/replay
M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
R: Paolo Bonzini <pbonzini@redhat.com>
W: http://wiki.qemu.org/Features/record-replay
W: https://wiki.qemu.org/Features/record-replay
S: Supported
F: replay/*
F: block/blkreplay.c
+8 −8
Original line number Diff line number Diff line
@@ -44,9 +44,9 @@ of other UNIX targets. The simple steps to build QEMU are:

Additional information can also be found online via the QEMU website:

  http://qemu.org/Hosts/Linux
  http://qemu.org/Hosts/Mac
  http://qemu.org/Hosts/W32
  https://qemu.org/Hosts/Linux
  https://qemu.org/Hosts/Mac
  https://qemu.org/Hosts/W32


Submitting patches
@@ -65,8 +65,8 @@ guidelines set out in the HACKING and CODING_STYLE files.
Additional information on submitting patches can be found online via
the QEMU website

  http://qemu.org/Contribute/SubmitAPatch
  http://qemu.org/Contribute/TrivialPatches
  https://qemu.org/Contribute/SubmitAPatch
  https://qemu.org/Contribute/TrivialPatches


Bug reporting
@@ -85,7 +85,7 @@ reported via launchpad.

For additional information on bug reporting consult:

  http://qemu.org/Contribute/ReportABug
  https://qemu.org/Contribute/ReportABug


Contact
@@ -95,12 +95,12 @@ The QEMU community can be contacted in a number of ways, with the two
main methods being email and IRC

 - qemu-devel@nongnu.org
   http://lists.nongnu.org/mailman/listinfo/qemu-devel
   https://lists.nongnu.org/mailman/listinfo/qemu-devel
 - #qemu on irc.oftc.net

Information on additional methods of contacting the community can be
found online via the QEMU website:

  http://qemu.org/Contribute/StartHere
  https://qemu.org/Contribute/StartHere

-- End
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ For detailed information on QMP's usage, please, refer to the following files:
o qmp-spec.txt      QEMU Machine Protocol current specification
o qemu-qmp-ref.html QEMU QMP commands and events (auto-generated at build-time)

[1] http://www.json.org
[1] https://www.json.org

Usage
-----
@@ -83,4 +83,4 @@ Please, refer to the qapi-schema.json file for a complete command reference.
QMP wiki page
-------------

http://wiki.qemu.org/QMP
https://wiki.qemu.org/QMP
+2 −2
Original line number Diff line number Diff line
@@ -8,9 +8,9 @@ in PCI Express based machines and explains the reasoning behind them.

The following presentations accompany this document:
 (1) Q35 overview.
     http://wiki.qemu.org/images/4/4e/Q35.pdf
     https://wiki.qemu.org/images/4/4e/Q35.pdf
 (2) A comparison between PCI and PCI Express technologies.
     http://wiki.qemu.org/images/f/f6/PCIvsPCIe.pdf
     https://wiki.qemu.org/images/f/f6/PCIvsPCIe.pdf

Note: The usage examples are not intended to replace the full
documentation, please use QEMU help to retrieve all options.
Loading