From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: [PATCH 0/3] Fix migration of linux guests using kvmclock Date: Fri, 16 Oct 2009 15:27:36 -0400 Message-ID: <1255721259-11740-1-git-send-email-glommer@redhat.com> Cc: avi@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:58182 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750812AbZJPT1f (ORCPT ); Fri, 16 Oct 2009 15:27:35 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9GJReeB002054 for ; Fri, 16 Oct 2009 15:27:40 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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.