File: qemu-user.1

package info (click to toggle)
qemu 1%3A10.0.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 413,588 kB
  • sloc: ansic: 4,733,205; pascal: 114,769; python: 105,507; asm: 68,431; sh: 52,878; makefile: 27,469; perl: 18,778; cpp: 11,435; xml: 3,404; objc: 2,877; yacc: 2,505; php: 1,299; tcl: 1,296; lex: 1,110; sql: 71; awk: 43; sed: 35; javascript: 7
file content (37 lines) | stat: -rw-r--r-- 903 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH qemu\-user\ 1 2007-02-08 "0.9.0" Debian
.SH NAME
qemu\-user\ \- QEMU User Emulator (static version)
.SH SYNOPSIS
.B qemu\-user\
.RI [ options ]
.I program
.RI [ program-arguments... ]
.SH DESCRIPTION
The
.B qemu\-user\
emulator can run binaries for other architectures but with the same operating
system as the current one.
.SH OPTIONS
.TP
.BR \-h
Print this help.
.TP
.BR \-g " \fI<port>\fP"
Wait gdb connection to port \fIport\fP.
.TP
.BR \-L " \fI<path>\fP"
Set the elf interpreter prefix (default=\fI/etc/qemu\-binfmt/%M\fP).
.TP
.BR \-s " \fI<size>\fP"
Set the stack size in bytes (default=\fI524288\fP).
.TP
.BR \-d " \fI<options>\fP"
Activate log (logfile=\fI/tmp/qemu.log\fP)
.TP
.BR \-p " \fI<pagesize>\fP"
Set the host page size to 'pagesize'.
.SH SEE ALSO
.BR qemu-system (1)
(in qemu-system-common package).
.SH AUTHOR
This manual page was written by Guillem Jover <guillem@debian.org>.