[PULL v2 23/24] hw/mips: FULOONG depends on VT82C686

marcandre.lureau@redhat.com posted 24 patches 1 year ago
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Dr. David Alan Gilbert" <dave@treblig.org>, Peter Maydell <peter.maydell@linaro.org>, BALATON Zoltan <balaton@eik.bme.hu>, "Michael S. Tsirkin" <mst@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
There is a newer version of this series
[PULL v2 23/24] hw/mips: FULOONG depends on VT82C686
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 5d40795c0b..c120b784aa 100644
--- a/hw/mips/Kconfig
+++ b/hw/mips/Kconfig
@@ -34,6 +34,7 @@ config FULOONG
     bool
     default y if MIPS64
     select PCI_BONITO
+    select VT82C686
     depends on ATI_VGA
 
 config LOONGSON3V
-- 
2.41.0


Re: [PULL v2 23/24] hw/mips: FULOONG depends on VT82C686
Posted by Philippe Mathieu-Daudé 1 year ago
On 6/11/23 10:55, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

Pulled patch missing R-b, so I'm giving one:
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 5d40795c0b..c120b784aa 100644
> --- a/hw/mips/Kconfig
> +++ b/hw/mips/Kconfig
> @@ -34,6 +34,7 @@ config FULOONG
>       bool
>       default y if MIPS64
>       select PCI_BONITO
> +    select VT82C686
>       depends on ATI_VGA
>   
>   config LOONGSON3V