jollheef / appvm

Nix-based app VMs
GNU General Public License v3.0
245 stars 19 forks source link

Fix random panics during autoballonning. #17

Closed msm-code closed 4 years ago

msm-code commented 4 years ago

There is a race condition, when good behaving VMs will temporarily truncate .memory_used to 0 bytes (update is not atomic).

Also, as a matter of principle, VMs should not crash the host, ever.

msm-code commented 4 years ago

Yeah, about the signing issue... Due to the coronavirus situation I'm stuck here without my primary laptop (with my GPG key). If everything goes right, I'll have it in 2 weeks.

jollheef commented 4 years ago

Hello,

Thank you!