From: Paolo Bonzini <pbonzini@redhat.com>
To: Kevin Wolf <kwolf@redhat.com>
Cc: famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH 1/2] tests/Makefile: Add more dependencies for test-timed-average
Date: Mon, 23 Nov 2015 17:55:15 +0100 [thread overview]
Message-ID: <565344F3.2040401@redhat.com> (raw)
In-Reply-To: <20151123160947.GE4742@noname.str.redhat.com>
On 23/11/2015 17:09, Kevin Wolf wrote:
> Am 23.11.2015 um 15:46 hat Paolo Bonzini geschrieben:
>> On 23/11/2015 13:39, Kevin Wolf wrote:
>>> tests/test-timed-average$(EXESUF): tests/test-timed-average.o qemu-timer.o \
>>> libqemuutil.a stubs/clock-warp.o stubs/cpu-get-icount.o \
>>> - stubs/notify-event.o stubs/replay.o
>>> + stubs/notify-event.o stubs/replay.o stubs/mon-is-qmp.o stubs/fd-register.o \
>>> + stubs/mon-printf.o
>>>
>>
>> Why not just add libqemustub.a? (If it works, do not even bother
>> reposting).
>
> Didn't remember that that's a thing and didn't check because the rule
> already pulled in a few stubs manually. I'll go with the version below
> then. (And given that you only gave an R-b, I guess I should take this
> through my tree?)
Yes please, they are block layer tests.
Paolo
> Kevin
>
>
> diff --git a/tests/Makefile b/tests/Makefile
> index b937984..0ef00a1 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -415,8 +415,7 @@ tests/test-vmstate$(EXESUF): tests/test-vmstate.o \
> migration/qemu-file-unix.o qjson.o \
> $(test-qom-obj-y)
> tests/test-timed-average$(EXESUF): tests/test-timed-average.o qemu-timer.o \
> - libqemuutil.a stubs/clock-warp.o stubs/cpu-get-icount.o \
> - stubs/notify-event.o stubs/replay.o
> + $(test-util-obj-y)
>
> tests/test-qapi-types.c tests/test-qapi-types.h :\
> $(SRC_PATH)/tests/qapi-schema/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-types.py $(qapi-py)
>
next prev parent reply other threads:[~2015-11-23 16:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-23 12:39 [Qemu-devel] [PATCH for-2.5 0/2] Fix "make check" with mingw and Wine Kevin Wolf
2015-11-23 12:39 ` [Qemu-devel] [PATCH 1/2] tests/Makefile: Add more dependencies for test-timed-average Kevin Wolf
2015-11-23 14:46 ` Paolo Bonzini
2015-11-23 16:09 ` Kevin Wolf
2015-11-23 16:55 ` Paolo Bonzini [this message]
2015-11-23 12:39 ` [Qemu-devel] [PATCH 2/2] test-aio: Fix event notifier cleanup Kevin Wolf
2015-11-23 14:46 ` Paolo Bonzini
2015-11-24 5:57 ` [Qemu-devel] [PATCH for-2.5 0/2] Fix "make check" with mingw and Wine Stefan Hajnoczi
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=565344F3.2040401@redhat.com \
--to=pbonzini@redhat.com \
--cc=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/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).