bao-project / bao-hypervisor

Bao, a Lightweight Static Partitioning Hypervisor
Apache License 2.0
379 stars 128 forks source link

fix(core/remio): add missing operator to check pending requests #193

Closed joaopeixoto13 closed 1 week ago

joaopeixoto13 commented 2 weeks ago

This PR fixes the method responsible for checking pending Remote I/O requests by adding the missing ! operator to the list_empty call.