Revision 6cd9f35b qemu-doc.texi

b/qemu-doc.texi
319 319
emulator.
320 320

  
321 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 330
@section Bibliography
331 331

  

Also available in: Unified diff