mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-29 02:35:39 +00:00
06761c76a4
This patch fixes the following nasty 'kvm run' startup problem that's caused by
'long' and 'u64' mixup in the code:
$ ./kvm run
Fatal: out of memory
Signed-off-by: Pekka Enberg <penberg@kernel.org>