Searched hist:"4 b2fc7dbc4203c52b7726249328fcde49626f565" (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/qtest/ |
H A D | qmp-cmd-test.c | 4b2fc7dbc4203c52b7726249328fcde49626f565 Fri Nov 04 16:06:47 UTC 2022 Markus Armbruster <armbru@redhat.com> qapi tests: Elide redundant has_FOO in generated C
The has_FOO for pointer-valued FOO are redundant, except for arrays. They are also a nuisance to work with. Recent commit "qapi: Start to elide redundant has_FOO in generated C" provided the means to elide them step by step. This is the step for tests/qapi-schema/qapi-schema-test.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20221104160712.3005652-6-armbru@redhat.com>
|
/qemu/tests/unit/ |
H A D | test-qobject-output-visitor.c | 4b2fc7dbc4203c52b7726249328fcde49626f565 Fri Nov 04 16:06:47 UTC 2022 Markus Armbruster <armbru@redhat.com> qapi tests: Elide redundant has_FOO in generated C
The has_FOO for pointer-valued FOO are redundant, except for arrays. They are also a nuisance to work with. Recent commit "qapi: Start to elide redundant has_FOO in generated C" provided the means to elide them step by step. This is the step for tests/qapi-schema/qapi-schema-test.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20221104160712.3005652-6-armbru@redhat.com>
|
H A D | test-qmp-event.c | 4b2fc7dbc4203c52b7726249328fcde49626f565 Fri Nov 04 16:06:47 UTC 2022 Markus Armbruster <armbru@redhat.com> qapi tests: Elide redundant has_FOO in generated C
The has_FOO for pointer-valued FOO are redundant, except for arrays. They are also a nuisance to work with. Recent commit "qapi: Start to elide redundant has_FOO in generated C" provided the means to elide them step by step. This is the step for tests/qapi-schema/qapi-schema-test.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20221104160712.3005652-6-armbru@redhat.com>
|
H A D | test-qobject-input-visitor.c | 4b2fc7dbc4203c52b7726249328fcde49626f565 Fri Nov 04 16:06:47 UTC 2022 Markus Armbruster <armbru@redhat.com> qapi tests: Elide redundant has_FOO in generated C
The has_FOO for pointer-valued FOO are redundant, except for arrays. They are also a nuisance to work with. Recent commit "qapi: Start to elide redundant has_FOO in generated C" provided the means to elide them step by step. This is the step for tests/qapi-schema/qapi-schema-test.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20221104160712.3005652-6-armbru@redhat.com>
|
H A D | test-visitor-serialization.c | 4b2fc7dbc4203c52b7726249328fcde49626f565 Fri Nov 04 16:06:47 UTC 2022 Markus Armbruster <armbru@redhat.com> qapi tests: Elide redundant has_FOO in generated C
The has_FOO for pointer-valued FOO are redundant, except for arrays. They are also a nuisance to work with. Recent commit "qapi: Start to elide redundant has_FOO in generated C" provided the means to elide them step by step. This is the step for tests/qapi-schema/qapi-schema-test.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20221104160712.3005652-6-armbru@redhat.com>
|
H A D | test-qmp-cmds.c | 4b2fc7dbc4203c52b7726249328fcde49626f565 Fri Nov 04 16:06:47 UTC 2022 Markus Armbruster <armbru@redhat.com> qapi tests: Elide redundant has_FOO in generated C
The has_FOO for pointer-valued FOO are redundant, except for arrays. They are also a nuisance to work with. Recent commit "qapi: Start to elide redundant has_FOO in generated C" provided the means to elide them step by step. This is the step for tests/qapi-schema/qapi-schema-test.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20221104160712.3005652-6-armbru@redhat.com>
|
/qemu/scripts/qapi/ |
H A D | schema.py | 4b2fc7dbc4203c52b7726249328fcde49626f565 Fri Nov 04 16:06:47 UTC 2022 Markus Armbruster <armbru@redhat.com> qapi tests: Elide redundant has_FOO in generated C
The has_FOO for pointer-valued FOO are redundant, except for arrays. They are also a nuisance to work with. Recent commit "qapi: Start to elide redundant has_FOO in generated C" provided the means to elide them step by step. This is the step for tests/qapi-schema/qapi-schema-test.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20221104160712.3005652-6-armbru@redhat.com>
|