arm: sbsa_gwdt: rename device type to sbsa-gwdt
Use hyphenated name to follow QEMU device naming convention. Migration compatibility is preserved since the vmstate name is already "sbsa-gwdt". Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Message-ID: <20260702145856.1539572-4-imammedo@redhat.com>
Igor Mammedov committed
Jul 2, 2026 at 16:58 UTC
5cb6dfc12d36ede1f79deb58385e324e7dc1cce9
1 file changed
+1
-1
include/hw/watchdog/sbsa_gwdt.h
+1
-1
@@ -16,7 +16,7 @@
16
#include "hw/core/sysbus.h"
17
#include "hw/core/irq.h"
18
19
-#define TYPE_WDT_SBSA "sbsa_gwdt"
19
+#define TYPE_WDT_SBSA "sbsa-gwdt"
20
#define SBSA_GWDT(obj) \
21
OBJECT_CHECK(SBSA_GWDTState, (obj), TYPE_WDT_SBSA)
22
#define SBSA_GWDT_CLASS(klass) \