qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 1/2] tests: Add libqemustub to qom-interface-check
@ 2014-01-15 11:05 Peter Crosthwaite
  2014-01-15 11:06 ` [Qemu-devel] [PATCH v1 2/2] Revert "error: Don't use error_report() for assertion msgs." Peter Crosthwaite
  2014-01-15 12:03 ` [Qemu-devel] [PATCH v1 1/2] tests: Add libqemustub to qom-interface-check Igor Mammedov
  0 siblings, 2 replies; 9+ messages in thread
From: Peter Crosthwaite @ 2014-01-15 11:05 UTC (permalink / raw)
  To: qemu-devel, lcapitulino; +Cc: edgar.iglesias, imammedo, afaerber, armbru

The recent addition of util/error.c's dependency on error_report()
causes this test to fail to link due to a number of missing monitor
related symbols. All these symbols are however defined by libqemustub.
Add this libary to the link.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
---

 tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile b/tests/Makefile
index 0aaf657..fd36eee 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -151,7 +151,7 @@ tests/check-qdict$(EXESUF): tests/check-qdict.o libqemuutil.a
 tests/check-qlist$(EXESUF): tests/check-qlist.o libqemuutil.a
 tests/check-qfloat$(EXESUF): tests/check-qfloat.o libqemuutil.a
 tests/check-qjson$(EXESUF): tests/check-qjson.o libqemuutil.a libqemustub.a
-tests/check-qom-interface$(EXESUF): tests/check-qom-interface.o $(qom-core-obj) libqemuutil.a
+tests/check-qom-interface$(EXESUF): tests/check-qom-interface.o $(qom-core-obj) libqemuutil.a libqemustub.a
 tests/test-coroutine$(EXESUF): tests/test-coroutine.o $(block-obj-y) libqemuutil.a libqemustub.a
 tests/test-aio$(EXESUF): tests/test-aio.o $(block-obj-y) libqemuutil.a libqemustub.a
 tests/test-throttle$(EXESUF): tests/test-throttle.o $(block-obj-y) libqemuutil.a libqemustub.a
-- 
1.8.5.3

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-02-16 20:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 11:05 [Qemu-devel] [PATCH v1 1/2] tests: Add libqemustub to qom-interface-check Peter Crosthwaite
2014-01-15 11:06 ` [Qemu-devel] [PATCH v1 2/2] Revert "error: Don't use error_report() for assertion msgs." Peter Crosthwaite
2014-01-28  2:35   ` Peter Crosthwaite
2014-01-28  2:36     ` Edgar E. Iglesias
2014-01-28  7:34     ` Markus Armbruster
2014-01-29 20:45   ` Peter Maydell
2014-01-30  8:00     ` Markus Armbruster
2014-02-16 20:56       ` Peter Maydell
2014-01-15 12:03 ` [Qemu-devel] [PATCH v1 1/2] tests: Add libqemustub to qom-interface-check Igor Mammedov

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).