Re: [PATCH 6/9] remove kvm_in* functions

2009-07-21 Thread Gleb Natapov
On Tue, Jul 21, 2009 at 09:23:24AM -0300, Glauber Costa wrote: > On Tue, Jul 21, 2009 at 09:11:06AM +0300, Gleb Natapov wrote: > > On Mon, Jul 20, 2009 at 07:10:13PM -0400, Glauber Costa wrote: > > > We can use plain qemu's here, and save a couple of lines/complexity. > > > I'm leaving outb for lat

Re: [PATCH 6/9] remove kvm_in* functions

2009-07-21 Thread Glauber Costa
On Tue, Jul 21, 2009 at 09:11:06AM +0300, Gleb Natapov wrote: > On Mon, Jul 20, 2009 at 07:10:13PM -0400, Glauber Costa wrote: > > We can use plain qemu's here, and save a couple of lines/complexity. > > I'm leaving outb for later, because the SMM thing makes it a little bit > > less trivial. > >

Re: [PATCH 6/9] remove kvm_in* functions

2009-07-20 Thread Gleb Natapov
On Mon, Jul 20, 2009 at 07:10:13PM -0400, Glauber Costa wrote: > We can use plain qemu's here, and save a couple of lines/complexity. > I'm leaving outb for later, because the SMM thing makes it a little bit > less trivial. > I think you can remove all this black SMM magic from kvm_outb(). It is h

[PATCH 6/9] remove kvm_in* functions

2009-07-20 Thread Glauber Costa
We can use plain qemu's here, and save a couple of lines/complexity. I'm leaving outb for later, because the SMM thing makes it a little bit less trivial. Signed-off-by: Glauber Costa --- qemu-kvm.c | 25 - 1 files changed, 4 insertions(+), 21 deletions(-) diff --git a