Re: [Qemu-devel] [PATCH 00/10] qemu-tech cleanup

2016-10-06 Thread Emilio G. Cota
On Thu, Oct 06, 2016 at 17:24:13 +0200, Paolo Bonzini wrote:
> qemu-tech is limited to TCG and large parts of it are obsolete or are
> just fine in qemu-doc.  Split it into other sources of documentation,
> placing what's left in an appendix of qemu-doc.
> 
> Ultimately we should have a new internals manual built from docs/, and
> then the "Translator Internals" parts of qemu-tech could move to docs/
> as well.  The bits on limitation and features of CPU emulation should
> remain in qemu-doc.  They are not entirely up-to-date, but I am not
> attempting to improve that yet---also because I could only really do
> that for x86.

Very happy with this update!

Reviewed-by: Emilio G. Cota 
for the whole patchset.

Thanks,

Emilio



[Qemu-devel] [PATCH 00/10] qemu-tech cleanup

2016-10-06 Thread Paolo Bonzini
qemu-tech is limited to TCG and large parts of it are obsolete or are
just fine in qemu-doc.  Split it into other sources of documentation,
placing what's left in an appendix of qemu-doc.

Ultimately we should have a new internals manual built from docs/, and
then the "Translator Internals" parts of qemu-tech could move to docs/
as well.  The bits on limitation and features of CPU emulation should
remain in qemu-doc.  They are not entirely up-to-date, but I am not
attempting to improve that yet---also because I could only really do
that for x86.

Paolo Bonzini (10):
  qemu-tech: drop index
  qemu-doc: replace introduction with the one from the internals manual
  qemu-doc: drop installation and compilation notes
  qemu-tech: move text from qemu-tech to tcg/README
  qemu-tech: document lazy condition code evaluation in cpu.h
  qemu-tech: move user mode emulation features from qemu-tech
  qemu-tech: move TCG test documentation to tests/tcg/README
  qemu-tech: reorganize content
  qemu-tech: rewrite some parts
  qemu-doc: merge qemu-tech and qemu-doc

 .gitignore |   2 -
 Makefile   |  13 +-
 README |   2 -
 qemu-doc.texi  | 352 +++--
 qemu-tech.texi | 557 +++--
 qemu.nsi   |   3 -
 target-cris/cpu.h  |   7 +
 target-i386/cpu.h  |   7 +
 target-m68k/cpu.h  |   8 +
 target-sparc/cpu.h |   5 +
 tcg/README |   5 +
 tests/tcg/README   |  76 
 ui/cocoa.m |   9 -
 13 files changed, 301 insertions(+), 745 deletions(-)
 create mode 100644 tests/tcg/README

-- 
2.7.4