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

Balloon should use u32 to calculate offset #284

Closed HerlinCoder closed 1 year ago

HerlinCoder commented 1 year ago

Balloon use u64 to calculate offset after reading pfn from queue, which should be u32 instead.