From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHZGe-0000Wj-2S for qemu-devel@nongnu.org; Thu, 05 Sep 2013 09:06:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHZGV-0004Hx-9h for qemu-devel@nongnu.org; Thu, 05 Sep 2013 09:06:36 -0400 Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:58517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHZGV-0004Hr-2o for qemu-devel@nongnu.org; Thu, 05 Sep 2013 09:06:27 -0400 Received: by mail-ea0-f169.google.com with SMTP id k11so901310eaj.28 for ; Thu, 05 Sep 2013 06:06:26 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 5 Sep 2013 15:06:20 +0200 Message-Id: <1378386382-415-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH uq/master 0/2] KVM: issues with XSAVE support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: ehabkost@redhat.com, gleb@redhat.com, kvm@vger.kernel.org This series fixes two migration bugs concerning KVM's XSAVE ioctls, both found by code inspection (the second in fact is just theoretical until AVX512 or MPX support is added to KVM). Please review. Paolo Bonzini (2): x86: fix migration from pre-version 12 KVM: make XSAVE support more robust target-i386/cpu.c | 1 + target-i386/cpu.h | 5 +++++ target-i386/kvm.c | 3 ++- target-i386/machine.c | 4 ++++ 4 files changed, 12 insertions(+), 1 deletion(-) -- 1.8.3.1