Re: [Qemu-devel] [PATCH v3 11/22] libqos: split qos-test and libqos makefile vars

2019-09-26 Thread Thomas Huth
On 19/09/2019 01.19, Oleinik, Alexander wrote: > Most qos-related objects were specified in the qos-test-obj-y variable. > qos-test-obj-y also included qos-test.o which defines a main(). > This made it difficult to repurpose qos-test-obj-y to link anything > beside tests/qos-test against libqos.

[Qemu-devel] [PATCH v3 11/22] libqos: split qos-test and libqos makefile vars

2019-09-18 Thread Oleinik, Alexander
Most qos-related objects were specified in the qos-test-obj-y variable. qos-test-obj-y also included qos-test.o which defines a main(). This made it difficult to repurpose qos-test-obj-y to link anything beside tests/qos-test against libqos. This change separates objects that are libqos-specific