Browse Source

docs: create config/, devel/ and spin/ subdirectories

Developer documentation should be its own manual.  As a start, move all
developer-oriented files to a separate directory.

Also move non-text files to their own directories: docs/config/ for
QEMU -readconfig input, and docs/spin/ for formal models to be used
with the SPIN model checker.

Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
pull/53/head
Paolo Bonzini 9 years ago
parent
commit
ac06724a71
  1. 0
      docs/config/ich9-ehci-uhci.cfg
  2. 0
      docs/config/mach-virt-graphical.cfg
  3. 0
      docs/config/mach-virt-serial.cfg
  4. 0
      docs/config/q35-emulated.cfg
  5. 0
      docs/config/q35-virtio-graphical.cfg
  6. 0
      docs/config/q35-virtio-serial.cfg
  7. 0
      docs/devel/atomics.txt
  8. 0
      docs/devel/bitmaps.md
  9. 0
      docs/devel/blkdebug.txt
  10. 0
      docs/devel/blkverify.txt
  11. 0
      docs/devel/build-system.txt
  12. 0
      docs/devel/lockcnt.txt
  13. 0
      docs/devel/memory.txt
  14. 0
      docs/devel/migration.txt
  15. 0
      docs/devel/multi-thread-tcg.txt
  16. 0
      docs/devel/multiple-iothreads.txt
  17. 0
      docs/devel/qapi-code-gen.txt
  18. 0
      docs/devel/rcu.txt
  19. 0
      docs/devel/tracing.txt
  20. 0
      docs/devel/virtio-migration.txt
  21. 0
      docs/devel/writing-qmp-commands.txt
  22. 0
      docs/spin/aio_notify.promela
  23. 0
      docs/spin/aio_notify_accept.promela
  24. 0
      docs/spin/aio_notify_bug.promela
  25. 0
      docs/spin/tcg-exclusive.promela
  26. 0
      docs/spin/win32-qemu-event.promela

0
docs/ich9-ehci-uhci.cfg → docs/config/ich9-ehci-uhci.cfg

0
docs/mach-virt-graphical.cfg → docs/config/mach-virt-graphical.cfg

0
docs/mach-virt-serial.cfg → docs/config/mach-virt-serial.cfg

0
docs/q35-emulated.cfg → docs/config/q35-emulated.cfg

0
docs/q35-virtio-graphical.cfg → docs/config/q35-virtio-graphical.cfg

0
docs/q35-virtio-serial.cfg → docs/config/q35-virtio-serial.cfg

0
docs/atomics.txt → docs/devel/atomics.txt

0
docs/bitmaps.md → docs/devel/bitmaps.md

0
docs/blkdebug.txt → docs/devel/blkdebug.txt

0
docs/blkverify.txt → docs/devel/blkverify.txt

0
docs/build-system.txt → docs/devel/build-system.txt

0
docs/lockcnt.txt → docs/devel/lockcnt.txt

0
docs/memory.txt → docs/devel/memory.txt

0
docs/migration.txt → docs/devel/migration.txt

0
docs/multi-thread-tcg.txt → docs/devel/multi-thread-tcg.txt

0
docs/multiple-iothreads.txt → docs/devel/multiple-iothreads.txt

0
docs/qapi-code-gen.txt → docs/devel/qapi-code-gen.txt

0
docs/rcu.txt → docs/devel/rcu.txt

0
docs/tracing.txt → docs/devel/tracing.txt

0
docs/virtio-migration.txt → docs/devel/virtio-migration.txt

0
docs/writing-qmp-commands.txt → docs/devel/writing-qmp-commands.txt

0
docs/aio_notify.promela → docs/spin/aio_notify.promela

0
docs/aio_notify_accept.promela → docs/spin/aio_notify_accept.promela

0
docs/aio_notify_bug.promela → docs/spin/aio_notify_bug.promela

0
docs/tcg-exclusive.promela → docs/spin/tcg-exclusive.promela

0
docs/win32-qemu-event.promela → docs/spin/win32-qemu-event.promela

Loading…
Cancel
Save