]> git.proxmox.com Git - qemu.git/blame - qemu-doc.texi
added -fno-strict-aliasing
[qemu.git] / qemu-doc.texi
CommitLineData
386405f7
FB
1\input texinfo @c -*- texinfo -*-
2
0806e3f6 3@iftex
1f673135 4@settitle QEMU CPU Emulator User Documentation
386405f7
FB
5@titlepage
6@sp 7
1f673135 7@center @titlefont{QEMU CPU Emulator User Documentation}
386405f7
FB
8@sp 3
9@end titlepage
0806e3f6 10@end iftex
386405f7
FB
11
12@chapter Introduction
13
322d0c66 14@section Features
386405f7 15
1f673135
FB
16QEMU is a FAST! processor emulator using dynamic translation to
17achieve good emulation speed.
1eb20527
FB
18
19QEMU has two operating modes:
0806e3f6
FB
20
21@itemize @minus
22
23@item
1f673135
FB
24Full system emulation. In this mode, QEMU emulates a full system (for
25example a PC), including a processor and various peripherials. It can
26be used to launch different Operating Systems without rebooting the
27PC or to debug system code.
1eb20527 28
0806e3f6 29@item
1f673135
FB
30User mode emulation (Linux host only). In this mode, QEMU can launch
31Linux processes compiled for one CPU on another CPU. It can be used to
32launch the Wine Windows API emulator (@url{http://www.winehq.org}) or
33to ease cross-compilation and cross-debugging.
1eb20527
FB
34
35@end itemize
36
1f673135 37As QEMU requires no host kernel driver to run, it is very safe and
1eb20527 38easy to use.
322d0c66 39
52c00a5f
FB
40For system emulation, the following hardware targets are supported:
41@itemize
42@item PC (x86 processor)
43@item PREP (PowerPC processor)
44@end itemize
386405f7 45
1f673135 46For user emulation, x86, PowerPC, ARM, and SPARC CPUs are supported.
0806e3f6 47
5b9f457a
FB
48@chapter Installation
49
1f673135
FB
50@section Linux
51
5b9f457a
FB
52If you want to compile QEMU, please read the @file{README} which gives
53the related information. Otherwise just download the binary
54distribution (@file{qemu-XXX-i386.tar.gz}) and untar it as root in
55@file{/}:
56
57@example
58su
59cd /
60tar zxvf /tmp/qemu-XXX-i386.tar.gz
61@end example
62
1f673135 63@section Windows
8cd0ac2f 64
d691f669 65@itemize
1f673135
FB
66@item Install the current versions of MSYS and MinGW from
67@url{http://www.mingw.org/}. You can find detailed installation
68instructions in the download section and the FAQ.
69
70@item Download
71the MinGW development library of SDL 1.2.x
72(@file{SDL-devel-1.2.x-mingw32.tar.gz}) from
73@url{http://www.libsdl.org}. Unpack it in a temporary place, and
74unpack the archive @file{i386-mingw32msvc.tar.gz} in the MinGW tool
75directory. Edit the @file{sdl-config} script so that it gives the
76correct SDL directory when invoked.
77
78@item Extract the current version of QEMU.
79
80@item Start the MSYS shell (file @file{msys.bat}).
386405f7 81
1f673135
FB
82@item Change to the QEMU directory. Launch @file{./configure} and
83@file{make}. If you have problems using SDL, verify that
84@file{sdl-config} can be launched from the MSYS command line.
644c433c 85
1f673135
FB
86@item You can install QEMU in @file{Program Files/Qemu} by typing
87@file{make install}. Don't forget to copy @file{SDL.dll} in
88@file{Program Files/Qemu}.
1eb87257 89
168485b7
FB
90@end itemize
91
1f673135 92@section Cross compilation for Windows with Linux
168485b7
FB
93
94@itemize
1f673135
FB
95@item
96Install the MinGW cross compilation tools available at
97@url{http://www.mingw.org/}.
168485b7 98
1f673135
FB
99@item
100Install the Win32 version of SDL (@url{http://www.libsdl.org}) by
101unpacking @file{i386-mingw32msvc.tar.gz}. Set up the PATH environment
102variable so that @file{i386-mingw32msvc-sdl-config} can be launched by
103the QEMU configuration script.
168485b7 104
1f673135
FB
105@item
106Configure QEMU for Windows cross compilation:
168485b7 107@example
1f673135 108./configure --enable-mingw32
168485b7 109@end example
1f673135
FB
110If necessary, you can change the cross-prefix according to the prefix
111choosen for the MinGW tools with --cross-prefix. You can also use
112--prefix to set the Win32 install path.
168485b7 113
1f673135
FB
114@item You can install QEMU in the installation directory by typing
115@file{make install}. Don't forget to copy @file{SDL.dll} in the
116installation directory.
d691f669
FB
117
118@end itemize
119
1f673135
FB
120Note: Currently, Wine does not seem able to launch
121QEMU for Win32.
d691f669 122
1f673135 123@section Mac OS X
d691f669 124
1f673135 125Mac OS X is currently not supported.
df0f11a0 126
52c00a5f 127@chapter QEMU PC System emulator invocation
1eb20527 128
0806e3f6
FB
129@section Introduction
130
131@c man begin DESCRIPTION
132
52c00a5f 133The QEMU System emulator simulates a complete PC.
0806e3f6
FB
134
135In order to meet specific user needs, two versions of QEMU are
136available:
137
138@enumerate
139
140@item
285dc330 141@code{qemu-fast} uses the host Memory Management Unit (MMU) to simulate
0806e3f6
FB
142the x86 MMU. It is @emph{fast} but has limitations because the whole 4 GB
143address space cannot be used and some memory mapped peripherials
144cannot be emulated accurately yet. Therefore, a specific Linux kernel
145must be used (@xref{linux_compile}).
146
147@item
285dc330
FB
148@code{qemu} uses a software MMU. It is about @emph{two times
149slower} but gives a more accurate emulation.
0806e3f6
FB
150
151@end enumerate
152
153QEMU emulates the following PC peripherials:
154
155@itemize @minus
156@item
157VGA (hardware level, including all non standard modes)
158@item
159PS/2 mouse and keyboard
160@item
181f1558 1612 IDE interfaces with hard disk and CD-ROM support
1f673135
FB
162@item
163Floppy disk
0806e3f6 164@item
1f673135 165up to 6 NE2000 network adapters
0806e3f6 166@item
181f1558
FB
167Serial port
168@item
169Soundblaster 16 card
0806e3f6
FB
170@end itemize
171
172@c man end
173
1eb20527
FB
174@section Quick Start
175
285dc330 176Download and uncompress the linux image (@file{linux.img}) and type:
0806e3f6
FB
177
178@example
285dc330 179qemu linux.img
0806e3f6
FB
180@end example
181
182Linux should boot and give you a prompt.
183
ec410fc9
FB
184@section Invocation
185
186@example
0806e3f6
FB
187@c man begin SYNOPSIS
188usage: qemu [options] [disk_image]
189@c man end
ec410fc9
FB
190@end example
191
0806e3f6 192@c man begin OPTIONS
9d4520d0 193@var{disk_image} is a raw hard disk image for IDE hard disk 0.
ec410fc9
FB
194
195General options:
196@table @option
2be3bc02
FB
197@item -fda file
198@item -fdb file
be3edd95
FB
199Use @var{file} as floppy disk 0/1 image (@xref{disk_images}). You can
200use the host floppy by using @file{/dev/fd0} as filename.
2be3bc02 201
ec410fc9
FB
202@item -hda file
203@item -hdb file
181f1558
FB
204@item -hdc file
205@item -hdd file
2be3bc02 206Use @var{file} as hard disk 0, 1, 2 or 3 image (@xref{disk_images}).
1f47a922 207
181f1558
FB
208@item -cdrom file
209Use @var{file} as CD-ROM image (you cannot use @option{-hdc} and and
be3edd95
FB
210@option{-cdrom} at the same time). You can use the host CD-ROM by
211using @file{/dev/cdrom} as filename.
181f1558 212
1f673135
FB
213@item -boot [a|c|d]
214Boot on floppy (a), hard disk (c) or CD-ROM (d). Hard disk boot is
2be3bc02 215the default.
1f47a922 216
181f1558 217@item -snapshot
1f47a922
FB
218Write to temporary files instead of disk image files. In this case,
219the raw disk image you use is not written back. You can however force
220the write back by pressing @key{C-a s} (@xref{disk_images}).
ec410fc9
FB
221
222@item -m megs
223Set virtual RAM size to @var{megs} megabytes.
224
4690764b 225@item -initrd file
0806e3f6
FB
226Use @var{file} as initial ram disk.
227
0806e3f6
FB
228@item -nographic
229
230Normally, QEMU uses SDL to display the VGA output. With this option,
231you can totally disable graphical output so that QEMU is a simple
232command line application. The emulated serial port is redirected on
233the console. Therefore, you can still use QEMU to debug a Linux kernel
234with a serial console.
235
a8c490cd
FB
236@item -enable-audio
237
238The SB16 emulation is disabled by default as it may give problems with
239Windows. You can enable it manually with this option.
240
0806e3f6
FB
241@end table
242
1f673135
FB
243Network options:
244
245@table @option
246
247@item -n script
52c00a5f
FB
248Set TUN/TAP network init script [default=/etc/qemu-ifup]. This script
249is launched to configure the host network interface (usually tun0)
1f673135
FB
250corresponding to the virtual NE2000 card.
251
1f673135
FB
252@item -macaddr addr
253
254Set the mac address of the first interface (the format is
255aa:bb:cc:dd:ee:ff in hexa). The mac address is incremented for each
256new network interface.
257
52c00a5f
FB
258@item -tun-fd fd
259Assumes @var{fd} talks to a tap/tun host network interface and use
260it. Read @url{http://bellard.org/qemu/tetrinet.html} to have an
261example of its use.
262
263@item -user-net
264(Experimental) Use the user mode network stack. This is the default if
265no tun/tap network init script is found.
266
267@item -dummy-net
268Use the dummy network stack: no packet will be received on the network
269cards.
1f673135
FB
270
271@end table
272
273Linux boot specific. When using this options, you can use a given
274Linux kernel without installing it in the disk image. It can be useful
275for easier testing of various kernels.
276
0806e3f6
FB
277@table @option
278
279@item -kernel bzImage
280Use @var{bzImage} as kernel image.
281
282@item -append cmdline
283Use @var{cmdline} as kernel command line
284
285@item -initrd file
286Use @var{file} as initial ram disk.
287
ec410fc9
FB
288@end table
289
290Debug options:
291@table @option
292@item -s
0806e3f6 293Wait gdb connection to port 1234 (@xref{gdb_usage}).
ec410fc9
FB
294@item -p port
295Change gdb connection port.
52c00a5f
FB
296@item -S
297Do not start CPU at startup (you must type 'c' in the monitor).
ec410fc9 298@item -d
9d4520d0 299Output log in /tmp/qemu.log
ec410fc9
FB
300@end table
301
a1b74fe8
FB
302During the graphical emulation, you can use the following keys:
303@table @key
10d315a8 304@item Ctrl-Shift
a1b74fe8 305Toggle mouse and keyboard grab.
10d315a8 306@item Ctrl-Shift-f
a1b74fe8
FB
307Toggle full screen
308@end table
309
1f673135
FB
310During emulation, if you are using the serial console, use @key{C-a h}
311to get terminal commands:
ec410fc9
FB
312
313@table @key
a1b74fe8 314@item Ctrl-a h
ec410fc9 315Print this help
a1b74fe8 316@item Ctrl-a x
ec410fc9 317Exit emulatior
a1b74fe8 318@item Ctrl-a s
1f47a922 319Save disk data back to file (if -snapshot)
a1b74fe8 320@item Ctrl-a b
1f673135 321Send break (magic sysrq in Linux)
a1b74fe8 322@item Ctrl-a c
1f673135 323Switch between console and monitor
a1b74fe8
FB
324@item Ctrl-a Ctrl-a
325Send Ctrl-a
ec410fc9 326@end table
0806e3f6
FB
327@c man end
328
329@ignore
330
331@setfilename qemu
332@settitle QEMU System Emulator
333
1f673135
FB
334@c man begin SEEALSO
335The HTML documentation of QEMU for more precise information and Linux
336user mode emulator invocation.
337@c man end
338
339@c man begin AUTHOR
340Fabrice Bellard
341@c man end
342
343@end ignore
344
345@end ignore
346
347
348@section QEMU Monitor
349
350The QEMU monitor is used to give complex commands to the QEMU
351emulator. You can use it to:
352
353@itemize @minus
354
355@item
356Remove or insert removable medias images
357(such as CD-ROM or floppies)
358
359@item
360Freeze/unfreeze the Virtual Machine (VM) and save or restore its state
361from a disk file.
362
363@item Inspect the VM state without an external debugger.
364
365@end itemize
366
367@subsection Commands
368
369The following commands are available:
370
371@table @option
372
373@item help or ? [cmd]
374Show the help for all commands or just for command @var{cmd}.
375
376@item commit
377Commit changes to the disk images (if -snapshot is used)
378
379@item info subcommand
380show various information about the system state
381
382@table @option
383@item info network
384show the network state
385@item info block
386show the block devices
387@item info registers
388show the cpu registers
389@item info history
390show the command line history
391@end table
392
393@item q or quit
394Quit the emulator.
395
396@item eject [-f] device
397Eject a removable media (use -f to force it).
398
399@item change device filename
400Change a removable media.
401
402@item screendump filename
403Save screen into PPM image @var{filename}.
404
405@item log item1[,...]
406Activate logging of the specified items to @file{/tmp/qemu.log}.
407
408@item savevm filename
409Save the whole virtual machine state to @var{filename}.
410
411@item loadvm filename
412Restore the whole virtual machine state from @var{filename}.
413
414@item stop
415Stop emulation.
416
417@item c or cont
418Resume emulation.
419
420@item gdbserver [port]
421Start gdbserver session (default port=1234)
422
423@item x/fmt addr
424Virtual memory dump starting at @var{addr}.
425
426@item xp /fmt addr
427Physical memory dump starting at @var{addr}.
428
429@var{fmt} is a format which tells the command how to format the
430data. Its syntax is: @option{/@{count@}@{format@}@{size@}}
431
432@table @var
433@item count
434is the number of items to be dumped.
435
436@item format
437can be x (hexa), d (signed decimal), u (unsigned decimal), o (octal),
438c (char) or i (asm instruction).
439
440@item size
52c00a5f
FB
441can be b (8 bits), h (16 bits), w (32 bits) or g (64 bits). On x86,
442@code{h} or @code{w} can be specified with the @code{i} format to
443respectively select 16 or 32 bit code instruction size.
1f673135
FB
444
445@end table
446
447Examples:
448@itemize
449@item
450Dump 10 instructions at the current instruction pointer:
451@example
452(qemu) x/10i $eip
4530x90107063: ret
4540x90107064: sti
4550x90107065: lea 0x0(%esi,1),%esi
4560x90107069: lea 0x0(%edi,1),%edi
4570x90107070: ret
4580x90107071: jmp 0x90107080
4590x90107073: nop
4600x90107074: nop
4610x90107075: nop
4620x90107076: nop
463@end example
464
465@item
466Dump 80 16 bit values at the start of the video memory.
467@example
468(qemu) xp/80hx 0xb8000
4690x000b8000: 0x0b50 0x0b6c 0x0b65 0x0b78 0x0b38 0x0b36 0x0b2f 0x0b42
4700x000b8010: 0x0b6f 0x0b63 0x0b68 0x0b73 0x0b20 0x0b56 0x0b47 0x0b41
4710x000b8020: 0x0b42 0x0b69 0x0b6f 0x0b73 0x0b20 0x0b63 0x0b75 0x0b72
4720x000b8030: 0x0b72 0x0b65 0x0b6e 0x0b74 0x0b2d 0x0b63 0x0b76 0x0b73
4730x000b8040: 0x0b20 0x0b30 0x0b35 0x0b20 0x0b4e 0x0b6f 0x0b76 0x0b20
4740x000b8050: 0x0b32 0x0b30 0x0b30 0x0b33 0x0720 0x0720 0x0720 0x0720
4750x000b8060: 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720
4760x000b8070: 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720
4770x000b8080: 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720
4780x000b8090: 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720 0x0720
479@end example
480@end itemize
481
482@item p or print/fmt expr
483
484Print expression value. Only the @var{format} part of @var{fmt} is
485used.
0806e3f6 486
1f673135 487@end table
0806e3f6 488
1f673135
FB
489@subsection Integer expressions
490
491The monitor understands integers expressions for every integer
492argument. You can use register names to get the value of specifics
493CPU registers by prefixing them with @emph{$}.
ec410fc9 494
1f47a922
FB
495@node disk_images
496@section Disk Images
497
498@subsection Raw disk images
499
500The disk images can simply be raw images of the hard disk. You can
501create them with the command:
502@example
a1b74fe8 503dd of=myimage bs=1024 seek=mysize count=0
1f47a922
FB
504@end example
505where @var{myimage} is the image filename and @var{mysize} is its size
506in kilobytes.
507
508@subsection Snapshot mode
509
510If you use the option @option{-snapshot}, all disk images are
511considered as read only. When sectors in written, they are written in
512a temporary file created in @file{/tmp}. You can however force the
513write back to the raw disk images by pressing @key{C-a s}.
514
515NOTE: The snapshot mode only works with raw disk images.
516
517@subsection Copy On Write disk images
518
519QEMU also supports user mode Linux
520(@url{http://user-mode-linux.sourceforge.net/}) Copy On Write (COW)
521disk images. The COW disk images are much smaller than normal images
522as they store only modified sectors. They also permit the use of the
523same disk image template for many users.
524
525To create a COW disk images, use the command:
526
527@example
0806e3f6 528qemu-mkcow -f myrawimage.bin mycowimage.cow
1f47a922
FB
529@end example
530
531@file{myrawimage.bin} is a raw image you want to use as original disk
532image. It will never be written to.
533
534@file{mycowimage.cow} is the COW disk image which is created by
0806e3f6 535@code{qemu-mkcow}. You can use it directly with the @option{-hdx}
1f47a922
FB
536options. You must not modify the original raw disk image if you use
537COW images, as COW images only store the modified sectors from the raw
538disk image. QEMU stores the original raw disk image name and its
539modified time in the COW disk image so that chances of mistakes are
540reduced.
541
9d0fe224
FB
542If the raw disk image is not read-only, by pressing @key{C-a s} you
543can flush the COW disk image back into the raw disk image, as in
544snapshot mode.
1f47a922
FB
545
546COW disk images can also be created without a corresponding raw disk
547image. It is useful to have a big initial virtual disk image without
548using much disk space. Use:
549
550@example
0806e3f6 551qemu-mkcow mycowimage.cow 1024
1f47a922
FB
552@end example
553
554to create a 1 gigabyte empty COW disk image.
555
556NOTES:
557@enumerate
558@item
559COW disk images must be created on file systems supporting
560@emph{holes} such as ext2 or ext3.
561@item
562Since holes are used, the displayed size of the COW disk image is not
563the real one. To know it, use the @code{ls -ls} command.
564@end enumerate
565
9d4fb82e
FB
566@section Network emulation
567
568QEMU simulates up to 6 networks cards (NE2000 boards). Each card can
569be connected to a specific host network interface.
570
571@subsection Using tun/tap network interface
572
573This is the standard way to emulate network. QEMU adds a virtual
574network device on your host (called @code{tun0}), and you can then
575configure it as if it was a real ethernet card.
576
577As an example, you can download the @file{linux-test-xxx.tar.gz}
578archive and copy the script @file{qemu-ifup} in @file{/etc} and
579configure properly @code{sudo} so that the command @code{ifconfig}
580contained in @file{qemu-ifup} can be executed as root. You must verify
581that your host kernel supports the TUN/TAP network interfaces: the
582device @file{/dev/net/tun} must be present.
583
584See @ref{direct_linux_boot} to have an example of network use with a
585Linux distribution.
586
587@subsection Using the user mode network stack
588
589This is @emph{experimental} (version 0.5.4). You must configure qemu
590with @code{--enable-slirp}. Then by using the option
591@option{-user-net} or if you have no tun/tap init script, QEMU uses a
592completely user mode network stack (you don't need root priviledge to
593use the virtual network). The virtual network configuration is the
594following:
595
596@example
597
598QEMU Virtual Machine <------> Firewall/DHCP server <-----> Internet
599 (10.0.2.x) | (10.0.2.2)
600 |
601 ----> DNS
602 (10.0.2.3)
603@end example
604
605The QEMU VM behaves as if it was behind a firewall which blocks all
606incoming connections. You can use a DHCP client to automatically
607configure the network in the QEMU VM.
608
609In order to check that the user mode network is working, you can ping
610the address 10.0.2.2 and verify that you got an address in the range
61110.0.2.x from the QEMU virtual DHCP server.
612
b415a407
FB
613Note that @code{ping} is not supported reliably to the internet as it
614would require root priviledges. It means you can only ping the local
615router (10.0.2.2).
616
9d4fb82e
FB
617@node direct_linux_boot
618@section Direct Linux Boot
1f673135
FB
619
620This section explains how to launch a Linux kernel inside QEMU without
621having to make a full bootable image. It is very useful for fast Linux
622kernel testing. The QEMU network configuration is also explained.
623
624@enumerate
625@item
626Download the archive @file{linux-test-xxx.tar.gz} containing a Linux
627kernel and a disk image.
628
629@item Optional: If you want network support (for example to launch X11 examples), you
630must copy the script @file{qemu-ifup} in @file{/etc} and configure
631properly @code{sudo} so that the command @code{ifconfig} contained in
632@file{qemu-ifup} can be executed as root. You must verify that your host
633kernel supports the TUN/TAP network interfaces: the device
634@file{/dev/net/tun} must be present.
635
636When network is enabled, there is a virtual network connection between
637the host kernel and the emulated kernel. The emulated kernel is seen
638from the host kernel at IP address 172.20.0.2 and the host kernel is
639seen from the emulated kernel at IP address 172.20.0.1.
640
641@item Launch @code{qemu.sh}. You should have the following output:
642
643@example
644> ./qemu.sh
645Connected to host network interface: tun0
646Linux version 2.4.21 (bellard@voyager.localdomain) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #5 Tue Nov 11 18:18:53 CET 2003
647BIOS-provided physical RAM map:
648 BIOS-e801: 0000000000000000 - 000000000009f000 (usable)
649 BIOS-e801: 0000000000100000 - 0000000002000000 (usable)
65032MB LOWMEM available.
651On node 0 totalpages: 8192
652zone(0): 4096 pages.
653zone(1): 4096 pages.
654zone(2): 0 pages.
655Kernel command line: root=/dev/hda sb=0x220,5,1,5 ide2=noprobe ide3=noprobe ide4=noprobe ide5=noprobe console=ttyS0
656ide_setup: ide2=noprobe
657ide_setup: ide3=noprobe
658ide_setup: ide4=noprobe
659ide_setup: ide5=noprobe
660Initializing CPU#0
661Detected 2399.621 MHz processor.
662Console: colour EGA 80x25
663Calibrating delay loop... 4744.80 BogoMIPS
664Memory: 28872k/32768k available (1210k kernel code, 3508k reserved, 266k data, 64k init, 0k highmem)
665Dentry cache hash table entries: 4096 (order: 3, 32768 bytes)
666Inode cache hash table entries: 2048 (order: 2, 16384 bytes)
667Mount cache hash table entries: 512 (order: 0, 4096 bytes)
668Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
669Page-cache hash table entries: 8192 (order: 3, 32768 bytes)
670CPU: Intel Pentium Pro stepping 03
671Checking 'hlt' instruction... OK.
672POSIX conformance testing by UNIFIX
673Linux NET4.0 for Linux 2.4
674Based upon Swansea University Computer Society NET3.039
675Initializing RT netlink socket
676apm: BIOS not found.
677Starting kswapd
678Journalled Block Device driver loaded
679Detected PS/2 Mouse Port.
680pty: 256 Unix98 ptys configured
681Serial driver version 5.05c (2001-07-08) with no serial options enabled
682ttyS00 at 0x03f8 (irq = 4) is a 16450
683ne.c:v1.10 9/23/94 Donald Becker (becker@scyld.com)
684Last modified Nov 1, 2000 by Paul Gortmaker
685NE*000 ethercard probe at 0x300: 52 54 00 12 34 56
686eth0: NE2000 found at 0x300, using IRQ 9.
687RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
688Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
689ide: Assuming 50MHz system bus speed for PIO modes; override with idebus=xx
690hda: QEMU HARDDISK, ATA DISK drive
691ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
692hda: attached ide-disk driver.
693hda: 20480 sectors (10 MB) w/256KiB Cache, CHS=20/16/63
694Partition check:
695 hda:
696Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
697NET4: Linux TCP/IP 1.0 for NET4.0
698IP Protocols: ICMP, UDP, TCP, IGMP
699IP: routing cache hash table of 512 buckets, 4Kbytes
700TCP: Hash tables configured (established 2048 bind 4096)
701NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
702EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
703VFS: Mounted root (ext2 filesystem).
704Freeing unused kernel memory: 64k freed
705
706Linux version 2.4.21 (bellard@voyager.localdomain) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #5 Tue Nov 11 18:18:53 CET 2003
707
708QEMU Linux test distribution (based on Redhat 9)
709
710Type 'exit' to halt the system
711
712sh-2.05b#
713@end example
714
715@item
716Then you can play with the kernel inside the virtual serial console. You
717can launch @code{ls} for example. Type @key{Ctrl-a h} to have an help
718about the keys you can type inside the virtual serial console. In
719particular, use @key{Ctrl-a x} to exit QEMU and use @key{Ctrl-a b} as
720the Magic SysRq key.
721
722@item
723If the network is enabled, launch the script @file{/etc/linuxrc} in the
724emulator (don't forget the leading dot):
725@example
726. /etc/linuxrc
727@end example
728
729Then enable X11 connections on your PC from the emulated Linux:
730@example
731xhost +172.20.0.2
732@end example
733
734You can now launch @file{xterm} or @file{xlogo} and verify that you have
735a real Virtual Linux system !
736
737@end enumerate
738
739NOTES:
740@enumerate
741@item
742A 2.5.74 kernel is also included in the archive. Just
743replace the bzImage in qemu.sh to try it.
744
745@item
746qemu-fast creates a temporary file in @var{$QEMU_TMPDIR} (@file{/tmp} is the
747default) containing all the simulated PC memory. If possible, try to use
748a temporary directory using the tmpfs filesystem to avoid too many
749unnecessary disk accesses.
750
751@item
752In order to exit cleanly from qemu, you can do a @emph{shutdown} inside
753qemu. qemu will automatically exit when the Linux shutdown is done.
754
755@item
756You can boot slightly faster by disabling the probe of non present IDE
757interfaces. To do so, add the following options on the kernel command
758line:
759@example
760ide1=noprobe ide2=noprobe ide3=noprobe ide4=noprobe ide5=noprobe
761@end example
762
763@item
764The example disk image is a modified version of the one made by Kevin
765Lawton for the plex86 Project (@url{www.plex86.org}).
766
767@end enumerate
768
0806e3f6 769@node linux_compile
4690764b
FB
770@section Linux Kernel Compilation
771
285dc330 772You can use any linux kernel with QEMU. However, if you want to use
1f673135
FB
773@code{qemu-fast} to get maximum performances, you must use a modified
774guest kernel. If you are using a 2.6 guest kernel, you can use
775directly the patch @file{linux-2.6-qemu-fast.patch} made by Rusty
776Russel available in the QEMU source archive. Otherwise, you can make the
777following changes @emph{by hand} to the Linux kernel:
1eb20527 778
4690764b
FB
779@enumerate
780@item
781The kernel must be mapped at 0x90000000 (the default is
7820xc0000000). You must modify only two lines in the kernel source:
1eb20527 783
4690764b 784In @file{include/asm/page.h}, replace
1eb20527
FB
785@example
786#define __PAGE_OFFSET (0xc0000000)
787@end example
788by
789@example
790#define __PAGE_OFFSET (0x90000000)
791@end example
792
4690764b 793And in @file{arch/i386/vmlinux.lds}, replace
1eb20527
FB
794@example
795 . = 0xc0000000 + 0x100000;
796@end example
797by
798@example
799 . = 0x90000000 + 0x100000;
800@end example
801
4690764b
FB
802@item
803If you want to enable SMP (Symmetric Multi-Processing) support, you
804must make the following change in @file{include/asm/fixmap.h}. Replace
1eb20527 805@example
4690764b 806#define FIXADDR_TOP (0xffffX000UL)
1eb20527 807@end example
4690764b
FB
808by
809@example
810#define FIXADDR_TOP (0xa7ffX000UL)
811@end example
812(X is 'e' or 'f' depending on the kernel version). Although you can
813use an SMP kernel with QEMU, it only supports one CPU.
1eb20527 814
4690764b 815@item
1f673135
FB
816If you are not using a 2.6 kernel as host kernel but if you use a target
8172.6 kernel, you must also ensure that the 'HZ' define is set to 100
d5a0b50c 818(1000 is the default) as QEMU cannot currently emulate timers at
1f673135 819frequencies greater than 100 Hz on host Linux systems < 2.6. In
4690764b 820@file{include/asm/param.h}, replace:
d5a0b50c
FB
821
822@example
823# define HZ 1000 /* Internal kernel timer frequency */
824@end example
825by
826@example
827# define HZ 100 /* Internal kernel timer frequency */
828@end example
829
4690764b
FB
830@end enumerate
831
832The file config-2.x.x gives the configuration of the example kernels.
833
834Just type
835@example
836make bzImage
837@end example
838
839As you would do to make a real kernel. Then you can use with QEMU
840exactly the same kernel as you would boot on your PC (in
841@file{arch/i386/boot/bzImage}).
da415d54 842
0806e3f6 843@node gdb_usage
da415d54
FB
844@section GDB usage
845
846QEMU has a primitive support to work with gdb, so that you can do
0806e3f6 847'Ctrl-C' while the virtual machine is running and inspect its state.
da415d54 848
9d4520d0 849In order to use gdb, launch qemu with the '-s' option. It will wait for a
da415d54
FB
850gdb connection:
851@example
6c9bf893 852> qemu -s -kernel arch/i386/boot/bzImage -hda root-2.4.20.img -append "root=/dev/hda"
da415d54
FB
853Connected to host network interface: tun0
854Waiting gdb connection on port 1234
855@end example
856
857Then launch gdb on the 'vmlinux' executable:
858@example
859> gdb vmlinux
860@end example
861
862In gdb, connect to QEMU:
863@example
6c9bf893 864(gdb) target remote localhost:1234
da415d54
FB
865@end example
866
867Then you can use gdb normally. For example, type 'c' to launch the kernel:
868@example
869(gdb) c
870@end example
871
0806e3f6
FB
872Here are some useful tips in order to use gdb on system code:
873
874@enumerate
875@item
876Use @code{info reg} to display all the CPU registers.
877@item
878Use @code{x/10i $eip} to display the code at the PC position.
879@item
880Use @code{set architecture i8086} to dump 16 bit code. Then use
881@code{x/10i $cs*16+*eip} to dump the code at the PC position.
882@end enumerate
883
1a084f3d
FB
884@section Target OS specific information
885
886@subsection Linux
887
888To have access to SVGA graphic modes under X11, use the @code{vesa}
889X11 driver. For optimal performances, use the same depth as your
890native display.
891
892@subsection Windows
893
894If you have a slow host, using Windows 95 is better as it gives the
895best speed. Windows 2000 is also a good choice.
896
897SVGA graphic modes support: QEMU currently supports the Bochs VESA VBE
898extensions. It supports color depths of 8, 15, 16 and 32 bits per
899pixel in 640x480, 800x600 and 1024x768. For optimal performances, use
900the same depth as your native display.
901
902@itemize
903
904@item Windows XP: it should be automatically detected.
905
906@item Windows NT4 or 2000: use the driver
907@url{http://www.volny.cz/xnavara/qemuvid_bin.zip} by Filip Navara.
908
909@item Windows 95/98/Me: no clean solution yet (but it will change
910soon). You can however use the shareware driver from SciTech. Here are
911the steps recommended by Christophe Bothamy on the Bochs mailing list:
912
913@itemize
914@item install win95 with the VGA driver.
915@item download sdd 7 beta from @url{http://www.majorgeeks.com/download382.html}
916@item download pmhelp.vxd from @url{http://unununium.org/viewcvs/snap/redist/release/pmhelp.vxd}
917@item copy pmhelp.vxd to the win95 system directory
918@item install sdd7
919@end itemize
920@end itemize
921
52c00a5f
FB
922@chapter QEMU PREP PowerPC System emulator invocation
923
924Use the executable @file{qemu-system-ppc} to simulate a complete PREP
925PowerPC system.
926
927QEMU emulates the following PREP peripherials:
928
929@itemize @minus
930@item
9312 IDE interfaces with hard disk and CD-ROM support
932@item
933Floppy disk
934@item
935up to 6 NE2000 network adapters
936@item
937Serial port
938@item
939PREP Non Volatile RAM
940@end itemize
941
942You can read the qemu PC system emulation chapter to have more
943informations about QEMU usage.
944
945More information is available at
946@url{http://jocelyn.mayer.free.fr/qemu-ppc/}.
947
1f673135 948@chapter QEMU User space emulator invocation
386405f7 949
1f673135 950@section Quick Start
df0f11a0 951
1f673135
FB
952In order to launch a Linux process, QEMU needs the process executable
953itself and all the target (x86) dynamic libraries used by it.
386405f7 954
1f673135 955@itemize
386405f7 956
1f673135
FB
957@item On x86, you can just try to launch any process by using the native
958libraries:
386405f7 959
1f673135
FB
960@example
961qemu-i386 -L / /bin/ls
962@end example
386405f7 963
1f673135
FB
964@code{-L /} tells that the x86 dynamic linker must be searched with a
965@file{/} prefix.
386405f7 966
1f673135 967@item Since QEMU is also a linux process, you can launch qemu with qemu (NOTE: you can only do that if you compiled QEMU from the sources):
386405f7 968
1f673135
FB
969@example
970qemu-i386 -L / qemu-i386 -L / /bin/ls
971@end example
386405f7 972
1f673135
FB
973@item On non x86 CPUs, you need first to download at least an x86 glibc
974(@file{qemu-runtime-i386-XXX-.tar.gz} on the QEMU web page). Ensure that
975@code{LD_LIBRARY_PATH} is not set:
df0f11a0 976
1f673135
FB
977@example
978unset LD_LIBRARY_PATH
979@end example
1eb87257 980
1f673135 981Then you can launch the precompiled @file{ls} x86 executable:
1eb87257 982
1f673135
FB
983@example
984qemu-i386 tests/i386/ls
985@end example
986You can look at @file{qemu-binfmt-conf.sh} so that
987QEMU is automatically launched by the Linux kernel when you try to
988launch x86 executables. It requires the @code{binfmt_misc} module in the
989Linux kernel.
1eb87257 990
1f673135
FB
991@item The x86 version of QEMU is also included. You can try weird things such as:
992@example
993qemu-i386 /usr/local/qemu-i386/bin/qemu-i386 /usr/local/qemu-i386/bin/ls-i386
994@end example
1eb20527 995
1f673135 996@end itemize
1eb20527 997
1f673135 998@section Wine launch
1eb20527 999
1f673135 1000@itemize
386405f7 1001
1f673135
FB
1002@item Ensure that you have a working QEMU with the x86 glibc
1003distribution (see previous section). In order to verify it, you must be
1004able to do:
386405f7 1005
1f673135
FB
1006@example
1007qemu-i386 /usr/local/qemu-i386/bin/ls-i386
1008@end example
386405f7 1009
1f673135
FB
1010@item Download the binary x86 Wine install
1011(@file{qemu-XXX-i386-wine.tar.gz} on the QEMU web page).
386405f7 1012
1f673135
FB
1013@item Configure Wine on your account. Look at the provided script
1014@file{/usr/local/qemu-i386/bin/wine-conf.sh}. Your previous
1015@code{$@{HOME@}/.wine} directory is saved to @code{$@{HOME@}/.wine.org}.
386405f7 1016
1f673135 1017@item Then you can try the example @file{putty.exe}:
386405f7 1018
1f673135
FB
1019@example
1020qemu-i386 /usr/local/qemu-i386/wine/bin/wine /usr/local/qemu-i386/wine/c/Program\ Files/putty.exe
1021@end example
386405f7 1022
1f673135 1023@end itemize
fd429f2f 1024
1f673135 1025@section Command line options
1eb20527 1026
1f673135
FB
1027@example
1028usage: qemu-i386 [-h] [-d] [-L path] [-s size] program [arguments...]
1029@end example
1eb20527 1030
1f673135
FB
1031@table @option
1032@item -h
1033Print the help
1034@item -L path
1035Set the x86 elf interpreter prefix (default=/usr/local/qemu-i386)
1036@item -s size
1037Set the x86 stack size in bytes (default=524288)
386405f7
FB
1038@end table
1039
1f673135 1040Debug options:
386405f7 1041
1f673135
FB
1042@table @option
1043@item -d
1044Activate log (logfile=/tmp/qemu.log)
1045@item -p pagesize
1046Act as if the host page size was 'pagesize' bytes
1047@end table
386405f7 1048