1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

Merge pull request #218694 from astro/kernel-virtio-mmio

linux: enable VIRTIO_MMIO_CMDLINE_DEVICES
This commit is contained in:
Maximilian Bosch 2023-02-28 12:07:26 +01:00 committed by GitHub
commit d2c50b4382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -642,6 +642,9 @@ let
XEN_SAVE_RESTORE = option yes;
XEN_SCRUB_PAGES = whenOlder "4.19" yes;
XEN_SELFBALLOONING = whenOlder "5.3" yes;
# Enable device detection on virtio-mmio hypervisors
VIRTIO_MMIO_CMDLINE_DEVICES = yes;
};
media = {