summaryrefslogtreecommitdiff
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-29 20:40:35 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-29 20:40:35 +0000
commit6cd9f35b9bb0a59697a981e3f9e4eafd9e68ff97 (patch)
treedfd06af79ec6fe9e305d72502f95897fa36566a9 /qemu-doc.texi
parent689f936f7ea68c0539f73246d582e5c85ae50f12 (diff)
downloadqemu-6cd9f35b9bb0a59697a981e3f9e4eafd9e68ff97.tar.gz
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@104 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 2c7249ff95..2e324ca988 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -319,13 +319,13 @@ it is not very useful, it is an important test to show the power of the
emulator.
Achieving self-virtualization is not easy because there may be address
-space conflicts. QEMU solves this problem by being an ELF shared object
-as the ld-linux.so ELF interpreter. That way, it can be relocated at
-load time.
+space conflicts. QEMU solves this problem by being an executable ELF
+shared object as the ld-linux.so ELF interpreter. That way, it can be
+relocated at load time.
-Since self-modifying code is not supported yet, QEMU cannot self
-virtualize itself in case of translation cache flush. This limitation
-will be suppressed soon.
+Since self-modifying code is not supported yet, QEMU cannot emulate
+itself in case of translation cache flush. This limitation will be
+suppressed soon.
@section Bibliography