mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
multi-process: Add config option for multi-process QEMU
Add configuration options to enable or disable multiprocess QEMU code Signed-off-by: John G Johnson <john.g.johnson@oracle.com> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com> Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 6cc37253e35418ebd7b675a31a3df6e3c7a12dc1.1611938319.git.jag.raman@oracle.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
44a4ff31c0
commit
3090de695b
5 changed files with 21 additions and 1 deletions
3
hw/remote/Kconfig
Normal file
3
hw/remote/Kconfig
Normal file
|
@ -0,0 +1,3 @@
|
|||
config MULTIPROCESS
|
||||
bool
|
||||
depends on PCI && KVM
|
Loading…
Add table
Add a link
Reference in a new issue