projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f507522
)
memory.c: drop kvm.h dependency
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 1 Aug 2013 07:55:30 +0000
(10:55 +0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Fri, 2 Aug 2013 14:05:16 +0000
(18:05 +0400)
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>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
memory.c
patch
|
blob
|
history
diff --git
a/memory.c
b/memory.c
index ac6f3c6a190c30b376c1b1b94a7f0d1783143085..886f8389511641a9820893cf2f4e6739c5dbe8ee 100644
(file)
--- 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 "trace.h"
#include <assert.h>