From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: SVM: fix suspend/resume support Date: Sat, 05 Jul 2008 12:51:45 +0300 Message-ID: <486F4431.8000804@qumranet.com> References: <1215007331-1121-1-git-send-email-joerg.roedel@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Wright , Tobias Diedrich To: Joerg Roedel Return-path: Received: from il.qumranet.com ([212.179.150.194]:49143 "EHLO il.qumranet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751734AbYGEJvu (ORCPT ); Sat, 5 Jul 2008 05:51:50 -0400 In-Reply-To: <1215007331-1121-1-git-send-email-joerg.roedel@amd.com> Sender: kvm-owner@vger.kernel.org List-ID: Joerg Roedel wrote: > On suspend the svm_hardware_disable function is called which frees all svm_data > variables. On resume they are not re-allocated. This patch removes the > deallocation of svm_data from the hardware_disable function to the > hardware_unsetup function which is not called on suspend. > > Applied, thanks. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain.