]> git.proxmox.com Git - mirror_qemu.git/commit
tests: Add a tester for HMP commands
authorThomas Huth <thuth@redhat.com>
Tue, 25 Apr 2017 05:16:47 +0000 (07:16 +0200)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 26 Apr 2017 13:42:31 +0000 (14:42 +0100)
commit78f86a2b7c6b5c490a612729816473485d7ac570
tree4168bb3189be218465a9455a64f6a13cbc4a5936
parent02ef6e878f4c013889767ef239901962600de545
tests: Add a tester for HMP commands

HMP commands do not get any automatic testing yet, so on certain
QEMU machines, some HMP commands were causing crashes in the past.
Thus we should test HMP commands in our test suite, too, to avoid
that such problems creep in again in the future.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1493097407-20482-1-git-send-email-thuth@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tests/Makefile.include
tests/test-hmp.c [new file with mode: 0644]