patches and low-level development discussion
 help / color / mirror / code / Atom feed
9c9ba78b691869fa50678d26301fc6793325e13f blob 478 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
{ lib, linux }:

with lib.kernel;

linux.override {
  structuredExtraConfig = {
    VIRTIO_PCI = yes;
    VIRTIO_BLK = yes;
    VIRTIO_WL = yes;
    VIRTIO_NET = yes;
    DEVTMPFS_MOUNT = yes;
    SQUASHFS = yes;

    # VOP is needed to work around a Kconfig bug:
    # https://lore.kernel.org/lkml/87wob4tf9b.fsf@alyssa.is/
    VOP = yes;
    VOP_BUS = yes;
    HW_RANDOM = yes;
    HW_RANDOM_VIRTIO = yes;

    NET_9P = yes;
    NET_9P_VIRTIO = yes;
    "9P_FS" = yes;
  };
}
debug log:

solving 9c9ba78b691 ...
found 9c9ba78b691 in https://spectrum-os.org/git/nixpkgs

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).