From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9YyN-0007hv-KQ for qemu-devel@nongnu.org; Tue, 22 Jul 2014 08:15:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9YyH-0001C8-OQ for qemu-devel@nongnu.org; Tue, 22 Jul 2014 08:15:11 -0400 Received: from mail-lb0-f175.google.com ([209.85.217.175]:59827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9YyH-00016n-Hq for qemu-devel@nongnu.org; Tue, 22 Jul 2014 08:15:05 -0400 Received: by mail-lb0-f175.google.com with SMTP id 10so2647710lbg.6 for ; Tue, 22 Jul 2014 05:15:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1406026270-17238-1-git-send-email-pbonzini@redhat.com> References: <1406026270-17238-1-git-send-email-pbonzini@redhat.com> From: Peter Maydell Date: Tue, 22 Jul 2014 13:14:43 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL for-2.1 0/2] Two fixes for KVM and memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: QEMU Developers On 22 July 2014 11:51, Paolo Bonzini wrote: > The following changes since commit fa666c10f2f3e15685ff88abd3bc433ddce012d6: > > Revert "kvmclock: Ensure time in migration never goes backward" (2014-07-18 15:28:03 +0200) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to dc54e2525389e903cee2b847cf761b5d857f75cb: > > kvm-all: Use 'tmpcpu' instead of 'cpu' in sub-looping to avoid 'cpu' be NULL (2014-07-22 12:38:17 +0200) > > ---------------------------------------------------------------- > One of the two pending migration fix, and a small KVM patch. > > ---------------------------------------------------------------- > Chen Gang (1): > kvm-all: Use 'tmpcpu' instead of 'cpu' in sub-looping to avoid 'cpu' be NULL > > Paolo Bonzini (1): > exec: fix migration with devices that use address_space_rw Applied, thanks. -- PMM