summaryrefslogtreecommitdiffstats
path: root/docs/devel/multi-process.rst
diff options
context:
space:
mode:
authorRichard Henderson2021-10-01 19:44:36 +0200
committerRichard Henderson2021-10-01 19:44:36 +0200
commit5f992102383ed8ed97076548e1c897c7034ed8a4 (patch)
tree7b6919d8de677594a81c98d972ea3533d69214f0 /docs/devel/multi-process.rst
parentMerge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'... (diff)
parentdocs: reorganize testing.rst (diff)
downloadqemu-5f992102383ed8ed97076548e1c897c7034ed8a4.tar.gz
qemu-5f992102383ed8ed97076548e1c897c7034ed8a4.tar.xz
qemu-5f992102383ed8ed97076548e1c897c7034ed8a4.zip
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
* -smp cleanpus * Hyper-V englightenment functionality * Documentation cleanups # gpg: Signature made Fri 01 Oct 2021 01:11:00 PM EDT # gpg: using RSA key F13338574B662389866C7682BFFBD25F78C7AE83 # gpg: issuer "pbonzini@redhat.com" # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full] # gpg: aka "Paolo Bonzini <pbonzini@redhat.com>" [full] * remotes/bonzini/tags/for-upstream: (29 commits) docs: reorganize testing.rst docs: move gcov section at the end of testing.rst docs: reorganize tcg-plugins.rst docs: reorganize qgraph.rst docs: put "make" information together in build-system.rst docs: move notes inside the body of the document docs: name included files ".rst.inc" i386: Change the default Hyper-V version to match WS2016 i386: Make Hyper-V version id configurable i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenment i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_fill_cpuids() i386: Support KVM_CAP_HYPERV_ENFORCE_CPUID i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUID machine: Put all sanity-check in the generic SMP parser machine: Use g_autoptr in machine_set_smp machine: Move smp_prefer_sockets to struct SMPCompatProps machine: Remove smp_parse callback from MachineClass machine: Make smp_parse generic enough for all arches machine: Tweak the order of topology members in struct CpuTopology machine: Use ms instead of global current_machine in sanity-check ... Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs/devel/multi-process.rst')
-rw-r--r--docs/devel/multi-process.rst20
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/devel/multi-process.rst b/docs/devel/multi-process.rst
index 69699329d6..e5758a79ab 100644
--- a/docs/devel/multi-process.rst
+++ b/docs/devel/multi-process.rst
@@ -1,15 +1,17 @@
-This is the design document for multi-process QEMU. It does not
-necessarily reflect the status of the current implementation, which
-may lack features or be considerably different from what is described
-in this document. This document is still useful as a description of
-the goals and general direction of this feature.
-
-Please refer to the following wiki for latest details:
-https://wiki.qemu.org/Features/MultiProcessQEMU
-
Multi-process QEMU
===================
+.. note::
+
+ This is the design document for multi-process QEMU. It does not
+ necessarily reflect the status of the current implementation, which
+ may lack features or be considerably different from what is described
+ in this document. This document is still useful as a description of
+ the goals and general direction of this feature.
+
+ Please refer to the following wiki for latest details:
+ https://wiki.qemu.org/Features/MultiProcessQEMU
+
QEMU is often used as the hypervisor for virtual machines running in the
Oracle cloud. Since one of the advantages of cloud computing is the
ability to run many VMs from different tenants in the same cloud