sysprog21/kvm-host

Implement UART device on the same abstraction of PCI

RinHizakura opened this issue · 0 comments

In #9 , we have an abstraction of bus device with read and write method now. Since we have PCI and UART device emulation now, and there could be more in the future. We should integrate them with the same abstractions.