3

What ring does qemu execute in when not tied into an existing hypervisor?

Any more complete documentation on this subject would be appreciated as well.

Matt Joyce
  • 2,010
  • 2
  • 20
  • 31

2 Answers2

1

QEMU always runs in the user ring, even when tied into a hypervisor.

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358
1

Qemu runs in ring level 3 (User-space) while the hypervisor "KVM" that it uses for hardware-assisted mode runs in run-level level 0 (Kernel-space).

prathmesh.kallurkar
  • 5,468
  • 8
  • 39
  • 50