mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
tests: qapi: Test 'features' of commands
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20191018081454.21369-4-armbru@redhat.com>
This commit is contained in:
parent
23394b4c39
commit
2e2e0df270
4 changed files with 74 additions and 4 deletions
|
@ -51,6 +51,30 @@ void qmp_test_features(FeatureStruct0 *fs0, FeatureStruct1 *fs1,
|
|||
{
|
||||
}
|
||||
|
||||
void qmp_test_command_features0(Error **errp)
|
||||
{
|
||||
}
|
||||
|
||||
void qmp_test_command_features1(Error **errp)
|
||||
{
|
||||
}
|
||||
|
||||
void qmp_test_command_features3(Error **errp)
|
||||
{
|
||||
}
|
||||
|
||||
void qmp_test_command_cond_features1(Error **errp)
|
||||
{
|
||||
}
|
||||
|
||||
void qmp_test_command_cond_features2(Error **errp)
|
||||
{
|
||||
}
|
||||
|
||||
void qmp_test_command_cond_features3(Error **errp)
|
||||
{
|
||||
}
|
||||
|
||||
UserDefTwo *qmp_user_def_cmd2(UserDefOne *ud1a,
|
||||
bool has_udb1, UserDefOne *ud1b,
|
||||
Error **errp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue