[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/arm: enable qxl for aarch64
|
From: |
Jonathan Cameron |
|
Subject: |
Re: [PATCH] hw/arm: enable qxl for aarch64 |
|
Date: |
Fri, 12 May 2023 10:11:22 +0100 |
On Fri, 12 May 2023 17:08:03 +0800
Hao Zeng <zenghao@kylinos.cn> wrote:
> Qemu does not support qxl graphics cards in arm, it is recommended to enable
>
> Signed-off-by: Hao Zeng <zenghao@kylinos.cn>
Drive by comment.
> ---
> hw/arm/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
> index 0f42c556d7..0305a4f4f3 100644
> --- a/hw/arm/Kconfig
> +++ b/hw/arm/Kconfig
> @@ -32,7 +32,7 @@ config ARM_VIRT
> select VIRTIO_MEM_SUPPORTED
> select ACPI_CXL
> select ACPI_HMAT
> -
> + select QXL
Keep the blank line here.
> config CHEETAH
> bool
> default y if TCG && ARM