From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/3] Fix migration of linux guests using kvmclock Date: Mon, 19 Oct 2009 17:51:00 -0200 Message-ID: <20091019195100.GB17781@amt.cnet> References: <1255721259-11740-1-git-send-email-glommer@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: Glauber Costa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:28796 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757405AbZJSTvl (ORCPT ); Mon, 19 Oct 2009 15:51:41 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9JJpjtL003937 for ; Mon, 19 Oct 2009 15:51:46 -0400 Content-Disposition: inline In-Reply-To: <1255721259-11740-1-git-send-email-glommer@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Oct 16, 2009 at 03:27:36PM -0400, Glauber Costa wrote: > This series uses the new ioctl I've just posted to the kernel. > It is pretty straightforward usage. > > We first have to save and restore kvm msr registers, and later, which > is done in patch 2. It has nothing to do with our ioctls, but is required > for the whole thing to work. > > Patch 1 is a dependency, that quintela plans on sending to qemu.git too, > but is provided here for people that might want to test it. Applied, thanks.