[PATCH] hw/mips: LOONGSON3V depends on UNIMP device

marcandre.lureau@redhat.com posted 1 patch 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231107140615.3034763-1-marcandre.lureau@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>
hw/mips/Kconfig | 1 +
1 file changed, 1 insertion(+)
[PATCH] hw/mips: LOONGSON3V depends on UNIMP device
Posted by marcandre.lureau@redhat.com 1 year ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 hw/mips/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
index 66ec536e06..505381a0bb 100644
--- a/hw/mips/Kconfig
+++ b/hw/mips/Kconfig
@@ -46,6 +46,7 @@ config LOONGSON3V
     select PCI_EXPRESS_GENERIC_BRIDGE
     select MSI_NONBROKEN
     select FW_CFG_MIPS
+    select UNIMP
 
 config MIPS_CPS
     bool
-- 
2.41.0


Re: [PATCH] hw/mips: LOONGSON3V depends on UNIMP device
Posted by Philippe Mathieu-Daudé 1 year ago
On 7/11/23 15:06, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>   hw/mips/Kconfig | 1 +
>   1 file changed, 1 insertion(+)

Thanks, patch queued.


Re: [PATCH] hw/mips: LOONGSON3V depends on UNIMP device
Posted by Philippe Mathieu-Daudé 1 year ago
On 7/11/23 15:06, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

Cc: qemu-stable@nongnu.org
Fixes: c76b409fef ("hw/mips: Add Loongson-3 machine support")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

> ---
>   hw/mips/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/hw/mips/Kconfig b/hw/mips/Kconfig
> index 66ec536e06..505381a0bb 100644
> --- a/hw/mips/Kconfig
> +++ b/hw/mips/Kconfig
> @@ -46,6 +46,7 @@ config LOONGSON3V
>       select PCI_EXPRESS_GENERIC_BRIDGE
>       select MSI_NONBROKEN
>       select FW_CFG_MIPS
> +    select UNIMP
>   
>   config MIPS_CPS
>       bool