From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT8KO-0003ea-HU for qemu-devel@nongnu.org; Thu, 27 Mar 2014 07:18:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT8KI-0004H4-ID for qemu-devel@nongnu.org; Thu, 27 Mar 2014 07:18:32 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:50614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT8KI-0004H0-CA for qemu-devel@nongnu.org; Thu, 27 Mar 2014 07:18:26 -0400 Received: by mail-lb0-f171.google.com with SMTP id w7so2485624lbi.16 for ; Thu, 27 Mar 2014 04:18:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20140327104930.GB27036@grmbl.mre> References: <20140327104930.GB27036@grmbl.mre> From: Peter Maydell Date: Thu, 27 Mar 2014 11:18:05 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL for-2.0] migration: add traces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu list , Anthony Liguori On 27 March 2014 10:49, Amit Shah wrote: > The following changes since commit db237e33c08a279f0179f8f5128a6d10d9adc38a: > > Merge remote-tracking branch 'remotes/riku/for-2.0' into staging (2014-03-26 17:10:16 +0000) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for_upstream > > for you to fetch changes up to 9013dca5539186ddca018bebcf2d5da63d061365: > > migration: add more traces (2014-03-27 15:19:00 +0530) > > ---------------------------------------------------------------- > migration: traces > > Adds trace messages to migration path. Patches have been on list for a > while, and have been reviewed by Juan. > > ---------------------------------------------------------------- > Alexey Kardashevskiy (2): > util: add qemu_ether_ntoa > migration: add more traces Really for 2.0? This seems more like a feature than a bugfix to me... thanks -- PMM