[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 2/7] hw/loongarch: Remove default enable with VIRTIO_VGA device
From: |
Song Gao |
Subject: |
[PULL 2/7] hw/loongarch: Remove default enable with VIRTIO_VGA device |
Date: |
Thu, 12 Sep 2024 20:51:27 +0800 |
From: Bibo Mao <maobibo@loongson.cn>
For virtio VGA deivce libvirt will select VIRTIO_VGA firstly rather than
VIRTIO_GPU, VIRTIO_VGA device supports frame buffer however it requires
legacy VGA compatible support. Frame buffer area 0xa0000 -- 0xc0000
conflicts with low memory area 0 -- 0x10000000.
Here remove default support for VIRTIO_VGA device, VIRTIO_GPU is prefered
on LoongArch system. For frame buffer video card support, standard VGA can
be used.
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20240823073050.2619484-1-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
---
hw/loongarch/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig
index 0de713a439..9c69170968 100644
--- a/hw/loongarch/Kconfig
+++ b/hw/loongarch/Kconfig
@@ -5,7 +5,6 @@ config LOONGARCH_VIRT
select DEVICE_TREE
select PCI
select PCI_EXPRESS_GENERIC_BRIDGE
- imply VIRTIO_VGA
imply PCI_DEVICES
imply NVDIMM
imply TPM_TIS_SYSBUS
--
2.34.1
- [PULL 0/7] loongarch-to-apply queue, Song Gao, 2024/09/12
- [PULL 1/7] target/loongarch: Add compatible support about VM reboot, Song Gao, 2024/09/12
- [PULL 4/7] target/loongarch: Support QMP dump-guest-memory, Song Gao, 2024/09/12
- [PULL 3/7] target/loongarch/kvm: Add vCPU reset function, Song Gao, 2024/09/12
- [PULL 2/7] hw/loongarch: Remove default enable with VIRTIO_VGA device,
Song Gao <=
- [PULL 6/7] hw/loongarch: virt: pass random seed to fdt, Song Gao, 2024/09/12
- [PULL 7/7] hw/loongarch: Add acpi SPCR table support, Song Gao, 2024/09/12
- [PULL 5/7] hw/loongarch: virt: support up to 4 serial ports, Song Gao, 2024/09/12
- Re: [PULL 0/7] loongarch-to-apply queue, Peter Maydell, 2024/09/13
- [PULL 0/7] loongarch-to-apply queue, Song Gao, 2024/09/29
- [PULL 1/7] acpi: ged: Add macro for acpi sleep control register, Song Gao, 2024/09/29
- [PULL 7/7] hw/loongarch/fw_cfg: Build in common_ss[], Song Gao, 2024/09/29
- [PULL 5/7] target/loongarch: Avoid bits shift exceeding width of bool type, Song Gao, 2024/09/29
- [PULL 2/7] hw/loongarch/virt: Add FDT table support with acpi ged pm register, Song Gao, 2024/09/29
- [PULL 3/7] hw/loongarch/boot: Refactor EFI booting protocol generation, Song Gao, 2024/09/29