aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/sysemu.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-10-26 10:30:28 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-12-10 12:15:07 -0500
commitd619f157a50f0c98baee2dce0b6a5ca66fa89ac9 (patch)
tree1af481d5cc7b3efead8cb3b1affd0669b99df23c /include/sysemu/sysemu.h
parent43e61243cd0e89aa4e9492d8592f28c40a7c73ba (diff)
downloadqemu-d619f157a50f0c98baee2dce0b6a5ca66fa89ac9.zip
qemu-d619f157a50f0c98baee2dce0b6a5ca66fa89ac9.tar.gz
qemu-d619f157a50f0c98baee2dce0b6a5ca66fa89ac9.tar.bz2
vl: remove bios_name
bios_name was a legacy variable used by machine code, but it is no more. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20201026143028.3034018-16-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/sysemu/sysemu.h')
-rw-r--r--include/sysemu/sysemu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index 817ff4c..1336b42 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -8,7 +8,6 @@
/* vl.c */
-extern const char *bios_name;
extern int only_migratable;
extern const char *qemu_name;
extern QemuUUID qemu_uuid;