From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um86O-0006kF-LQ for qemu-devel@nongnu.org; Mon, 10 Jun 2013 15:50:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Um86N-0005XA-Bl for qemu-devel@nongnu.org; Mon, 10 Jun 2013 15:50:04 -0400 Received: from mail-oa0-x236.google.com ([2607:f8b0:4003:c02::236]:64541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Um86N-0005Vv-6o for qemu-devel@nongnu.org; Mon, 10 Jun 2013 15:50:03 -0400 Received: by mail-oa0-f54.google.com with SMTP id o17so6467634oag.27 for ; Mon, 10 Jun 2013 12:50:02 -0700 (PDT) From: Anthony Liguori In-Reply-To: References: <1370882347-31129-1-git-send-email-mst@redhat.com> <87r4g9rdwe.fsf@codemonkey.ws> Date: Mon, 10 Jun 2013 14:50:00 -0500 Message-ID: <87hah521av.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH] qemu: piix: PCI bridge ACPI hotplug support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Michael S. Tsirkin" , Jordan Justen , seabios@seabios.org, qemu-devel@nongnu.org, Kevin O'Connor , Gerd Hoffmann , Laszlo Ersek , David Woodhouse Peter Maydell writes: > On 10 June 2013 19:58, Anthony Liguori wrote: >> We only care about supporting one version of SeaBIOS. SeaBIOS should >> only care about supporting one version of QEMU. We're not asking it to >> support multiple versions. > > I'm confused, how does this work in cross-version migration? > The BIOS is part of the guest, so I'd expect QEMU would > have to support whatever it happens to be. (Plus how do > you enforce the version-dependency?) The BIOS is migrated but reset upon reboot. Regards, Anthony Liguori > > thanks > -- PMM