From: Tong Ho Date: Tue, 3 Oct 2023 05:21:39 +0000 (-0700) Subject: xlnx-bbram: hw/nvram: Use dot in device type name X-Git-Tag: pull-xenfv-stable-20231106~30^2~18 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b65b4b7ae3c873dc2f8f4ce65ea5cedc45be3938;p=users%2Fdwmw2%2Fqemu.git xlnx-bbram: hw/nvram: Use dot in device type name This replaces the comma (,) to dot (.) in the device type name so the name can be used with the 'driver=' command line option. Signed-off-by: Tong Ho Reviewed-by: Francisco Iglesias Message-id: 20231003052139.199665-1-tong.ho@amd.com Signed-off-by: Peter Maydell --- diff --git a/include/hw/nvram/xlnx-bbram.h b/include/hw/nvram/xlnx-bbram.h index 87d59ef3c0..6fc13f8cc1 100644 --- a/include/hw/nvram/xlnx-bbram.h +++ b/include/hw/nvram/xlnx-bbram.h @@ -34,7 +34,7 @@ #define RMAX_XLNX_BBRAM ((0x4c / 4) + 1) -#define TYPE_XLNX_BBRAM "xlnx,bbram-ctrl" +#define TYPE_XLNX_BBRAM "xlnx.bbram-ctrl" OBJECT_DECLARE_SIMPLE_TYPE(XlnxBBRam, XLNX_BBRAM); struct XlnxBBRam {