]> git.proxmox.com Git - mirror_qemu.git/commitdiff
xen: Rename XENBACKEND_DEVICE to XENBACKEND
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 2 Sep 2020 22:43:05 +0000 (18:43 -0400)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 19 Oct 2020 15:32:06 +0000 (16:32 +0100)
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>
include/hw/xen/xen-legacy-backend.h

index ba7a3c59bbccfcd4957d63505781a2123d61bac7..be281e1f38ebad79d50919cad58bd6b478ed0162 100644 (file)
@@ -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 */