Skip to content

Commit

Permalink
Implement autoreconnect for hotplugged devices on VM restarts
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Nesterov <[email protected]>
  • Loading branch information
nesteroff authored and brianmcgillion committed Nov 18, 2024
1 parent ae85f2a commit 4ca7b66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/vhotplug/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = [
python3Packages.pyudev
python3Packages.psutil
python3Packages.inotify-simple
qemuqmp
];

Expand All @@ -23,7 +24,7 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "tiiuae";
repo = "vhotplug";
rev = "fd05361ed893d06cdb5ac4a538c171e4a86b6f5a";
hash = "sha256-6fl5xeSpcIIBKn3dZUAEHiNRRpn9LbYC4Imap5KBH2M=";
rev = "dc91f43d90da24782bd32cfc5a79afc9fe74d9e6";
hash = "sha256-qyLEUNoXHzj5BjUV0i7YjWA9U206J/BGwgvLkni0kIs=";
};
}

0 comments on commit 4ca7b66

Please sign in to comment.