Matt Joyce
Matt Joyce

Reputation: 2010

What ring does qemu execute in?

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.

Upvotes: 3

Views: 500

Answers (2)

prathmesh.kallurkar
prathmesh.kallurkar

Reputation: 5696

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).

Upvotes: 1

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 799390

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

Upvotes: 1

Related Questions