Re: [kvm-devel] [PATCH] x86: emulate read/write access to cr8

2007-12-06 Thread Joerg Roedel
On Thu, Dec 06, 2007 at 07:51:49PM +0200, Avi Kivity wrote: > Avi Kivity wrote: > >Joerg Roedel wrote: > > > >>From: Joerg Roedel <[EMAIL PROTECTED]> > >> > >>This patch adds code to emulate the access to the cr8 register to the x86 > >>instruction emulator in kvm. > >> > >> > > > >I wrote

Re: [kvm-devel] [PATCH] x86: emulate read/write access to cr8

2007-12-06 Thread Avi Kivity
Avi Kivity wrote: > Joerg Roedel wrote: > >> From: Joerg Roedel <[EMAIL PROTECTED]> >> >> This patch adds code to emulate the access to the cr8 register to the x86 >> instruction emulator in kvm. >> >> >> > > I wrote a unit test for 'mov cr8', and it passes! > > Seems we aren't trapping

Re: [kvm-devel] [PATCH] x86: emulate read/write access to cr8

2007-12-06 Thread Avi Kivity
Joerg Roedel wrote: > From: Joerg Roedel <[EMAIL PROTECTED]> > > This patch adds code to emulate the access to the cr8 register to the x86 > instruction emulator in kvm. > > I wrote a unit test for 'mov cr8', and it passes! Seems we aren't trapping cr8 access at all for svm. -- error compili

Re: [kvm-devel] [PATCH] x86: emulate read/write access to cr8

2007-12-06 Thread Avi Kivity
Joerg Roedel wrote: > This patch adds code to emulate the access to the cr8 register to the x86 > instruction emulator in kvm. > Applied, thanks. -- error compiling committee.c: too many arguments to function - SF.Net

[kvm-devel] [PATCH] x86: emulate read/write access to cr8

2007-12-06 Thread Joerg Roedel
From: Joerg Roedel <[EMAIL PROTECTED]> This patch adds code to emulate the access to the cr8 register to the x86 instruction emulator in kvm. Signed-off-by: Joerg Roedel <[EMAIL PROTECTED]> Signed-off-by: Markus Rechberger <[EMAIL PROTECTED]> --- drivers/kvm/x86.c |5 + 1 files changed,