From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanpeng Li Subject: Re: [PATCH] target-i386: fix losing XCR0 processor state component bits Date: Wed, 28 Sep 2016 16:38:03 +0800 Message-ID: References: <1475040669-29085-1-git-send-email-wanpeng.li@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: kvm , "qemu-devel@nongnu.org Developers" , Wanpeng Li , Richard Henderson , Eduardo Habkost , "Michael S. Tsirkin" To: Paolo Bonzini Return-path: Received: from mail-wm0-f46.google.com ([74.125.82.46]:36696 "EHLO mail-wm0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752661AbcI1IiG (ORCPT ); Wed, 28 Sep 2016 04:38:06 -0400 Received: by mail-wm0-f46.google.com with SMTP id w84so222143697wmg.1 for ; Wed, 28 Sep 2016 01:38:05 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 2016-09-28 15:54 GMT+08:00 Paolo Bonzini : [...] > I think the right place to add the test is x86_cpu_get_migratable_flags. I just sent out v2 to handle this, thanks for pointing out. Regards, Wanpeng Li From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpANT-0002PV-N0 for qemu-devel@nongnu.org; Wed, 28 Sep 2016 04:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpANQ-0000So-T2 for qemu-devel@nongnu.org; Wed, 28 Sep 2016 04:38:06 -0400 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:36240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpANQ-0000Se-MK for qemu-devel@nongnu.org; Wed, 28 Sep 2016 04:38:04 -0400 Received: by mail-wm0-x230.google.com with SMTP id w84so222143703wmg.1 for ; Wed, 28 Sep 2016 01:38:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1475040669-29085-1-git-send-email-wanpeng.li@hotmail.com> From: Wanpeng Li Date: Wed, 28 Sep 2016 16:38:03 +0800 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] target-i386: fix losing XCR0 processor state component bits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: kvm , "qemu-devel@nongnu.org Developers" , Wanpeng Li , Richard Henderson , Eduardo Habkost , "Michael S. Tsirkin" 2016-09-28 15:54 GMT+08:00 Paolo Bonzini : [...] > I think the right place to add the test is x86_cpu_get_migratable_flags. I just sent out v2 to handle this, thanks for pointing out. Regards, Wanpeng Li