From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV2Eq-0001jw-RX for qemu-devel@nongnu.org; Wed, 24 Apr 2013 12:08:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UV2Ep-0000lj-KJ for qemu-devel@nongnu.org; Wed, 24 Apr 2013 12:08:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UV2Ep-0000l4-9z for qemu-devel@nongnu.org; Wed, 24 Apr 2013 12:08:07 -0400 Message-ID: <5178034A.702@redhat.com> Date: Wed, 24 Apr 2013 18:07:38 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366705795-24732-11-git-send-email-imammedo@redhat.com> <1366734431-566-1-git-send-email-imammedo@redhat.com> <20130424175646.141a7da4@nial.usersys.redhat.com> <20130424160321.GL2900@otherpad.lan.raisama.net> In-Reply-To: <20130424160321.GL2900@otherpad.lan.raisama.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/21 DISGISED v6] acpi_piix4: add infrastructure to send CPU hot-plug GPE to guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: kwolf@redhat.com, peter.maydell@linaro.org, aliguori@us.ibm.com, gleb@redhat.com, mst@redhat.com, jan.kiszka@siemens.com, quintela@redhat.com, claudio.fontana@huawei.com, qemu-devel@nongnu.org, aderumier@odiso.com, lcapitulino@redhat.com, blauwirbel@gmail.com, anthony.perard@citrix.com, alex.williamson@redhat.com, kraxel@redhat.com, yang.z.zhang@intel.com, Igor Mammedov , stefano.stabellini@eu.citrix.com, afaerber@suse.de, armbru@redhat.com, rth@twiddle.net Il 24/04/2013 18:03, Eduardo Habkost ha scritto: >> > tested on ping pong migration, It works as expected without gpe_cpu.sts migrated. >> > I'll post v7 to this thread shortly. > Are we going to make the cpu-add command fail in case it gets called > during migration? It's the same as device-add. If the devices do not match for any reason, migration will fail when an unrecognized state is read from the source in the destination. Paolo