Skip to content

Commit 70b7fba

Browse files
stefanhaRHpm215
authored andcommitted
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: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20171121120435.28728-3-stefanha@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent 1b3bbc6 commit 70b7fba

11 files changed

+30
-30
lines changed

Changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This file documents changes for QEMU releases 0.12 and earlier.
22
For changelog information for later releases, see
3-
http://wiki.qemu.org/ChangeLog or look at the git history for
3+
https://wiki.qemu.org/ChangeLog or look at the git history for
44
more detailed information.
55

66

MAINTAINERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ F: */
6161

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

@@ -1671,7 +1671,7 @@ F: net/filter-mirror.c
16711671
Record/replay
16721672
M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
16731673
R: Paolo Bonzini <pbonzini@redhat.com>
1674-
W: http://wiki.qemu.org/Features/record-replay
1674+
W: https://wiki.qemu.org/Features/record-replay
16751675
S: Supported
16761676
F: replay/*
16771677
F: block/blkreplay.c

README

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ of other UNIX targets. The simple steps to build QEMU are:
4444

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

47-
http://qemu.org/Hosts/Linux
48-
http://qemu.org/Hosts/Mac
49-
http://qemu.org/Hosts/W32
47+
https://qemu.org/Hosts/Linux
48+
https://qemu.org/Hosts/Mac
49+
https://qemu.org/Hosts/W32
5050

5151

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

68-
http://qemu.org/Contribute/SubmitAPatch
69-
http://qemu.org/Contribute/TrivialPatches
68+
https://qemu.org/Contribute/SubmitAPatch
69+
https://qemu.org/Contribute/TrivialPatches
7070

7171

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

8686
For additional information on bug reporting consult:
8787

88-
http://qemu.org/Contribute/ReportABug
88+
https://qemu.org/Contribute/ReportABug
8989

9090

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

9797
- qemu-devel@nongnu.org
98-
http://lists.nongnu.org/mailman/listinfo/qemu-devel
98+
https://lists.nongnu.org/mailman/listinfo/qemu-devel
9999
- #qemu on irc.oftc.net
100100

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

104-
http://qemu.org/Contribute/StartHere
104+
https://qemu.org/Contribute/StartHere
105105

106106
-- End

docs/interop/qmp-intro.txt

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

21-
[1] http://www.json.org
21+
[1] https://www.json.org
2222

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

86-
http://wiki.qemu.org/QMP
86+
https://wiki.qemu.org/QMP

docs/pcie.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ in PCI Express based machines and explains the reasoning behind them.
88

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

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

docs/rdma.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(RDMA: Remote Direct Memory Access)
22
RDMA Live Migration Specification, Version # 1
33
==============================================
4-
Wiki: http://wiki.qemu.org/Features/RDMALiveMigration
4+
Wiki: https://wiki.qemu.org/Features/RDMALiveMigration
55
Github: git@github.com:hinesmr/qemu.git, 'rdma' branch
66

77
Copyright (C) 2013 Michael R. Hines <mrhines@us.ibm.com>

include/qemu-common.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
/* Bug reporting information for --help arguments, About dialogs, etc */
2626
#define QEMU_HELP_BOTTOM \
27-
"See <http://qemu.org/contribute/report-a-bug> for how to report bugs.\n" \
28-
"More information on the QEMU project at <http://qemu.org>."
27+
"See <https://qemu.org/contribute/report-a-bug> for how to report bugs.\n" \
28+
"More information on the QEMU project at <https://qemu.org>."
2929

3030
/* main function, renamed */
3131
#if defined(CONFIG_COCOA)

qemu-doc.texi

