From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 1/2] Fix cross vendor migration issue with unusable bit Date: Mon, 04 May 2009 12:28:47 +0300 Message-ID: <49FEB54F.4070500@redhat.com> References: <1240915530-3995-1-git-send-email-andre.przywara@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Andre Przywara Return-path: Received: from mx2.redhat.com ([66.187.237.31]:33601 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753869AbZEDJ31 (ORCPT ); Mon, 4 May 2009 05:29:27 -0400 In-Reply-To: <1240915530-3995-1-git-send-email-andre.przywara@amd.com> Sender: kvm-owner@vger.kernel.org List-ID: Andre Przywara wrote: > AMDs VMCB does not have an explicit unusable segment descriptor field, > so we emulate it by using "not present". This has to be setup before > the fixups, because this field is used there. > > Applied both, thanks. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.