Re: [PATCH v6 09/21] libqos: split qos-test and libqos makefile vars

2020-01-03 Thread Philippe Mathieu-Daudé
On 11/29/19 10:34 PM, 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. This

Re: [PATCH v6 09/21] libqos: split qos-test and libqos makefile vars

2020-01-03 Thread Stefan Hajnoczi
On Fri, Nov 29, 2019 at 09:34:44PM +, 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

[PATCH v6 09/21] libqos: split qos-test and libqos makefile vars

2019-11-29 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