Re: [PATCH] vl: constify default_list

2023-11-08 Thread Philippe Mathieu-Daudé
On 30/10/23 11:19, Philippe Mathieu-Daudé wrote: On 30/10/23 11:15, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau It's not modified, let's make it const. Signed-off-by: Marc-André Lureau ---   system/vl.c | 2 +-   1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Phil

Re: [PATCH] vl: constify default_list

2023-10-30 Thread Philippe Mathieu-Daudé
On 30/10/23 11:15, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau It's not modified, let's make it const. Signed-off-by: Marc-André Lureau --- system/vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH] vl: constify default_list

2023-10-30 Thread marcandre . lureau
From: Marc-André Lureau It's not modified, let's make it const. Signed-off-by: Marc-André Lureau --- system/vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/vl.c b/system/vl.c index 86dd2dce28..f42ccfa216 100644 --- a/system/vl.c +++ b/system/vl.c @@ -194,7 +194,