From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaPGK-0001sr-Ib for qemu-devel@nongnu.org; Tue, 13 Dec 2011 05:07:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaPGE-0004fL-Id for qemu-devel@nongnu.org; Tue, 13 Dec 2011 05:07:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7111) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaPGE-0004fH-Am for qemu-devel@nongnu.org; Tue, 13 Dec 2011 05:06:58 -0500 Message-ID: <4EE723BA.5040602@redhat.com> Date: Tue, 13 Dec 2011 11:06:50 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <20111208174544.325838a6@doriath> <20111211102915.GB2791@garlic> <4EE5E59C.5030603@redhat.com> <4EE5F5E9.2070504@redhat.com> <20111212160021.GC29447@garlic.tlv.redhat.com> <4EE62AD5.80506@codemonkey.ws> <20111212172142.GD29447@garlic.tlv.redhat.com> <4EE63F98.20504@codemonkey.ws> In-Reply-To: <4EE63F98.20504@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Dropping the MONITOR_CMD_ASYNC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Hajnoczi , Luiz Capitulino , Yonit Halperin , qemu-devel , stefanha@linux.vnet.ibm.com Hi, > We aren't breaking an ABI here. libvirt can detect that this command is > gone and probe for the new command. Please stop this. There are libvirt versions in the wild which can't deal with this and thus will break, no matter how hard you try to wave it away. The question is not whenever something breaks or not, the question is how to deal with the breakage best. Zapping async monitor commands *now* (i.e. early in the 1.1 release cycle) is probably the best way to handle it. It gives the libvirt folks time to get a new release out of the door before 1.1-final is released, which in turn allows distros to minimize the user-visible fallout. Technically the switch is easy: migrate_connect_complete_cb() is called from spice-server on completion, we just have to emit a qmp event there instead of calling the monitor completion callback. cheers, Gerd