+9-9
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ without rebooting the PC or to debug system code.
7272
@cindex user mode emulation
7373
@item User mode emulation. In this mode, QEMU can launch
7474
processes compiled for one CPU on another CPU. It can be used to
75-
launch the Wine Windows API emulator (@url{http://www.winehq.org}) or
75+
launch the Wine Windows API emulator (@url{https://www.winehq.org}) or
7676
to ease cross-compilation and cross-debugging.
7777

7878
@end itemize
@@ -533,7 +533,7 @@ TAP network interfaces.
533533
There is a virtual ethernet driver for Windows 2000/XP systems, called
534534
TAP-Win32. But it is not included in standard QEMU for Windows,
535535
so you will need to get it separately. It is part of OpenVPN package,
536-
so download OpenVPN from : @url{http://openvpn.net/}.
536+
so download OpenVPN from : @url{https://openvpn.net/}.
537537

538538
@subsection Using the user mode network stack
539539

@@ -707,11 +707,11 @@ to grab the mouse. Also overrides the PS/2 mouse emulation when activated.
707707
Mass storage device backed by @var{drive_id} (@pxref{disk_images})
708708
@item usb-uas
709709
USB attached SCSI device, see
710-
@url{http://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/usb-storage.txt,usb-storage.txt}
710+
@url{https://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/usb-storage.txt,usb-storage.txt}
711711
for details
712712
@item usb-bot
713713
Bulk-only transport storage device, see
714-
@url{http://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/usb-storage.txt,usb-storage.txt}
714+
@url{https://git.qemu.org/?p=qemu.git;a=blob_plain;f=docs/usb-storage.txt,usb-storage.txt}
715715
for details here, too
716716
@item usb-mtp,x-root=@var{dir}
717717
Media transfer protocol device, using @var{dir} as root of the file tree
@@ -1221,7 +1221,7 @@ resolution modes which the Cirrus Logic BIOS does not support (i.e. >=
12211221
Windows 9x does not correctly use the CPU HLT
12221222
instruction. The result is that it takes host CPU cycles even when
12231223
idle. You can install the utility from
1224-
@url{http://web.archive.org/web/20060212132151/http://www.user.cityline.ru/~maxamn/amnhltm.zip}
1224+
@url{https://web.archive.org/web/20060212132151/http://www.user.cityline.ru/~maxamn/amnhltm.zip}
12251225
to solve this problem. Note that no such tool is needed for NT, 2000 or XP.
12261226

12271227
@subsubsection Windows 2000 disk full problem
@@ -1271,7 +1271,7 @@ vvfat block device ("-hdb fat:directory_which_holds_the_SP").
12711271

12721272
DOS does not correctly use the CPU HLT instruction. The result is that
12731273
it takes host CPU cycles even when idle. You can install the utility from
1274-
@url{http://web.archive.org/web/20051222085335/http://www.vmware.com/software/dosidle210.zip}
1274+
@url{https://web.archive.org/web/20051222085335/http://www.vmware.com/software/dosidle210.zip}
12751275
to solve this problem.
12761276

12771277
@node QEMU System emulator for non PC targets
@@ -1342,7 +1342,7 @@ PC compatible keyboard and mouse.
13421342
QEMU uses the Open Hack'Ware Open Firmware Compatible BIOS available at
13431343
@url{http://perso.magic.fr/l_indien/OpenHackWare/index.htm}.
13441344

1345-
Since version 0.9.1, QEMU uses OpenBIOS @url{http://www.openbios.org/}
1345+
Since version 0.9.1, QEMU uses OpenBIOS @url{https://www.openbios.org/}
13461346
for the g3beige and mac99 PowerMac machines. OpenBIOS is a free (GPL
13471347
v2) portable firmware implementation. The goal is to implement a 100%
13481348
IEEE 1275-1994 (referred to as Open Firmware) compliant firmware.
@@ -1434,7 +1434,7 @@ memory size depends on the machine type, for SS-5 it is 256MB and for
14341434
others 2047MB.
14351435

14361436
Since version 0.8.2, QEMU uses OpenBIOS
1437-
@url{http://www.openbios.org/}. OpenBIOS is a free (GPL v2) portable
1437+
@url{https://www.openbios.org/}. OpenBIOS is a free (GPL v2) portable
14381438
firmware implementation. The goal is to implement a 100% IEEE
14391439
1275-1994 (referred to as Open Firmware) compliant firmware.
14401440

@@ -2552,7 +2552,7 @@ QEMU is a trademark of Fabrice Bellard.
25522552
QEMU is released under the
25532553
@url{https://www.gnu.org/licenses/gpl-2.0.txt,GNU General Public License},
25542554
version 2. Parts of QEMU have specific licenses, see file
2555-
@url{http://git.qemu.org/?p=qemu.git;a=blob_plain;f=LICENSE,LICENSE}.
2555+
@url{https://git.qemu.org/?p=qemu.git;a=blob_plain;f=LICENSE,LICENSE}.
25562556

25572557
@node Index
25582558
@appendix Index

qemu.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
; NSIS_WIN32_MAKENSIS
2121

2222
!define PRODUCT "QEMU"
23-
!define URL "http://www.qemu.org/"
23+
!define URL "https://www.qemu.org/"
2424

2525
!define UNINST_EXE "$INSTDIR\qemu-uninstall.exe"
2626
!define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT}"

scripts/qmp/qemu-ga-client

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# $ qemu-ga-client fsfreeze freeze
3434
# 2 filesystems frozen
3535
#
36-
# See also: http://wiki.qemu.org/Features/QAPI/GuestAgent
36+
# See also: https://wiki.qemu.org/Features/QAPI/GuestAgent
3737
#
3838

3939
import base64

version.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FILESUBTYPE VFT2_UNKNOWN
1313
{
1414
BLOCK "040904E4"
1515
{
16-
VALUE "CompanyName", "http://www.qemu.org"
16+
VALUE "CompanyName", "https://www.qemu.org"
1717
VALUE "FileDescription", "QEMU machine emulators and tools"
1818
VALUE "FileVersion", QEMU_VERSION
1919
VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."

0 commit comments

Comments
 (0)