qemu and Firecracker have an option to set VIRTIO_BALLOON_F_DEFLATE_ON_OOM e.g. which is purely a control flag for guest OOM behavior (does not actually change VMM behavior). We definitely want it in desktop scenarios (muvm) so libkrun should provide a way to toggle it..
qemu and Firecracker have an option to set
VIRTIO_BALLOON_F_DEFLATE_ON_OOMe.g. which is purely a control flag for guest OOM behavior (does not actually change VMM behavior). We definitely want it in desktop scenarios (muvm) so libkrun should provide a way to toggle it..