qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC] Next gen kvm api


From: Eric Northup
Subject: Re: [Qemu-devel] [RFC] Next gen kvm api
Date: Fri, 3 Feb 2012 10:07:18 -0800

On Thu, Feb 2, 2012 at 8:09 AM, Avi Kivity <address@hidden> wrote:
[...]
>
> Moving to syscalls avoids these problems, but introduces new ones:
>
> - adding new syscalls is generally frowned upon, and kvm will need several
> - syscalls into modules are harder and rarer than into core kernel code
> - will need to add a vcpu pointer to task_struct, and a kvm pointer to
> mm_struct
- Lost a good place to put access control (permissions on /dev/kvm)
for which user-mode processes can use KVM.

How would the ability to use sys_kvm_* be regulated?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]