-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the emulation of PCI devices
Emulate the mechanism to access PCI configuration spaces on port 0xCF8/0xCFC. There is only a PCI functionality be implemented, which is mapping internal space to io space or mmio space through BAR. Virtio-blk device can be initialized and probed by Guest Linux through this emulated pci bus. Virtio is a specification of para-virtualization.
- Loading branch information
Showing
6 changed files
with
508 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.