From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v4 01/19] remove unused files Date: Fri, 6 Jun 2014 20:37:26 +0200 Message-ID: <20140606183726.GE3994@lvm> References: <1397149020-3501-1-git-send-email-drjones@redhat.com> <1397149020-3501-2-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Andrew Jones Return-path: Received: from mail-la0-f45.google.com ([209.85.215.45]:53437 "EHLO mail-la0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765AbaFFSha (ORCPT ); Fri, 6 Jun 2014 14:37:30 -0400 Received: by mail-la0-f45.google.com with SMTP id s18so1777775lam.4 for ; Fri, 06 Jun 2014 11:37:28 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1397149020-3501-2-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Apr 10, 2014 at 06:56:42PM +0200, Andrew Jones wrote: > There are several unused files, primarily because powerpc is an unused > arch. The exceptions are config-ia64.mak, which is also an unused arch > file, lib/fwcfg.c, lib/panic.c, x86/print.h and x86/run-kvm-unit-tests, > which are just unused. Remove them all in order to tidy things up. > > Signed-off-by: Andrew Jones Sounds reasonable enough for me, but you probably want an acked-by from the people who actually know if they should care about these files or not. In any case: Acked-by: Christoffer Dall