qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] memory.c: drop kvm.h dependency
@ 2013-08-01  7:55 Michael S. Tsirkin
  2013-08-01  8:39 ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Michael S. Tsirkin @ 2013-08-01  7:55 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Anthony Liguori, Richard Henderson, Avi Kivity,
	Jan Kiszka

memory.c does not use any kvm specific interfaces,
don't include kvm.h

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] memory.c: drop kvm.h dependency
  2013-08-01  7:55 [Qemu-devel] [PATCH] memory.c: drop kvm.h dependency Michael S. Tsirkin
@ 2013-08-01  8:39 ` Paolo Bonzini
  2013-08-02 14:08   ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2013-08-01  8:39 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Anthony Liguori, qemu-trivial, Jan Kiszka, qemu-devel, Avi Kivity,
	Richard Henderson

> memory.c does not use any kvm specific interfaces,
> don't include kvm.h
> 
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Acked-by: Paolo Bonzini <pbonzini@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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] memory.c: drop kvm.h dependency
  2013-08-01  8:39 ` Paolo Bonzini
@ 2013-08-02 14:08   ` Michael Tokarev
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2013-08-02 14:08 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Anthony Liguori, Michael S. Tsirkin, qemu-trivial, Jan Kiszka,
	qemu-devel, Avi Kivity, Richard Henderson

01.08.2013 12:39, Paolo Bonzini wrote:
>> memory.c does not use any kvm specific interfaces,
>> don't include kvm.h

Thanks, applied to the trivial patches queue.

/mjt

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-02 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01  7:55 [Qemu-devel] [PATCH] memory.c: drop kvm.h dependency Michael S. Tsirkin
2013-08-01  8:39 ` Paolo Bonzini
2013-08-02 14:08   ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).