On 03/09/2019 08:18, Thomas Huth wrote: > libqos library functions should never depend on functions (like memread(), > memwrite() or clock_step()) that require global_qtest to be set, since > library functions might get used in qtests that track multiple states, too. > Thus let's replace the global_qtest-related functions with their independent > counterparts. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > tests/libqos/e1000e.c | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-)
Reviewed-by: Laurent Vivier <lviv...@redhat.com>