On 06/10/2016 18:31, Emilio G. Cota wrote:
>> > -
>> > -For system emulation QEMU supports a soft MMU. In that mode, the MMU
>> > +memory accesses. QEMU keeps a map that host program counter to
>> > +target program counter, and looks up where the exception happened
>> > +based on the host program
On Thu, Oct 06, 2016 at 17:24:22 +0200, Paolo Bonzini wrote:
> Drop most the device emulation part and merge the rest into the description
> of the MMU. Make some bits more up-to-date.
>
> Signed-off-by: Paolo Bonzini
(snip)
> The host SIGSEGV and SIGBUS signal handlers are used to get invalid
Drop most the device emulation part and merge the rest into the description
of the MMU. Make some bits more up-to-date.
Signed-off-by: Paolo Bonzini
---
qemu-tech.texi | 124 +++--
1 file changed, 42 insertions(+), 82 deletions(-)
diff --git