diff options
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 |