[PATCH] qapi/machine: Belatedly document target loongarch64 is since 7.1

Markus Armbruster posted 1 patch 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240718141001.3077709-1-armbru@redhat.com
Maintainers: Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>
qapi/machine.json | 2 ++
1 file changed, 2 insertions(+)
[PATCH] qapi/machine: Belatedly document target loongarch64 is since 7.1
Posted by Markus Armbruster 1 month, 3 weeks ago
Fixes: a8a506c39070 (hw/loongarch: Add support loongson3 virt machine type.)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 qapi/machine.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/qapi/machine.json b/qapi/machine.json
index f9ea6b3e97..fcfd249e2d 100644
--- a/qapi/machine.json
+++ b/qapi/machine.json
@@ -24,6 +24,8 @@
 #
 # @avr: since 5.1
 #
+# @loongarch64: since 7.1
+#
 # .. note:: The resulting QMP strings can be appended to the
 #    "qemu-system-" prefix to produce the corresponding QEMU executable
 #    name.  This is true even for "qemu-system-x86_64".
-- 
2.45.0
Re: [PATCH] qapi/machine: Belatedly document target loongarch64 is since 7.1
Posted by gaosong 1 month, 2 weeks ago
在 2024/7/18 下午10:10, Markus Armbruster 写道:
> Fixes: a8a506c39070 (hw/loongarch: Add support loongson3 virt machine type.)
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   qapi/machine.json | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/qapi/machine.json b/qapi/machine.json
> index f9ea6b3e97..fcfd249e2d 100644
> --- a/qapi/machine.json
> +++ b/qapi/machine.json
> @@ -24,6 +24,8 @@
>   #
>   # @avr: since 5.1
>   #
> +# @loongarch64: since 7.1
> +#
>   # .. note:: The resulting QMP strings can be appended to the
>   #    "qemu-system-" prefix to produce the corresponding QEMU executable
>   #    name.  This is true even for "qemu-system-x86_64".
Reviewed-by: Song Gao <gaosong@loongson.cn>

Thanks.
Song Gao


Re: [PATCH] qapi/machine: Belatedly document target loongarch64 is since 7.1
Posted by Philippe Mathieu-Daudé 1 month, 3 weeks ago
On 18/7/24 16:10, Markus Armbruster wrote:
> Fixes: a8a506c39070 (hw/loongarch: Add support loongson3 virt machine type.)
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   qapi/machine.json | 2 ++
>   1 file changed, 2 insertions(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>