All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH 2/2] build: create shared-obj-y for tools/qemu-softmmu
Date: Thu, 24 Feb 2011 13:19:58 +0100	[thread overview]
Message-ID: <m3r5ax39qp.fsf@trasno.org> (raw)
In-Reply-To: <m3y655k66o.fsf@blackfin.pond.sub.org> (Markus Armbruster's message of "Thu, 24 Feb 2011 12:44:47 +0100")

Markus Armbruster <armbru@redhat.com> wrote:
> Peter Maydell <peter.maydell@linaro.org> writes:
>
>> On 24 February 2011 10:33, Juan Quintela <quintela@redhat.com> wrote:
>>> +# shared-obj-y has the object that are shared by qemu binary and tools
>>> +
>>> +shared-obj-y  = qemu-error.o $(block-obj-y) $(qobject-obj-y) $(oslib-obj-y)
>>> +shared-obj-y += qemu-timer-common.o
>>
>> I don't feel very strongly about this, but:
>> It seems a bit odd to have a shared-obj-y variable that isn't actually
>> a list of shared objects (ie .so files, DLLs). Maybe there's a better name?
>
> common-obj-y?

already taken :-(

common-obj-y is the list of files that are shared by all qemu-softmmu

######################################################################
# libqemu_common.a: Target independent part of system emulation. The
# long term path is to suppress *all* target specific code in case of
# system emulation, i.e. a single QEMU executable should support all
# CPUs and machines.
common-obj-y = $(block-obj-y) blockdev.o
...

so, this is the list of files that are shared between all the softmmu
(common) and the tools.

I am open to suggestions, but all names I thought are worse than shared
(common-common-obj-y) :p

Later, Juan.

  reply	other threads:[~2011-02-24 12:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-24 10:33 [Qemu-devel] [PATCH 0/2] build: make sharing of objects explicit Juan Quintela
2011-02-24 10:33 ` [Qemu-devel] [PATCH 1/2] build: Create tools-obj-y variable Juan Quintela
2011-02-24 10:33 ` [Qemu-devel] [PATCH 2/2] build: create shared-obj-y for tools/qemu-softmmu Juan Quintela
2011-02-24 11:12   ` Peter Maydell
2011-02-24 11:44     ` Markus Armbruster
2011-02-24 12:19       ` Juan Quintela [this message]
2011-02-24 13:53         ` [Qemu-devel] " Markus Armbruster
2011-02-24 13:58           ` Paolo Bonzini
2011-02-24 14:09             ` Juan Quintela

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=m3r5ax39qp.fsf@trasno.org \
    --to=quintela@redhat.com \
    --cc=armbru@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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.