From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXXMb-0000FO-OP for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:55:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXXMW-0005Xo-R6 for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:55:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXXMW-0005Xk-M9 for qemu-devel@nongnu.org; Mon, 16 Mar 2015 11:55:28 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 46FB2C79FD for ; Mon, 16 Mar 2015 15:55:28 +0000 (UTC) From: Markus Armbruster References: <1426513272-20070-1-git-send-email-quintela@redhat.com> Date: Mon, 16 Mar 2015 16:55:26 +0100 In-Reply-To: <1426513272-20070-1-git-send-email-quintela@redhat.com> (Juan Quintela's message of "Mon, 16 Mar 2015 14:41:01 +0100") Message-ID: <87sid5rl75.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL 00/11] Migration pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org Juan Quintela writes: > The following changes since commit 2dfe7d07e2f40adb18a0b0cd286f3d327692d0fc: > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150316' into staging (2015-03-16 11:44:55 +0000) > > are available in the git repository at: > > git://github.com/juanquintela/qemu.git tags/migration/20150316 > > for you to fetch changes up to 54ed388b29794ab08089f1b5c7b0a03d075c3b5d: > > pc: Disable vmdesc submission for old machines (2015-03-16 14:35:37 +0100) > > > This integrateds three series: > - migrtion:defer by David > - VMDESC fixes by Alexander > - Bytes to pages by me > > PAssed all test by virt-test, and it fixes the problew with VMDESC detected by virt-test. > > Please apply. I'm missing my "migration: Avoid qerror_report_err() outside QMP command handlers". Please advise.