lib: Move qemu testing code to a new module called 'qemu.c'.

This is code motion, but I have cleaned up and formalized the
interface between this module and other parts of the library.

Also this adds documentation to the interface.
This commit is contained in:
Richard W.M. Jones
2016-05-12 19:01:46 +01:00
parent 166ac594cc
commit 4e36f2fa9e
5 changed files with 619 additions and 554 deletions

View File

@@ -253,6 +253,7 @@ src/mountable.c
src/osinfo.c
src/private-data.c
src/proto.c
src/qemu.c
src/stringsbuf.c
src/structs-cleanup.c
src/structs-compare.c