> memory.c does not use any kvm specific interfaces, > don't include kvm.h > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
Acked-by: Paolo Bonzini <pbonz...@redhat.com> and adding qemu-trivial. Paolo > --- > memory.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/memory.c b/memory.c > index 01846c9..6b5c420 100644 > --- a/memory.c > +++ b/memory.c > @@ -18,7 +18,6 @@ > #include "exec/ioport.h" > #include "qemu/bitops.h" > #include "qom/object.h" > -#include "sysemu/kvm.h" > #include <assert.h> > > #include "exec/memory-internal.h" > -- > MST >