[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v2 1/9] hw/loongarch: Remove vga device when loongarch init
From: |
Song Gao |
Subject: |
[PULL v2 1/9] hw/loongarch: Remove vga device when loongarch init |
Date: |
Tue, 20 Sep 2022 17:50:50 +0800 |
From: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Remove the vga device when loongarch machine init and
we will support other display device in the future.
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-2-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
---
hw/loongarch/Kconfig | 1 -
hw/loongarch/virt.c | 3 ---
2 files changed, 4 deletions(-)
diff --git a/hw/loongarch/Kconfig b/hw/loongarch/Kconfig
index a99aa387c3..73c52b093e 100644
--- a/hw/loongarch/Kconfig
+++ b/hw/loongarch/Kconfig
@@ -2,7 +2,6 @@ config LOONGARCH_VIRT
bool
select PCI
select PCI_EXPRESS_GENERIC_BRIDGE
- imply VGA_PCI
imply VIRTIO_VGA
imply PCI_DEVICES
select ISA_BUS
diff --git a/hw/loongarch/virt.c b/hw/loongarch/virt.c
index 5cc0b05538..b56820ecda 100644
--- a/hw/loongarch/virt.c
+++ b/hw/loongarch/virt.c
@@ -378,9 +378,6 @@ static void loongarch_devices_init(DeviceState *pch_pic,
LoongArchMachineState *
pci_nic_init_nofail(nd, pci_bus, nd->model, NULL);
}
- /* VGA setup */
- pci_vga_init(pci_bus);
-
/*
* There are some invalid guest memory access.
* Create some unimplemented devices to emulate this.
--
2.31.1
- [PULL v2 0/9] loongarch-to-apply queue, Song Gao, 2022/09/20
- [PULL v2 4/9] hw/loongarch: Add platform bus support, Song Gao, 2022/09/20
- [PULL v2 5/9] hw/loongarch: Add hotplug handler for machine, Song Gao, 2022/09/20
- [PULL v2 3/9] hw/loongarch: Add interrupt information to FDT table, Song Gao, 2022/09/20
- [PULL v2 8/9] hw/loongarch: Support memory hotplug, Song Gao, 2022/09/20
- [PULL v2 1/9] hw/loongarch: Remove vga device when loongarch init,
Song Gao <=
- [PULL v2 9/9] hw/loongarch: Improve acpi dsdt table, Song Gao, 2022/09/20
- [PULL v2 2/9] hw/loongarch: Support fw_cfg dma function, Song Gao, 2022/09/20
- [PULL v2 7/9] hw/loongarch: Fix acpi ged irq number in dsdt table, Song Gao, 2022/09/20
- [PULL v2 6/9] hw/loongarch: Add RAMFB to dynamic_sysbus_devices list, Song Gao, 2022/09/20
- Re: [PULL v2 0/9] loongarch-to-apply queue, Stefan Hajnoczi, 2022/09/20
- Re: [PULL v2 0/9] loongarch-to-apply queue, Stefan Hajnoczi, 2022/09/20