All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	"Daniel P. Berrange" <berrange@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] Remove some unused CONFIG_* variables
Date: Mon,  5 Sep 2016 18:25:17 +0100	[thread overview]
Message-ID: <1473096320-1638-1-git-send-email-berrange@redhat.com> (raw)

There are a few CONFIG_* variables defined in default-configs/
that are never referenced. These were found using:

 $ for i in `grep -h -E '^CONFIG' default-configs/*  | sed -e 's/=.*//' | sort | uniq`
 do
     echo -n "$i: "
     git grep $i | grep -v default-configs | wc -l
 done | grep  ": 0"
 CONFIG_IPMI_EXTERN: 0
 CONFIG_ISA_MMIO: 0
 CONFIG_PAM: 0
 CONFIG_PIIX_PCI: 0


NB, the IPMI_EXTERN one is special - it should have been
used, so I sent a separate patch for that one.

Daniel P. Berrange (3):
  default-configs: remove CONFIG_PAM
  default-configs: removed obsolete CONFIG_ISA_MMIO
  default-configs: remove CONFIG_PIIX_PCI

 default-configs/arm-softmmu.mak     | 1 -
 default-configs/i386-softmmu.mak    | 2 --
 default-configs/ppc-softmmu.mak     | 1 -
 default-configs/ppc64-softmmu.mak   | 1 -
 default-configs/sparc64-softmmu.mak | 1 -
 default-configs/x86_64-softmmu.mak  | 2 --
 6 files changed, 8 deletions(-)

-- 
2.7.4

             reply	other threads:[~2016-09-05 17:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-05 17:25 Daniel P. Berrange [this message]
2016-09-05 17:25 ` [Qemu-devel] [PATCH 1/3] default-configs: remove CONFIG_PAM Daniel P. Berrange
2016-09-05 17:25 ` [Qemu-devel] [PATCH 2/3] default-configs: removed obsolete CONFIG_ISA_MMIO Daniel P. Berrange
2016-09-05 17:25 ` [Qemu-devel] [PATCH 3/3] default-configs: remove CONFIG_PIIX_PCI Daniel P. Berrange
2016-09-06  7:47 ` [Qemu-devel] [PATCH 0/3] Remove some unused CONFIG_* variables Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473096320-1638-1-git-send-email-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.