From: Cédric Le Goater Date: Tue, 7 Feb 2023 08:02:04 +0000 (+0100) Subject: hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mr X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ddbf7bd73c9c79dc48f5981100876242df533d8e;p=qemu.git hw/core/loader: Remove declarations of option_rom_has_mr/rom_file_has_mr These globals were moved to MachineClass by commit 71ae9e94d9 ("pc: Move option_rom_has_mr/rom_file_has_mr globals to MachineClass"). Finish cleanup. Cc: Eduardo Habkost Cc: Marcel Apfelbaum Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Joel Stanley Signed-off-by: Cédric Le Goater --- diff --git a/include/hw/loader.h b/include/hw/loader.h index 70248e0da7..1384796a4b 100644 --- a/include/hw/loader.h +++ b/include/hw/loader.h @@ -251,9 +251,6 @@ void pstrcpy_targphys(const char *name, hwaddr dest, int buf_size, const char *source); -extern bool option_rom_has_mr; -extern bool rom_file_has_mr; - ssize_t rom_add_file(const char *file, const char *fw_dir, hwaddr addr, int32_t bootindex, bool option_rom, MemoryRegion *mr, AddressSpace *as);