Y
Hacker News
new
|
ask
|
show
|
jobs
by
yjftsjthsd-h
2264 days ago
Doesn't running it with KVM enabled put you back into kernel space? I'm sure doing everything in userspace is safer, but TCG is nowhere near as performant...
2 comments
bonzini
2263 days ago
KVM is indeed one of the potentially interesting file descriptors, but there is relatively little code running in kernel space.
link
monocasa
2264 days ago
The vast majority of the device emulation is in user space, even with KVM.
link