From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3Qf8-0001J4-Oq for qemu-devel@nongnu.org; Sun, 28 Jul 2013 09:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3Qf2-0000QX-OU for qemu-devel@nongnu.org; Sun, 28 Jul 2013 09:05:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3Qf2-0000QP-FR for qemu-devel@nongnu.org; Sun, 28 Jul 2013 09:05:20 -0400 Date: Sun, 28 Jul 2013 16:05:18 +0300 From: Gleb Natapov Message-ID: <20130728130518.GI11772@redhat.com> References: <1374764722-10685-1-git-send-email-pbonzini@redhat.com> <51F516B6.4020606@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <51F516B6.4020606@suse.de> Subject: Re: [Qemu-devel] [PATCH v2 0/2] kvm: migrate vPMU state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= Cc: Paolo Bonzini , qemu-devel@nongnu.org, ehabkost@redhat.com On Sun, Jul 28, 2013 at 03:03:50PM +0200, Andreas F=C3=A4rber wrote: > Am 25.07.2013 17:05, schrieb Paolo Bonzini: > > Same code as v1, but with all tabs expunged from cpu.h. > >=20 > > Paolo Bonzini (2): > > target-i386: remove tabs from target-i386/cpu.h > > kvm: migrate vPMU state > >=20 > > target-i386/cpu.h | 215 ++++++++++++++++++++++++++++--------------= -------- > > target-i386/kvm.c | 93 ++++++++++++++++++++-- > > target-i386/machine.c | 44 +++++++++++ > > 3 files changed, 251 insertions(+), 101 deletions(-) >=20 > Gleb, I am content with v2 and don't have conflicting changes, so please > take it through the KVM queue once you guys are happy. >=20 Thanks, I or Paolo will do. -- Gleb.