From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2N74-0001jq-Ss for qemu-devel@nongnu.org; Thu, 25 Jul 2013 11:05:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2N6z-0005q8-Um for qemu-devel@nongnu.org; Thu, 25 Jul 2013 11:05:54 -0400 Received: from mail-gh0-x22e.google.com ([2607:f8b0:4002:c05::22e]:57749) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2N6z-0005og-Kx for qemu-devel@nongnu.org; Thu, 25 Jul 2013 11:05:49 -0400 Received: by mail-gh0-f174.google.com with SMTP id r17so505257ghr.19 for ; Thu, 25 Jul 2013 08:05:49 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 25 Jul 2013 17:05:20 +0200 Message-Id: <1374764722-10685-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] kvm: migrate vPMU state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: gnatapov@redhat.com, ehabkost@redhat.com, afaerber@suse.de Same code as v1, but with all tabs expunged from cpu.h. Paolo Bonzini (2): target-i386: remove tabs from target-i386/cpu.h kvm: migrate vPMU state target-i386/cpu.h | 215 ++++++++++++++++++++++++++++---------------------- target-i386/kvm.c | 93 ++++++++++++++++++++-- target-i386/machine.c | 44 +++++++++++ 3 files changed, 251 insertions(+), 101 deletions(-) -- 1.8.3.1