diff options
| author | Michael S. Tsirkin | 2013-08-01 09:55:30 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2013-08-02 16:05:16 +0200 |
| commit | 437de2adc633ed28cdd84bcdffc3430b5ce96be6 (patch) | |
| tree | 3e5dd0999787cf5c43c450dde7518492b567e39f | |
| parent | block/iscsi.c: Fix printf format error. (diff) | |
| download | qemu-437de2adc633ed28cdd84bcdffc3430b5ce96be6.tar.gz qemu-437de2adc633ed28cdd84bcdffc3430b5ce96be6.tar.xz qemu-437de2adc633ed28cdd84bcdffc3430b5ce96be6.zip | |
memory.c: drop kvm.h dependency
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>
| -rw-r--r-- | memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |
