From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW6Ja-0003si-1Z for qemu-devel@nongnu.org; Tue, 15 Oct 2013 11:13:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VW6JT-00009c-4d for qemu-devel@nongnu.org; Tue, 15 Oct 2013 11:13:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW6JS-00009T-Sm for qemu-devel@nongnu.org; Tue, 15 Oct 2013 11:13:35 -0400 Date: Tue, 15 Oct 2013 18:16:01 +0300 From: "Michael S. Tsirkin" Message-ID: <20131015151601.GA8306@redhat.com> References: <1381762577-12526-1-git-send-email-mst@redhat.com> <1381762577-12526-43-git-send-email-mst@redhat.com> <525D51C3.2050201@redhat.com> <20131015143530.GA7763@redhat.com> <525D5630.1030801@redhat.com> <20131015145450.GA7897@redhat.com> <525D5720.2030908@redhat.com> <20131015150754.GA8101@redhat.com> <525D5AB0.8010204@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <525D5AB0.8010204@redhat.com> Subject: Re: [Qemu-devel] [PULL 42/43] piix4: add acpi pci hotplug support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: peter.maydell@linaro.org, marcel.a@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com, Anthony Liguori , imammedo@redhat.com On Tue, Oct 15, 2013 at 05:09:36PM +0200, Paolo Bonzini wrote: > Il 15/10/2013 17:07, Michael S. Tsirkin ha scritto: > > > Because the same version can have multiple formats depending on a datum > > > that is not part of the migration stream. > > > > I see. Will it be OK if I'll update the version? > > The version is constant, you cannot change it depending on which PCI > flavor you have. If you use subsection (present if and only if > new-style hotplug is active) and leave pci0_hotplug always there it's okay. > > Paolo OK I can do that, thanks.