From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web10.8287.1582653202924420285 for ; Tue, 25 Feb 2020 09:53:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=D8DgnOpC; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582653202; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=pdgS3rUJKk3qmRnaRSr9lS17MlFo1xlNLW+kmRxR+70=; b=D8DgnOpCOawVWUC1Kci2r0sFE2Hg5MUSWErptOmYOOgYv+IvCDcytefLPYgB+b/6Z2h+0Y HONa7Kszb+whXDRw/9VZSlj7blv+eUE0G/5jwZQ5faGoYR4XdRytt1DEMHQ6JGKNv0gKHt HT0YQfD1VUkpCeLZTjA+BwnS2q/N1Eo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-107-zFviWNQ1Pw-Y7HKNkVpiSA-1; Tue, 25 Feb 2020 12:53:13 -0500 X-MC-Unique: zFviWNQ1Pw-Y7HKNkVpiSA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B3782801E67; Tue, 25 Feb 2020 17:53:11 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-104.ams2.redhat.com [10.36.117.104]) by smtp.corp.redhat.com (Postfix) with ESMTP id C6BE48B759; Tue, 25 Feb 2020 17:53:09 +0000 (UTC) Subject: Re: [edk2-devel] A problem with live migration of UEFI virtual machines Cc: zhoujianjay , =?UTF-8?Q?Alex_Benn=c3=a9e?= , berrange@redhat.com, "Dr. David Alan Gilbert" , devel@edk2.groups.io, qemu-devel@nongnu.org, discuss References: <87sgjhxbtc.fsf@zen.linaroharston> <20200224152810.GX635661@redhat.com> From: "Laszlo Ersek" To: wuchenye1995 Message-ID: <8b0ec286-9322-ee00-3729-6ec7ee8260a6@redhat.com> Date: Tue, 25 Feb 2020 18:53:08 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200224152810.GX635661@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/24/20 16:28, Daniel P. Berrang=C3=A9 wrote: > On Tue, Feb 11, 2020 at 05:39:59PM +0000, Alex Benn=C3=A9e wrote: >> >> wuchenye1995 writes: >> >>> Hi all, >>> We found a problem with live migration of UEFI virtual machines >>> due to size of OVMF.fd changes. >>> Specifically, the size of OVMF.fd in edk with low version such as >>> edk-2.0-25 is 2MB while the size of it in higher version such as >>> edk-2.0-30 is 4MB. >>> When we migrate a UEFI virtual machine from the host with low >>> version of edk2 to the host with higher one, qemu component will >>> report an error in function qemu_ram_resize while >>> checking size of ovmf_pcbios: Length mismatch: pc.bios: 0x200000 in >>> !=3D 0x400000: Invalid argument. >>> We want to know how to solve this problem after updating the >>> version of edk2. >> >> You can only migrate a machine that is identical - so instantiating a >> empty machine with a different EDK image is bound to cause a problem >> because the machines don't match. > > I don't believe we are that strict for firmware in general. The > firmware is loaded when QEMU starts, but that only matters for the > original source host QEMU. During migration, the memory content of the > original firmware will be copied during live migration, overwriting > whatever the target QEMU loaded off disk. This works....provided the > memory region is the same size on source & target host, which is where > the problem arises in this case. > > If there's a risk that newer firmware will be larger than old firmware > there's only really two options: > > - Keep all firmware images forever, each with a unique versioned > filename. This ensures target QEMU will always load the original > smaller firmware > > - Add padding to the firmware images. IOW, if the firmware is 2 MB, > add zero-padding to the end of the image to round it upto 4 MB > (whatever you anticipate the largest size wil be in future). > > Distros have often taken the latter approach for QEMU firmware in the > past. The main issue is that you have to plan ahead of time and get > this padding right from the very start. You can't add the padding > after the fact on an existing VM. Following up here *too*, just for completeness. The query in this thread has been posted three times now (and I have zero idea why). Each time it generated a different set of responses. For completes, I'm now going to link the other two threads here (because the present thread seems to have gotten the most feedback). To the OP: - please do *NOT* repost the same question once you get an answer. It only fragments the discussion and creates confusion. It also doesn't hurt if you *confirm* that you understood the answer. - Yet further, if your email address has @gmail.com for domain, but your msgids contain "tencent", that raises some eyebrows (mine for sure). You say "we" in the query, but never identify the organization behind the plural pronoun. (I've been fuming about the triple-posting of the question for a while now, but it's only now that, upon seeing how much work Dan has put into his answer, I've decided that dishing out a bit of netiquette would be in order.) * First posting: - msgid: - edk2-devel: https://edk2.groups.io/g/devel/message/54146 - qemu-devel: https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg0241= 9.html * my response: - msgid: <12553.1581366059422195003@groups.io> - edk2-devel: https://edk2.groups.io/g/devel/message/54161 - qemu-devel: none, because (as an exception) I used the stupid groups.io web interface to respond, and so my response never reached qemu-devel * Second posting (~4 hours after the first) - msgid: - edk2-devel: https://edk2.groups.io/g/devel/message/54147 - qemu-devel: https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg0241= 5.html * Dave's response: - msgid: <20200220154742.GC2882@work-vm> - edk2-devel: https://edk2.groups.io/g/devel/message/54681 - qemu-devel: https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg= 05632.html * Third posting (next day, present thread) -- cross posted to yet another list (!), because apparently Dave's feedback and mine had not been enough: - msgid: - edk2-devel: https://edk2.groups.io/g/devel/message/54220 - edk2-discuss: https://edk2.groups.io/g/discuss/message/135 - qemu-devel: https://lists.gnu.org/archive/html/qemu-devel/2020-02/msg02= 735.html Back on topic: see my response again. The answer is, you can't solve the problem (specifically with OVMF), and QEMU in fact does you service by preventing the migration. Laszlo