diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-26 15:09:38 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-26 15:09:38 +0000 |
commit | a87295e8df0923dab9857c1a340d23fe3278a336 (patch) | |
tree | 30c629030791710b509b88fceb184766f97743cd /qemu-doc.texi | |
parent | 20c9f095c4536e64e60432a5c72fce38e8306cbb (diff) |
M68k system mode semihosting.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2861 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 544de3b009..81ddfb047b 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -715,7 +715,11 @@ Exit instead of rebooting. Start right away with a saved state (@code{loadvm} in monitor) @item -semihosting -Enable "Angel" semihosting interface (ARM target machines only). +Enable semihosting syscall emulation (ARM and M68K target machines only). + +On ARM this implements the "Angel" interface. +On M68K this implements the "ColdFire GDB" interface used by libgloss. + Note that this allows guest direct access to the host filesystem, so should only be used with trusted guest OS. @end table |