QuestionQ9
Full VirtualizationWhich of these statements about the CPU of a QEMU virtual machine are true?
Choose two
- A The CPU architecture of a QEMU virtual machine is independent of the host system’s architecture.
- B Each QEMU virtual machine can only have one CPU with one core.
- C For each QEMU virtual machine, one dedicated physical CPU core must be reserved.
- D QEMU uses the concept of virtual CPUs to map the virtual machines to physical CPUs.
- E QEMU virtual machines support multiple virtual CPUs in order to run SMP systems.
Community Discussion