diff options
author | Max Filippov | 2018-09-11 01:33:24 +0200 |
---|---|---|
committer | Max Filippov | 2019-10-19 05:38:10 +0200 |
commit | d9e8553bc8821d72cb72ca95f76b2d8ff6eb628a (patch) | |
tree | a9ef8ffa913eb3851dd8a8ee8c485015cc1377bb /MAINTAINERS | |
parent | target/xtensa: regenerate and re-import test_mmuhifi_c3 core (diff) | |
download | qemu-d9e8553bc8821d72cb72ca95f76b2d8ff6eb628a.tar.gz qemu-d9e8553bc8821d72cb72ca95f76b2d8ff6eb628a.tar.xz qemu-d9e8553bc8821d72cb72ca95f76b2d8ff6eb628a.zip |
hw/xtensa: add virt machine
virt machine is a sim machine with generic PCI host controller.
Make common parts of sim machine initialization reusable.
Add PCI controller at 0xf0000000 with PIO space at its base address,
ECAM space at base address + 1M and MMIO space at base address + 64M.
Connect IRQ lines to consecutive CPU external IRQ pins starting from 0.
Instantiate network interfaces on virt machine.
Xtensa linux kernel configuration virt_defconfig can successfully boot
on this machine.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 50eaf005f4..7c2f35a232 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1302,6 +1302,11 @@ M: Max Filippov <jcmvbkbc@gmail.com> S: Maintained F: hw/xtensa/sim.c +virt +M: Max Filippov <jcmvbkbc@gmail.com> +S: Maintained +F: hw/xtensa/virt.c + XTFPGA (LX60, LX200, ML605, KC705) M: Max Filippov <jcmvbkbc@gmail.com> S: Maintained |