* [PATCH] xlnx-bbram: hw/nvram: Use dot in device type name
@ 2023-10-03 5:21 Tong Ho
2023-10-04 19:22 ` Francisco Iglesias
2023-10-16 16:30 ` Peter Maydell
0 siblings, 2 replies; 3+ messages in thread
From: Tong Ho @ 2023-10-03 5:21 UTC (permalink / raw)
To: qemu-arm; +Cc: qemu-devel, alistair, edgar.iglesias, peter.maydell, tong.ho
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 <tong.ho@amd.com>
---
include/hw/nvram/xlnx-bbram.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 {
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] xlnx-bbram: hw/nvram: Use dot in device type name
2023-10-03 5:21 [PATCH] xlnx-bbram: hw/nvram: Use dot in device type name Tong Ho
@ 2023-10-04 19:22 ` Francisco Iglesias
2023-10-16 16:30 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Francisco Iglesias @ 2023-10-04 19:22 UTC (permalink / raw)
To: Tong Ho; +Cc: qemu-arm, qemu-devel, alistair, edgar.iglesias, peter.maydell
On [2023 Oct 02] Mon 22:21:39, Tong Ho wrote:
> 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 <tong.ho@amd.com>
Reviewed-by: Francisco Iglesias <frasse.iglesias@gmail.com>
> ---
> include/hw/nvram/xlnx-bbram.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 {
> --
> 2.25.1
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xlnx-bbram: hw/nvram: Use dot in device type name
2023-10-03 5:21 [PATCH] xlnx-bbram: hw/nvram: Use dot in device type name Tong Ho
2023-10-04 19:22 ` Francisco Iglesias
@ 2023-10-16 16:30 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2023-10-16 16:30 UTC (permalink / raw)
To: Tong Ho; +Cc: qemu-arm, qemu-devel, alistair, edgar.iglesias
On Tue, 3 Oct 2023 at 06:21, Tong Ho <tong.ho@amd.com> wrote:
>
> 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 <tong.ho@amd.com>
> ---
> include/hw/nvram/xlnx-bbram.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to target-arm.next, thanks.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-16 16:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 5:21 [PATCH] xlnx-bbram: hw/nvram: Use dot in device type name Tong Ho
2023-10-04 19:22 ` Francisco Iglesias
2023-10-16 16:30 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).