diff options
author | Paolo Bonzini | 2020-10-26 15:30:18 +0100 |
---|---|---|
committer | Paolo Bonzini | 2020-12-10 18:15:05 +0100 |
commit | 7d435078afa08eb136bdcdc4f199fd26ddbc353b (patch) | |
tree | 24dd70d2157eec541c35b342a807d96ce4baca90 /include/hw | |
parent | hppa: remove bios_name (diff) | |
download | qemu-7d435078afa08eb136bdcdc4f199fd26ddbc353b.tar.gz qemu-7d435078afa08eb136bdcdc4f199fd26ddbc353b.tar.xz qemu-7d435078afa08eb136bdcdc4f199fd26ddbc353b.zip |
i386: remove bios_name
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20201026143028.3034018-6-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/i386/x86.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hw/i386/x86.h b/include/hw/i386/x86.h index 3f9b052cfc..56080bd1fb 100644 --- a/include/hw/i386/x86.h +++ b/include/hw/i386/x86.h @@ -102,7 +102,8 @@ void x86_cpu_unplug_request_cb(HotplugHandler *hotplug_dev, void x86_cpu_unplug_cb(HotplugHandler *hotplug_dev, DeviceState *dev, Error **errp); -void x86_bios_rom_init(MemoryRegion *rom_memory, bool isapc_ram_fw); +void x86_bios_rom_init(MachineState *ms, const char *default_firmware, + MemoryRegion *rom_memory, bool isapc_ram_fw); void x86_load_linux(X86MachineState *x86ms, FWCfgState *fw_cfg, |