git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@104 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-04-29 20:40:35 +00:00
parent 689f936f7e
commit 6cd9f35b9b

View File

@ -319,13 +319,13 @@ it is not very useful, it is an important test to show the power of the
emulator. emulator.
Achieving self-virtualization is not easy because there may be address Achieving self-virtualization is not easy because there may be address
space conflicts. QEMU solves this problem by being an ELF shared object space conflicts. QEMU solves this problem by being an executable ELF
as the ld-linux.so ELF interpreter. That way, it can be relocated at shared object as the ld-linux.so ELF interpreter. That way, it can be
load time. relocated at load time.
Since self-modifying code is not supported yet, QEMU cannot self Since self-modifying code is not supported yet, QEMU cannot emulate
virtualize itself in case of translation cache flush. This limitation itself in case of translation cache flush. This limitation will be
will be suppressed soon. suppressed soon.
@section Bibliography @section Bibliography