aboutsummaryrefslogtreecommitdiff
path: root/include/hw
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-08-12 07:23:54 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-08-16 13:31:53 +0200
commit7969dd9169f64493fa70b542d8ab65b275571ea6 (patch)
tree38541588a89d69ffc5c47ccf542e0253b81c9d75 /include/hw
parenta44432b44fe864c7b5dda15cd5472e3a06a4715a (diff)
downloadqemu-7969dd9169f64493fa70b542d8ab65b275571ea6.zip
qemu-7969dd9169f64493fa70b542d8ab65b275571ea6.tar.gz
qemu-7969dd9169f64493fa70b542d8ab65b275571ea6.tar.bz2
Include sysemu/hostmem.h less
Move the HostMemoryBackend typedef from sysemu/hostmem.h to qemu/typedefs.h. This renders a few inclusions of sysemu/hostmem.h superfluous; drop them. Cc: Eduardo Habkost <ehabkost@redhat.com> Cc: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190812052359.30071-25-armbru@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/mem/pc-dimm.h1
-rw-r--r--include/hw/virtio/virtio-pmem.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/mem/pc-dimm.h b/include/hw/mem/pc-dimm.h
index 47b246f..289edc0 100644
--- a/include/hw/mem/pc-dimm.h
+++ b/include/hw/mem/pc-dimm.h
@@ -17,7 +17,6 @@
#define QEMU_PC_DIMM_H
#include "exec/memory.h"
-#include "sysemu/hostmem.h"
#include "hw/qdev-core.h"
#define TYPE_PC_DIMM "pc-dimm"
diff --git a/include/hw/virtio/virtio-pmem.h b/include/hw/virtio/virtio-pmem.h
index 8bf2ae7..33f1999 100644
--- a/include/hw/virtio/virtio-pmem.h
+++ b/include/hw/virtio/virtio-pmem.h
@@ -16,7 +16,6 @@
#include "hw/virtio/virtio.h"
#include "qapi/qapi-types-misc.h"
-#include "sysemu/hostmem.h"
#define TYPE_VIRTIO_PMEM "virtio-pmem"