Searched hist:"8 de69efab1009d374c7f01d2536797ea009ee796" (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | char-file.c | diff 8de69efab1009d374c7f01d2536797ea009ee796 Fri Nov 04 11:06:53 CDT 2022 Markus Armbruster <armbru@redhat.com> qapi chardev: 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 qapi/char.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Cc: Marc-André Lureau <marcandre.lureau@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221104160712.3005652-12-armbru@redhat.com>
|
H A D | char-udp.c | diff 8de69efab1009d374c7f01d2536797ea009ee796 Fri Nov 04 11:06:53 CDT 2022 Markus Armbruster <armbru@redhat.com> qapi chardev: 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 qapi/char.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Cc: Marc-André Lureau <marcandre.lureau@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221104160712.3005652-12-armbru@redhat.com>
|
H A D | char.c | diff 8de69efab1009d374c7f01d2536797ea009ee796 Fri Nov 04 11:06:53 CDT 2022 Markus Armbruster <armbru@redhat.com> qapi chardev: 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 qapi/char.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Cc: Marc-André Lureau <marcandre.lureau@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221104160712.3005652-12-armbru@redhat.com>
|
H A D | char-socket.c | diff 8de69efab1009d374c7f01d2536797ea009ee796 Fri Nov 04 11:06:53 CDT 2022 Markus Armbruster <armbru@redhat.com> qapi chardev: 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 qapi/char.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Cc: Marc-André Lureau <marcandre.lureau@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221104160712.3005652-12-armbru@redhat.com>
|
/openbmc/qemu/tests/unit/ |
H A D | test-char.c | diff 8de69efab1009d374c7f01d2536797ea009ee796 Fri Nov 04 11:06:53 CDT 2022 Markus Armbruster <armbru@redhat.com> qapi chardev: 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 qapi/char.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Cc: Marc-André Lureau <marcandre.lureau@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221104160712.3005652-12-armbru@redhat.com>
|
/openbmc/qemu/scripts/qapi/ |
H A D | schema.py | diff 8de69efab1009d374c7f01d2536797ea009ee796 Fri Nov 04 11:06:53 CDT 2022 Markus Armbruster <armbru@redhat.com> qapi chardev: 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 qapi/char.json.
Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here.
Cc: Marc-André Lureau <marcandre.lureau@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20221104160712.3005652-12-armbru@redhat.com>
|