[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: romfile resize
From: |
Paolo Bonzini |
Subject: |
Re: romfile resize |
Date: |
Tue, 23 Feb 2021 11:23:37 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 23/02/21 10:57, Jiatong Shen wrote:
Thank you very much for the answer. so if romfile on destination got
a larger size than source, why romfile check still does not
pass? because dest got enough space to hold romfile.
Because QEMU checks that memory areas have the same size on the source
and destination. You're right that it's overly strict, but it's a case
that has never been an issue before; probably because the ROM size
should be fixed for each QEMU "machine type", and it's better to have a
consistent set of ROM files on all your hosts.
You can create a dummy file with the right size, or copy it from the source.
Paolo