diff options
Diffstat (limited to 'docs/system/index.rst')
-rw-r--r-- | docs/system/index.rst | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/system/index.rst b/docs/system/index.rst new file mode 100644 index 000000000..73bbedbc2 --- /dev/null +++ b/docs/system/index.rst @@ -0,0 +1,36 @@ +---------------- +System Emulation +---------------- + +This section of the manual is the overall guide for users using QEMU +for full system emulation (as opposed to user-mode emulation). +This includes working with hypervisors such as KVM, Xen, Hax +or Hypervisor.Framework. + +.. toctree:: + :maxdepth: 3 + + quickstart + invocation + device-emulation + keys + mux-chardev + monitor + images + virtio-net-failover + linuxboot + generic-loader + guest-loader + barrier + vnc-security + tls + secrets + authz + gdb + managed-startup + bootindex + cpu-hotplug + pr-manager + targets + security + multi-process |