mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
loader: rename in_ram/has_mr
we put copy of ROMs in MR for migration. but the name rom_in_ram makes one think we load it in guest RAM. Rename has_mr to make intent clearer. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
220c8ed536
commit
98bc3ab0f2
4 changed files with 6 additions and 6 deletions
|
@ -49,7 +49,7 @@ void pstrcpy_targphys(const char *name,
|
|||
hwaddr dest, int buf_size,
|
||||
const char *source);
|
||||
|
||||
extern bool rom_file_in_ram;
|
||||
extern bool rom_file_has_mr;
|
||||
|
||||
int rom_add_file(const char *file, const char *fw_dir,
|
||||
hwaddr addr, int32_t bootindex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue