]> git.proxmox.com Git - qemu.git/commit
libqtest: rename qmp() to qmp_discard_response()
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 30 Oct 2013 13:54:32 +0000 (14:54 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 7 Nov 2013 12:58:43 +0000 (13:58 +0100)
commit0d1aa05e9eba2437fdcdfbaa846c850c986bf7c6
treef3e288737dd2885353c75b1d5ead6a49cccdc530
parentec9c10d29c6bb5613a680af62f5825d3bb2d31d4
libqtest: rename qmp() to qmp_discard_response()

Existing qmp() callers do not expect a response object.  In order to
implement real QMP test cases it will be necessary to inspect the
response object.

Rename qmp() to qmp_discard_response().  Later patches will introduce a
qmp() function that returns the response object and tests that use it.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
tests/boot-order-test.c
tests/fdc-test.c
tests/ide-test.c
tests/libqtest.c
tests/libqtest.h