@@ -72,7 +72,7 @@ without rebooting the PC or to debug system code.
72
72
@cindex user mode emulation
73
73
@item User mode emulation. In this mode, QEMU can launch
74
74
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
76
76
to ease cross-compilation and cross-debugging.
77
77
78
78
@end itemize
@@ -533,7 +533,7 @@ TAP network interfaces.
533
533
There is a virtual ethernet driver for Windows 2000/XP systems, called
534
534
TAP-Win32. But it is not included in standard QEMU for Windows,
535
535
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/ }.
537
537
538
538
@subsection Using the user mode network stack
539
539
@@ -707,11 +707,11 @@ to grab the mouse. Also overrides the PS/2 mouse emulation when activated.
707
707
Mass storage device backed by @var {drive_id } (@pxref {disk_images })
708
708
@item usb-uas
709
709
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 }
711
711
for details
712
712
@item usb-bot
713
713
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 }
715
715
for details here, too
716
716
@item usb-mtp,x-root=@var {dir }
717
717
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. >=
1221
1221
Windows 9x does not correctly use the CPU HLT
1222
1222
instruction. The result is that it takes host CPU cycles even when
1223
1223
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 }
1225
1225
to solve this problem. Note that no such tool is needed for NT, 2000 or XP.
1226
1226
1227
1227
@subsubsection Windows 2000 disk full problem
@@ -1271,7 +1271,7 @@ vvfat block device ("-hdb fat:directory_which_holds_the_SP").
1271
1271
1272
1272
DOS does not correctly use the CPU HLT instruction. The result is that
1273
1273
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 }
1275
1275
to solve this problem.
1276
1276
1277
1277
@node QEMU System emulator for non PC targets
@@ -1342,7 +1342,7 @@ PC compatible keyboard and mouse.
1342
1342
QEMU uses the Open Hack'Ware Open Firmware Compatible BIOS available at
1343
1343
@url {http://perso.magic.fr/l_indien/OpenHackWare/index.htm }.
1344
1344
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/ }
1346
1346
for the g3beige and mac99 PowerMac machines. OpenBIOS is a free (GPL
1347
1347
v2) portable firmware implementation. The goal is to implement a 100%
1348
1348
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
1434
1434
others 2047MB.
1435
1435
1436
1436
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
1438
1438
firmware implementation. The goal is to implement a 100% IEEE
1439
1439
1275-1994 (referred to as Open Firmware) compliant firmware.
1440
1440
@@ -2552,7 +2552,7 @@ QEMU is a trademark of Fabrice Bellard.
2552
2552
QEMU is released under the
2553
2553
@url {https://www.gnu.org/licenses/gpl-2.0.txt ,GNU General Public License },
2554
2554
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 }.
2556
2556
2557
2557
@node Index
2558
2558
@appendix Index
0 commit comments