mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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:
parent
e93d1e9983
commit
1494a65280
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ static int default_sdcard = 1;
|
|||
static int default_vga = 1;
|
||||
static int default_net = 1;
|
||||
|
||||
static struct {
|
||||
static const struct {
|
||||
const char *driver;
|
||||
int *flag;
|
||||
} default_list[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue