Re: [Qemu-devel] [PATCH 09/10] qemu-tech: rewrite some parts

2016-10-07 Thread Paolo Bonzini
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

Re: [Qemu-devel] [PATCH 09/10] qemu-tech: rewrite some parts

2016-10-06 Thread Emilio G. Cota
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

[Qemu-devel] [PATCH 09/10] qemu-tech: rewrite some parts

2016-10-06 Thread Paolo Bonzini
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