mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
Add ARM Angel semihosting to system emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2340 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
57be54bb3e
commit
8e71621f78
6 changed files with 159 additions and 16 deletions
|
@ -661,6 +661,11 @@ Exit instead of rebooting.
|
|||
|
||||
@item -loadvm file
|
||||
Start right away with a saved state (@code{loadvm} in monitor)
|
||||
|
||||
@item -semihosting
|
||||
Enable "Angel" semihosting interface (ARM target machines only).
|
||||
Note that this allows guest direct access to the host filesystem,
|
||||
so should only be used with trusted guest OS.
|
||||
@end table
|
||||
|
||||
@c man end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue