Re: [kvm-devel] [PATCH] svm: exit to userspace if write to cr8 and not using in-kernel apic

2007-12-09 Thread Avi Kivity
Joerg Roedel wrote: With this patch KVM on SVM will exit to userspace if the guest writes to CR8 and the in-kernel APIC is disabled. Applied, thanks. -- error compiling committee.c: too many arguments to function

[kvm-devel] [PATCH] svm: exit to userspace if write to cr8 and not using in-kernel apic

2007-12-06 Thread Joerg Roedel
With this patch KVM on SVM will exit to userspace if the guest writes to CR8 and the in-kernel APIC is disabled. Signed-off-by: Joerg Roedel [EMAIL PROTECTED] Signed-off-by: Markus Rechberger [EMAIL PROTECTED] --- drivers/kvm/svm.c | 11 ++- 1 files changed, 10 insertions(+), 1