diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2020-09-02 18:43:05 -0400 |
---|---|---|
committer | Anthony PERARD <anthony.perard@citrix.com> | 2020-10-19 16:32:06 +0100 |
commit | 2211118a2acb6f36bc497713479050e45a3ec693 (patch) | |
tree | a4d3c0bfc8bf5888456b7d904df86dd6e9319a9a /include/hw/xen | |
parent | 5b6a8f4392146c9c130cf510f780dbf5ba7f6046 (diff) | |
download | 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/hw/xen')
-rw-r--r-- | include/hw/xen/xen-legacy-backend.h | 2 |
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 */ |