On Tue, Oct 28, 2008 at 11:36:10PM +0800, Han, Weidong wrote:
> > diff --git a/qemu/qemu-kvm.c b/qemu/qemu-kvm.c
> > index c5f3f29..5e66832 100644
> > --- a/qemu/qemu-kvm.c
> > +++ b/qemu/qemu-kvm.c
> > @@ -20,6 +20,7 @@ int kvm_pit = 1;
> >  #include "console.h"
> >  #include "block.h"
> >  #include "compatfd.h"
> > +#include "hw/device-assignment.h"
> 
> It's not necessary.

Indeed, left overs from my ioperm bits. Removed.

> >  #include "qemu-kvm.h"
> >  #include <libkvm.h>
> > @@ -27,6 +28,7 @@ int kvm_pit = 1;
> >  #include <sys/utsname.h>
> >  #include <sys/syscall.h>
> >  #include <sys/mman.h>
> > +#include <sys/io.h>
> 
> It's not necessary.

This one is needed on my compile system for the ioperm() declaration.

Cheers,
Muli

-- 
The First Workshop on I/O Virtualization (WIOV '08)
Dec 2008, San Diego, CA, http://www.usenix.org/wiov08/
                       <->
SYSTOR 2009---The Israeli Experimental Systems Conference
http://www.haifa.il.ibm.com/conferences/systor2009/
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to