We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Including emulated xAPIC and x2APIC.
There is a work-in-progress repo x86_vlapic.
I believe @@aarkegz is working on that
Reference:
Manage irq routing.
Essential for physical device assignment/passthrough; DMA remapping and interrupt remapping.
Refer to
For virtio-pci support, because x86_64 do not support virtio-mmio transport layer.
There is a staging raw implementation at crates/pci
Based on emulated PCI bus, it should coexist with virtio-mmio.
There is also a staging implementation at device/virtio/transport/virtio_pci.rs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. Emulated Local APIC support (WIP)
Including emulated xAPIC and x2APIC.
There is a work-in-progress repo x86_vlapic.
I believe @@aarkegz is working on that
Reference:
2. Emulated ioapic support
Manage irq routing.
Reference:
3. Emulated iommu (Intel VT-d) support
Essential for physical device assignment/passthrough; DMA remapping and interrupt remapping.
Refer to
4. Emulated PCI bus
For virtio-pci support, because x86_64 do not support virtio-mmio transport layer.
There is a staging raw implementation at crates/pci
5. Virtio-PCI transport layer
Based on emulated PCI bus, it should coexist with virtio-mmio.
There is also a staging implementation at device/virtio/transport/virtio_pci.rs
The text was updated successfully, but these errors were encountered: