qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: akoskovacs0@gmail.com
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, "Ákos Kovács" <akoskovacs@gmx.com>
Subject: [Qemu-devel] [PATCH 0/3] Describing what patches do
Date: Sat, 22 Jun 2013 04:23:07 +0200	[thread overview]
Message-ID: <51c50a97.c4730e0a.40e4.6fb6@mx.google.com> (raw)
In-Reply-To: <y>

From: Ákos Kovács <akoskovacs@gmx.com>

Patch 1:
    Add new logical functions to rules.mak, to eliminate and simplify
    variables in the Makefiles.

    Example usage:
        obj-$(call lor,$(CONFIG_LINUX),$(CONFIG_BSD)) += feature.o

Patch 2:
   Remove CONFIG_GDBSTUB_XML from default_configs/*.mak files
   and make a new rule (in Makefile.target) to build the gdbstub_xml
   object, with the new logical functions from the first patch.

Patch 3:
    Remove CONFIG_NO_* variables from Makefile.target. And replace
    their uses with the negation of the corresponding variable.

Signed-off-by: Ákos Kovács <akoskovacs@gmx.com>

                 reply	other threads:[~2013-06-22  2:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=51c50a97.c4730e0a.40e4.6fb6@mx.google.com \
    --to=akoskovacs0@gmail.com \
    --cc=akoskovacs@gmx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).