From: "Andreas Färber" <afaerber@suse.de>
To: Jean-Christophe DUBOIS <jcd@tribudubois.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/2] Add i.MX I2C device emulator.
Date: Fri, 03 May 2013 18:41:37 +0200 [thread overview]
Message-ID: <5183E8C1.5070506@suse.de> (raw)
In-Reply-To: <5183E020.2030209@tribudubois.net>
Am 03.05.2013 18:04, schrieb Jean-Christophe DUBOIS:
> So I added a libi2c-imx.c file, a ds1338-test.c file ...
(Note that in light of http://patchwork.ozlabs.org/patch/241004/ this
will likely become libqos/i2c-imx.c.)
> but when I run "make check" I get the following.
[...]
> $ make check
[...]
> CC tests/libi2c-imx.o
> LINK tests/tmp105-test
> CC tests/ds1338-test.o
> LINK tests/ds1338-test
> GTESTER check-qtest-arm
> Kernel image must be specified
Without seeing your code and since tmp105-test is working on my side, I
can only guess that your ds1338-test is starting either your own machine
or some machine that terminates with above error.
The solution is to only mandate -kernel, -initrd, -dtb, etc. in the
machine init function if !qtest_enabled() or so.
> Broken pipe
That's just qtest complaining that the process unexpectedly is gone due
to the above.
> make: *** [check-qtest-arm] Error 1
Note: For getting your test working you can skip the other tests above
using either the specific name from the error or check-qtest:
$ make check-help
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2013-05-03 16:41 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-01 19:53 [Qemu-devel] [PATCH 1/2] Add i.MX I2C device emulator Jean-Christophe DUBOIS
2013-05-02 12:16 ` Peter Crosthwaite
2013-05-02 18:33 ` Jean-Christophe DUBOIS
2013-05-02 23:58 ` Peter Crosthwaite
2013-05-03 12:35 ` Andreas Färber
2013-05-02 12:38 ` Andreas Färber
2013-05-03 15:16 ` Jean-Christophe DUBOIS
2013-05-03 15:20 ` Andreas Färber
2013-05-03 16:04 ` Jean-Christophe DUBOIS
2013-05-03 16:41 ` Andreas Färber [this message]
2013-05-04 8:22 ` Jean-Christophe DUBOIS
2013-05-04 8:27 ` Andreas Färber
2013-05-04 8:29 ` Peter Maydell
2013-05-04 8:38 ` Jean-Christophe DUBOIS
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=5183E8C1.5070506@suse.de \
--to=afaerber@suse.de \
--cc=jcd@tribudubois.net \
--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).