Why move the function implementation? Maybe just adding a declarationAt least from working on other projects I'd gotten the impression that
at the top of kvm_util.c should suffice.
forward function declarations should be avoided if they can be solved by
moving the function above the caller. Certainly don't mind taking your
suggestion and dropping this patch if that's not the case here though.