Commit 6cd9f35b9bb0a59697a981e3f9e4eafd9e68ff97

Authored by bellard
1 parent 689f936f

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@104 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 6 additions and 6 deletions
qemu-doc.texi
@@ -319,13 +319,13 @@ it is not very useful, it is an important test to show the power of the @@ -319,13 +319,13 @@ it is not very useful, it is an important test to show the power of the
319 emulator. 319 emulator.
320 320
321 Achieving self-virtualization is not easy because there may be address 321 Achieving self-virtualization is not easy because there may be address
322 -space conflicts. QEMU solves this problem by being an ELF shared object  
323 -as the ld-linux.so ELF interpreter. That way, it can be relocated at  
324 -load time. 322 +space conflicts. QEMU solves this problem by being an executable ELF
  323 +shared object as the ld-linux.so ELF interpreter. That way, it can be
  324 +relocated at load time.
325 325
326 -Since self-modifying code is not supported yet, QEMU cannot self  
327 -virtualize itself in case of translation cache flush. This limitation  
328 -will be suppressed soon. 326 +Since self-modifying code is not supported yet, QEMU cannot emulate
  327 +itself in case of translation cache flush. This limitation will be
  328 +suppressed soon.
329 329
330 @section Bibliography 330 @section Bibliography
331 331