]> git.proxmox.com Git - mirror_qemu.git/commit
docs: create config/, devel/ and spin/ subdirectories
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Jun 2017 14:46:26 +0000 (16:46 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 Jun 2017 16:22:03 +0000 (18:22 +0200)
commitac06724a715864942e2b5e28f92d5d5421f0a0b0
tree8eeb9a6aeff09669b65573b1d856426cdf87d8bd
parent90bb0c04214545beb75044a2742f711335103269
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>
52 files changed:
docs/aio_notify.promela [deleted file]
docs/aio_notify_accept.promela [deleted file]
docs/aio_notify_bug.promela [deleted file]
docs/atomics.txt [deleted file]
docs/bitmaps.md [deleted file]
docs/blkdebug.txt [deleted file]
docs/blkverify.txt [deleted file]
docs/build-system.txt [deleted file]
docs/config/ich9-ehci-uhci.cfg [new file with mode: 0644]
docs/config/mach-virt-graphical.cfg [new file with mode: 0644]
docs/config/mach-virt-serial.cfg [new file with mode: 0644]
docs/config/q35-emulated.cfg [new file with mode: 0644]
docs/config/q35-virtio-graphical.cfg [new file with mode: 0644]
docs/config/q35-virtio-serial.cfg [new file with mode: 0644]
docs/devel/atomics.txt [new file with mode: 0644]
docs/devel/bitmaps.md [new file with mode: 0644]
docs/devel/blkdebug.txt [new file with mode: 0644]
docs/devel/blkverify.txt [new file with mode: 0644]
docs/devel/build-system.txt [new file with mode: 0644]
docs/devel/lockcnt.txt [new file with mode: 0644]
docs/devel/memory.txt [new file with mode: 0644]
docs/devel/migration.txt [new file with mode: 0644]
docs/devel/multi-thread-tcg.txt [new file with mode: 0644]
docs/devel/multiple-iothreads.txt [new file with mode: 0644]
docs/devel/qapi-code-gen.txt [new file with mode: 0644]
docs/devel/rcu.txt [new file with mode: 0644]
docs/devel/tracing.txt [new file with mode: 0644]
docs/devel/virtio-migration.txt [new file with mode: 0644]
docs/devel/writing-qmp-commands.txt [new file with mode: 0644]
docs/ich9-ehci-uhci.cfg [deleted file]
docs/lockcnt.txt [deleted file]
docs/mach-virt-graphical.cfg [deleted file]
docs/mach-virt-serial.cfg [deleted file]
docs/memory.txt [deleted file]
docs/migration.txt [deleted file]
docs/multi-thread-tcg.txt [deleted file]
docs/multiple-iothreads.txt [deleted file]
docs/q35-emulated.cfg [deleted file]
docs/q35-virtio-graphical.cfg [deleted file]
docs/q35-virtio-serial.cfg [deleted file]
docs/qapi-code-gen.txt [deleted file]
docs/rcu.txt [deleted file]
docs/spin/aio_notify.promela [new file with mode: 0644]
docs/spin/aio_notify_accept.promela [new file with mode: 0644]
docs/spin/aio_notify_bug.promela [new file with mode: 0644]
docs/spin/tcg-exclusive.promela [new file with mode: 0644]
docs/spin/win32-qemu-event.promela [new file with mode: 0644]
docs/tcg-exclusive.promela [deleted file]
docs/tracing.txt [deleted file]
docs/virtio-migration.txt [deleted file]
docs/win32-qemu-event.promela [deleted file]
docs/writing-qmp-commands.txt [deleted file]