]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
tests/libqtest: Move global_test wrapper function into a separate header
authorThomas Huth <thuth@redhat.com>
Tue, 3 Sep 2019 05:39:37 +0000 (07:39 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 5 Sep 2019 11:18:52 +0000 (13:18 +0200)
commit0ba67974aff2b42105c93e61b852d90197f37a20
tree25c15a195a5cb35ddba70811a9cf4a3dedfd03b1
parent731a29fabacb6a8bcbd5ae7ded1df467fdcf15a7
tests/libqtest: Move global_test wrapper function into a separate header

We want libqtest.h to become completely independent from global_qtest
(so that the wrapper functions are not used by accident anymore). As
a first step, move the wrapper functions into a separate header file.

The new header is only included from libqtest.h for now, so that there
is no difference to the users of libqtest.h yet. In the next patch, we
will switch this, so that the users of the global_qtest-related
functions will be using libqtest-single.h directly and libqtest.h
becomes completely independent of this.

Message-Id: <20190904130047.25808-6-thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/libqtest-single.h [new file with mode: 0644]
tests/libqtest.c
tests/libqtest.h