Merge commit 'origin/upstream' into juha-devel
[qemu] / debian / qemu-user.1
1 .\" $Id: qemu-user.1 325 2008-08-09 21:39:16Z aurel32 $
2 .TH qemu\-user 1 2007-02-08 "0.9.0" Debian
3 .SH NAME
4 qemu\-user \- QEMU User Emulator
5 .SH SYNOPSIS
6 .B qemu\-user
7 .RI [ options ]
8 .I program
9 .RI [ program-arguments... ]
10 .SH DESCRIPTION
11 The
12 .B qemu\-user
13 emulator can run binaries for other architectures but with the same operating
14 system as the current one.
15 .SH OPTIONS
16 .TP
17 .BR \-h
18 Print this help.
19 .TP
20 .BR \-g
21 Wait gdb connection to port 1234.
22 .TP
23 .BR \-L " \fI<path>\fP"
24 Set the elf interpreter prefix (default=\fI/usr/gnemul/qemu\-arm\fP).
25 .TP
26 .BR \-s " \fI<size>\fP"
27 Set the stack size in bytes (default=\fI524288\fP).
28 .TP
29 .BR \-d " \fI<options>\fP"
30 Activate log (logfile=\fI/tmp/qemu.log\fP)
31 .TP
32 .BR \-p " \fI<pagesize>\fP"
33 Set the host page size to 'pagesize'.
34 .SH SEE ALSO
35 .BR qemu (1),
36 .BR qemu\-img (1).
37 .SH AUTHOR
38 This manual page was written by Guillem Jover <guillem@debian.org>.