From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 71521] Host call trace when create guest.
Date: Fri, 28 Mar 2014 04:34:06 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
To: kvm@vger.kernel.org
Return-path:
Received: from mail.kernel.org ([198.145.19.201]:53503 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1751419AbaC1EeK (ORCPT );
Fri, 28 Mar 2014 00:34:10 -0400
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 119C620303
for ; Fri, 28 Mar 2014 04:34:08 +0000 (UTC)
Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org [172.20.200.51])
by mail.kernel.org (Postfix) with ESMTP id AE3A120270
for ; Fri, 28 Mar 2014 04:34:06 +0000 (UTC)
In-Reply-To:
Sender: kvm-owner@vger.kernel.org
List-ID:
https://bugzilla.kernel.org/show_bug.cgi?id=71521
--- Comment #5 from Zhou, Chao ---
this patch fixed the bug:
commit 920c837785699bcc48f4a729ba9ee3492f620b95
Author: Paolo Bonzini
Date: Wed Mar 26 15:54:00 2014 +0100
KVM: vmx: fix MPX detection
kvm_x86_ops is still NULL at this point. Since kvm_init_msr_list
cannot fail, it is safe to initialize it before the call.
Fixes: 93c4adc7afedf9b0ec190066d45b6d67db5270da
Reported-by: Fengguang Wu
Tested-by: Jet Chen
Cc: kvm@vger.kernel.org
Signed-off-by: Paolo Bonzini
--
You are receiving this mail because:
You are watching the assignee of the bug.