]> git.proxmox.com Git - mirror_qemu.git/commit - tests/device-introspect-test.c
device-introspect-test: New, covering device introspection
authorMarkus Armbruster <armbru@redhat.com>
Thu, 1 Oct 2015 08:59:56 +0000 (10:59 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 9 Oct 2015 13:25:57 +0000 (15:25 +0200)
commit2d1abb850fd15fd6eb75a92290be5f93b2772ec5
tree30c870ed1ed15fa356180b0ae7298be71a8d4aaa
parent5fb48d9673b76fc53507a0e717a12968e57d846e
device-introspect-test: New, covering device introspection

The test doesn't check that the output makes any sense, only that QEMU
survives.  Useful since we've had an astounding number of crash bugs
around there.

In fact, we have a bunch of them right now: a few devices crash or
hang, and some leave dangling pointers behind.  The test skips testing
the broken parts.  The next commits will fix them up, and drop the
skipping.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1443689999-12182-8-git-send-email-armbru@redhat.com>
tests/Makefile
tests/device-introspect-test.c [new file with mode: 0644]