openanolis / dragonball-sandbox

Dragonball-sandbox is a collection of Rust crates to help build custom Virtual Machine Monitors and hypervisors.
Apache License 2.0
88 stars 41 forks source link

Upcall: add add pci support in upcall #289

Closed studychao closed 1 year ago

studychao commented 1 year ago

Add Pci related support in upcall to support the pci hotplug patches in guest kernel

studychao commented 1 year ago

Will follow up this in Kata Container repo.