From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4oQn-0005KA-Qw for qemu-devel@nongnu.org; Thu, 01 Aug 2013 04:40:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4oQg-0001fP-G2 for qemu-devel@nongnu.org; Thu, 01 Aug 2013 04:40:21 -0400 Date: Thu, 1 Aug 2013 04:39:58 -0400 (EDT) From: Paolo Bonzini Message-ID: <1891063913.8014575.1375346398856.JavaMail.root@redhat.com> In-Reply-To: <20130801075529.GA3177@redhat.com> References: <20130801075529.GA3177@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] memory.c: drop kvm.h dependency List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anthony Liguori , qemu-trivial@nongnu.org, Jan Kiszka , qemu-devel@nongnu.org, Avi Kivity , Richard Henderson > memory.c does not use any kvm specific interfaces, > don't include kvm.h > > Signed-off-by: Michael S. Tsirkin Acked-by: Paolo Bonzini 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 > > #include "exec/memory-internal.h" > -- > MST >