YetAnotherMod / qemu

QEMU with PowerPC 476 core
Other
2 stars 2 forks source link

Connecting extra UARTs and NICs #15

Closed vit9696 closed 9 months ago

vit9696 commented 9 months ago

Hello,

In order to use more than one serial adapter and connect network adapters to sockets the following patches were needed on our side:

Would you consider merging them?

nia40m commented 9 months ago

Applied your patches with some changes. In patсh with serial devices I also added an interrupt lines connection to the MPIC. In patch with network devices I changed the order of nd_table indexes. In MB115.01 board greth[1] and gbit_greth[1] are used as main one so they should be connected to nd_table[0].