diff options
| author | Michael Tokarev | 2013-12-09 09:18:46 +0100 |
|---|---|---|
| committer | Michael Tokarev | 2013-12-23 13:02:20 +0100 |
| commit | 6f2bfda35cf1c7b8a5913570b808396ab9299873 (patch) | |
| tree | 7e4c691d2ce5831b1fbef348b292021c5ca8f404 | |
| parent | x86: only allow real mode to access 32bit without LMA (diff) | |
| download | qemu-6f2bfda35cf1c7b8a5913570b808396ab9299873.tar.gz qemu-6f2bfda35cf1c7b8a5913570b808396ab9299873.tar.xz qemu-6f2bfda35cf1c7b8a5913570b808396ab9299873.zip | |
vl: make boot_strict variable static (not used outside vl.c)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Amos Kong <akong@redhat.com>
| -rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ int ctrl_grab = 0; unsigned int nb_prom_envs = 0; const char *prom_envs[MAX_PROM_ENVS]; int boot_menu; -bool boot_strict; +static bool boot_strict; uint8_t *boot_splash_filedata; size_t boot_splash_filedata_size; uint8_t qemu_extra_params_fw[2]; |
