From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fR1gR-0003VJ-E4 for qemu-devel@nongnu.org; Thu, 07 Jun 2018 16:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fR1gQ-0002Sp-1m for qemu-devel@nongnu.org; Thu, 07 Jun 2018 16:38:59 -0400 Date: Thu, 7 Jun 2018 22:38:49 +0200 From: Gerd Hoffmann Message-ID: <20180607203849.pyjqgdtaxlya7p5o@sirius.home.kraxel.org> References: <20180606163246.GL3064@redhat.com> <20180607102257.GH28827@redhat.com> <2afb9305deb37c8ca4f930235eaf52486ab0153e.camel@redhat.com> <20180607123847.GL28827@redhat.com> <20180607134953.GN2522@work-vm> <63fece55c4708744d9289fedf42d67ebb1bccbdd.camel@redhat.com> <20180607144527.GO2522@work-vm> <6d393743ee2358c900448a949734fc565a148050.camel@redhat.com> <20180607152548.GQ2522@work-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180607152548.GQ2522@work-vm> Subject: Re: [Qemu-devel] storing machine data in qcow images? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: Andrea Bolognani , Kevin Wolf , qemu-block@nongnu.org, "Michael S. Tsirkin" , qemu-devel@nongnu.org, armbru@redhat.com, "Richard W.M. Jones" , stefanha@redhat.com, Max Reitz Hi, > > I could be wrong, but I feel like it's significantly less likely > > that a random QEMU binary won't like a random EFI ROM than it is > > for a random EFI ROM to not like a random EFI NVRAM. > > True, but it's not that rare to find SeaBIOS+qemu version problems; Hmm? Any recent examples? Since we switched over to have qemu generate the acpi tables instead of expecting the firmware doing it (qemu 1.5 or 1.6 IIRC) there where no hard lockstep updates. Only soft dependencies a'la "if you want use the new qemu feature foo you also need a seabios supporting the new feature foo". > so I'll assume the same happens with EFI. We try to avoid it but sometimes it doesn't work out as we like. cheers, Gerd