commit | b2d4e9f3b8437359e063431d991d4d4eb1ef7d6c | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Dec 19 15:01:52 2024 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Jan 13 17:16:04 2025 +0100 |
tree | da3c97ad9333bbd2de25aae435c5a1c6aaa54e4b | |
parent | d024d0adf48e28d4f93161878053936d55dab9c9 [diff] |
hw/misc/vmcoreinfo: Rename VMCOREINFO_DEVICE -> TYPE_VMCOREINFO Follow the assumed QOM type definition style, prefixing with 'TYPE_', and dropping the '_DEVICE' suffix which doesn't add any value. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20250102132624.53443-1-philmd@linaro.org>