Re: [PATCH v6 02/21] libqos: Rename i2c_send and i2c_recv

2020-01-05 Thread Alexander Bulekov
On 200103 1201, Philippe Mathieu-Daudé wrote: > On 12/9/19 1:02 PM, Thomas Huth wrote: > > On 29/11/2019 22.34, Oleinik, Alexander wrote: > > > The names i2c_send and i2c_recv collide with functions defined in > > > hw/i2c/core.c. This causes an error when linking against libqos and > > > softmmu s

Re: [PATCH v6 02/21] libqos: Rename i2c_send and i2c_recv

2020-01-03 Thread Philippe Mathieu-Daudé
On 12/9/19 1:02 PM, Thomas Huth wrote: On 29/11/2019 22.34, Oleinik, Alexander wrote: The names i2c_send and i2c_recv collide with functions defined in hw/i2c/core.c. This causes an error when linking against libqos and softmmu simultaneously (for example when using qtest inproc). Rename the lib

Re: [PATCH v6 02/21] libqos: Rename i2c_send and i2c_recv

2020-01-03 Thread Stefan Hajnoczi
On Fri, Nov 29, 2019 at 09:34:38PM +, Oleinik, Alexander wrote: > The names i2c_send and i2c_recv collide with functions defined in > hw/i2c/core.c. This causes an error when linking against libqos and > softmmu simultaneously (for example when using qtest inproc). Rename the > libqos functions

Re: [PATCH v6 02/21] libqos: Rename i2c_send and i2c_recv

2019-12-09 Thread Thomas Huth
On 29/11/2019 22.34, Oleinik, Alexander wrote: > The names i2c_send and i2c_recv collide with functions defined in > hw/i2c/core.c. This causes an error when linking against libqos and > softmmu simultaneously (for example when using qtest inproc). Rename the > libqos functions to avoid this. > >

[PATCH v6 02/21] libqos: Rename i2c_send and i2c_recv

2019-11-29 Thread Oleinik, Alexander
The names i2c_send and i2c_recv collide with functions defined in hw/i2c/core.c. This causes an error when linking against libqos and softmmu simultaneously (for example when using qtest inproc). Rename the libqos functions to avoid this. Signed-off-by: Alexander Bulekov --- tests/libqos/i2c.c