Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtme-ng: more robust parsing of upstream versions
Checking if the target of `--run` begins with 'v' to determine if we need to run a pre-compiled upstream kernel is a bit too weak. For example we may incorrectly interpret files starting with 'v' as versions. Prevent this by using a proper regex to match for target versions. Signed-off-by: Andrea Righi <[email protected]>
- Loading branch information