vl: constify default_list

It's not modified, let's make it const.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231030101529.105266-1-marcandre.lureau@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
Marc-André Lureau 2023-10-30 14:15:29 +04:00 committed by Philippe Mathieu-Daudé
parent e93d1e9983
commit 1494a65280

View File

@ -194,7 +194,7 @@ static int default_sdcard = 1;
static int default_vga = 1; static int default_vga = 1;
static int default_net = 1; static int default_net = 1;
static struct { static const struct {
const char *driver; const char *driver;
int *flag; int *flag;
} default_list[] = { } default_list[] = {