mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
hw/loongarch/virt: Remove unused ISA Bus
The LoongArch 'virt' machine doesn't use its ISA I/O region. If a ISA device were to be mapped there, there is no support for ISA IRQ. Unlikely useful. Simply remove. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Song Gao <gaosong@loongson.cn> Message-Id: <20231010135342.40219-3-philmd@linaro.org> Signed-off-by: Song Gao <gaosong@loongson.cn>
This commit is contained in:
parent
cb041aed1b
commit
3866e2f98e
3 changed files with 0 additions and 9 deletions
|
@ -5,7 +5,6 @@ config LOONGARCH_VIRT
|
|||
imply VIRTIO_VGA
|
||||
imply PCI_DEVICES
|
||||
imply NVDIMM
|
||||
select ISA_BUS
|
||||
select SERIAL
|
||||
select VIRTIO_PCI
|
||||
select PLATFORM_BUS
|
||||
|
|
|
@ -878,11 +878,6 @@ static void loongarch_init(MachineState *machine)
|
|||
machine_memory_devices_init(machine, device_mem_base, device_mem_size);
|
||||
}
|
||||
|
||||
/* Add isa io region */
|
||||
memory_region_init_alias(&lams->isa_io, NULL, "isa-io",
|
||||
get_system_io(), 0, VIRT_ISA_IO_SIZE);
|
||||
memory_region_add_subregion(address_space_mem, VIRT_ISA_IO_BASE,
|
||||
&lams->isa_io);
|
||||
/* load the BIOS image. */
|
||||
loongarch_firmware_init(lams);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue