summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEduardo Habkost2020-09-03 00:43:05 +0200
committerAnthony PERARD2020-10-19 17:32:06 +0200
commit2211118a2acb6f36bc497713479050e45a3ec693 (patch)
treea4d3c0bfc8bf5888456b7d904df86dd6e9319a9a /include
parentxen: xenguest is not used so is not needed (diff)
downloadqemu-2211118a2acb6f36bc497713479050e45a3ec693.tar.gz
qemu-2211118a2acb6f36bc497713479050e45a3ec693.tar.xz
qemu-2211118a2acb6f36bc497713479050e45a3ec693.zip
xen: Rename XENBACKEND_DEVICE to XENBACKEND
Make the type checking macro name consistent with the TYPE_* constant. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Acked-by: Anthony PERARD <anthony.perard@citrix.com> Message-Id: <20200902224311.1321159-58-ehabkost@redhat.com> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/xen/xen-legacy-backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/xen/xen-legacy-backend.h b/include/hw/xen/xen-legacy-backend.h
index ba7a3c59bb..be281e1f38 100644
--- a/include/hw/xen/xen-legacy-backend.h
+++ b/include/hw/xen/xen-legacy-backend.h
@@ -11,7 +11,7 @@
#define TYPE_XENBACKEND "xen-backend"
typedef struct XenLegacyDevice XenLegacyDevice;
-DECLARE_INSTANCE_CHECKER(XenLegacyDevice, XENBACKEND_DEVICE,
+DECLARE_INSTANCE_CHECKER(XenLegacyDevice, XENBACKEND,
TYPE_XENBACKEND)
/* variables */