File: qemu-user.1

package info (click to toggle)
qemu 0.8.2-4etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 8,404 kB
  • ctags: 27,580
  • sloc: ansic: 178,992; sh: 914; objc: 613; perl: 306; makefile: 287; asm: 152
file content (42 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
.\" $Id: qemu-user.1 152 2006-02-20 04:40:59Z guillem $
.TH qemu\-user 1 2006-02-20 "0.8.0" Debian
.SH NAME
qemu\-user \- QEMU User Emulator
.SH SYNOPSIS
.B qemu\-user
.RB [ \-h ]
.RB [ \-g ]
.RB [ \-d " \fI<opts>\fP]"
.RB [ \-L " \fI<path>\fP]"
.RB [ \-s " \fI<size>\fP]"
.I program
.RI [ 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
Wait gdb connection to port 1234.
.TP
.BR \-L " \fI<path>\fP"
Set the elf interpreter prefix (default=\fI/usr/gnemul/qemu\-arm\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 (1),
.BR qemu\-img (1).
.SH AUTHOR
This manual page was written by Guillem Jover <guillem@debian.org>.