mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-29 13:01:52 -06:00
hw/loongarch: Remove vga device when loongarch init
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>
This commit is contained in:
parent
d29201ff34
commit
3ff17902c4
2 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@ config LOONGARCH_VIRT
|
||||||
bool
|
bool
|
||||||
select PCI
|
select PCI
|
||||||
select PCI_EXPRESS_GENERIC_BRIDGE
|
select PCI_EXPRESS_GENERIC_BRIDGE
|
||||||
imply VGA_PCI
|
|
||||||
imply VIRTIO_VGA
|
imply VIRTIO_VGA
|
||||||
imply PCI_DEVICES
|
imply PCI_DEVICES
|
||||||
select ISA_BUS
|
select ISA_BUS
|
||||||
|
|
|
@ -378,9 +378,6 @@ static void loongarch_devices_init(DeviceState *pch_pic, LoongArchMachineState *
|
||||||
pci_nic_init_nofail(nd, pci_bus, nd->model, NULL);
|
pci_nic_init_nofail(nd, pci_bus, nd->model, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* VGA setup */
|
|
||||||
pci_vga_init(pci_bus);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* There are some invalid guest memory access.
|
* There are some invalid guest memory access.
|
||||||
* Create some unimplemented devices to emulate this.
|
* Create some unimplemented devices to emulate this.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue