From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2] libxl: clean up qemu-save and qemu-resume files Date: Wed, 17 Jun 2015 12:13:09 +0100 Message-ID: <1434539589.13744.323.camel@citrix.com> References: <1433328290-5507-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z5BLz-0002Jo-5J for xen-devel@lists.xenproject.org; Wed, 17 Jun 2015 11:17:59 +0000 In-Reply-To: <1433328290-5507-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: Xen-devel , Ian Jackson List-Id: xen-devel@lists.xenproject.org On Wed, 2015-06-03 at 11:44 +0100, Wei Liu wrote: > These files are leaked when using qemu-trad stubdom. They are > intermediate files created by libxc. Unfortunately they don't fit well > in our userdata scheme. Clean them up after we destroy all userdata, > we're sure they are not useful anymore at that point. > > Signed-off-by: Wei Liu Acked + applied.