Skip to content

Commit

Permalink
os-specific/linux/vmm_clock: mark kernels older than 4.19 as broken
Browse files Browse the repository at this point in the history
Upstream mentions[1] the oldest tested kernel is 4.19, so mark anything
older as broken.

ZHF: #172160

[1] https://github.com/voutilad/vmm_clock#tested-platforms-and-configs
  • Loading branch information
qbit committed May 9, 2022
1 parent cf1385f commit c546825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/vmm_clock/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
];

meta = with lib; {
broken = kernel.kernelOlder "4.19";
description =
"Experimental implementation of a kvmclock-derived clocksource for Linux guests under OpenBSD's hypervisor";
homepage = "https://github.com/voutilad/vmm_clock";
Expand Down

0 comments on commit c546825

Please sign in to comment.