On Wed, Apr 05, 2017 at 04:41:57PM +0200, Andrea Bolognani wrote:
This header file has been created so that we can expose
internal functions to the test suite without making them
public: those in qemu_capabilities.h bearing the comment
/* Only for use by test suite */
are obvious candidates for being moved over.
---
src/qemu/qemu_capabilities.h | 19 -------------------
src/qemu/qemu_capspriv.h | 22 ++++++++++++++++++++++
tests/qemuhelptest.c | 4 ++++
3 files changed, 26 insertions(+), 19 deletions(-)
ACK
Jan