qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] qemu-tech cleanup
@ 2016-10-06 15:24 Paolo Bonzini
  2016-10-06 15:24 ` [Qemu-devel] [PATCH 01/10] qemu-tech: drop index Paolo Bonzini
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Paolo Bonzini @ 2016-10-06 15:24 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-10-07  8:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-06 15:24 [Qemu-devel] [PATCH 00/10] qemu-tech cleanup Paolo Bonzini
2016-10-06 15:24 ` [Qemu-devel] [PATCH 01/10] qemu-tech: drop index Paolo Bonzini
2016-10-06 15:24 ` [Qemu-devel] [PATCH 02/10] qemu-doc: replace introduction with the one from the internals manual Paolo Bonzini
2016-10-06 15:24 ` [Qemu-devel] [PATCH 03/10] qemu-doc: drop installation and compilation notes Paolo Bonzini
2016-10-06 15:24 ` [Qemu-devel] [PATCH 04/10] qemu-tech: move text from qemu-tech to tcg/README Paolo Bonzini
2016-10-06 15:24 ` [Qemu-devel] [PATCH 05/10] qemu-tech: document lazy condition code evaluation in cpu.h Paolo Bonzini
2016-10-06 16:18   ` Emilio G. Cota
2016-10-06 16:21     ` Paolo Bonzini
2016-10-06 18:45   ` Peter Maydell
2016-10-07  8:02     ` Paolo Bonzini
2016-10-06 15:24 ` [Qemu-devel] [PATCH 06/10] qemu-tech: move user mode emulation features from qemu-tech Paolo Bonzini
2016-10-06 18:32   ` Jonathan Neuschäfer
2016-10-07  7:55     ` Paolo Bonzini
2016-10-06 15:24 ` [Qemu-devel] [PATCH 07/10] qemu-tech: move TCG test documentation to tests/tcg/README Paolo Bonzini
2016-10-06 15:24 ` [Qemu-devel] [PATCH 08/10] qemu-tech: reorganize content Paolo Bonzini
2016-10-06 15:24 ` [Qemu-devel] [PATCH 09/10] qemu-tech: rewrite some parts Paolo Bonzini
2016-10-06 16:31   ` Emilio G. Cota
2016-10-07  7:55     ` Paolo Bonzini
2016-10-06 15:24 ` [Qemu-devel] [PATCH 10/10] qemu-doc: merge qemu-tech and qemu-doc Paolo Bonzini
2016-10-06 16:36 ` [Qemu-devel] [PATCH 00/10] qemu-tech cleanup Emilio G. Cota

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).