patches and low-level development discussion
 help / color / mirror / code / Atom feed
[PATCH] Docs: new structure
 2022-11-08 15:05 UTC  (7+ messages)

[PATCH v3] Docs: new structure
 2022-11-08 15:02 UTC  (4+ messages)

[PATCH v4] Docs: new structure
 2022-11-08 14:57 UTC  (2+ messages)

[PATCH] Remove bashisms from spectrum shell scripts
 2022-11-08 13:27 UTC  (2+ messages)

[PATCH] Docs: new structure
 2022-10-28 11:22 UTC  (5+ messages)

Branches for in-progress Wayland work
 2022-10-25 12:35 UTC 

[PATCH 00/22] Implement managing VMs with Nix
 2022-10-10 23:37 UTC  (31+ messages)
` [PATCH 01/22] host/start-vm: use MAP_SHARED memory for VMs
` [PATCH 02/22] host/start-vm: implement shared directories
` [PATCH 03/22] host/rootfs: generate virtiofsd services
` [PATCH 04/22] Documentation: explain VM shared directories
` [PATCH 05/22] vm-lib/make-vm.nix: support "
` [PATCH 06/22] img/app: add support for testing virtiofs
` [PATCH 07/22] img/app: don't block app startup on network online
` [PATCH 08/22] img/app: auto-mount virtiofs0 filesystem
` [PATCH 09/22] vm/app/mg.nix: init
` [PATCH 10/22] vm/app/mg.nix: open virtio filesystem in dired
` [PATCH 11/22] host/rootfs: move ext mounting to s6-rc service
` [PATCH 12/22] host/rootfs: automatically grow user partition
` [PATCH 13/22] host/rootfs: use a bigger test ext partition
` [PATCH 14/22] host/initramfs/extfs.nix: tar2ext4 -> mkfs.ext4 -d
` [PATCH 15/22] host/start-vm: resolve VM symlinks with /ext root
` [PATCH 16/22] host/rootfs: "
` [PATCH 17/22] Documentation: explain /ext symlink resolution
` [PATCH 18/22] host/start-vm: increase memory size to 512M
` [PATCH 19/22] vm/app/nix: add
` [PATCH 20/22] vm-lib/make-vms.nix: add
` [PATCH 21/22] host/initramfs/extfs.nix: add example Nix-built VM
` [PATCH 22/22] Documentation: add how-to guide for Nix-built VMs
` [PATCH v2 0/6] Introduce a shared base for application VMs
` [PATCH v2 1/6] host/start-vm: support multiple block devices
` [PATCH v2 2/6] scripts/make-gpt.sh: add support for labels
` [PATCH v2 3/6] vm: build GPT images
` [PATCH v2 4/6] host/start-vm: boot using partition label
` [PATCH v2 5/6] release: rename from "img"
` [PATCH v2 6/6] img/app: extract from appvm-{lynx,catgirl}

[PATCH v2 0/6] Introduce a shared base for application VMs
 2022-10-09 11:40 UTC  (7+ messages)
` [PATCH v2 1/6] host/start-vm: support multiple block devices
` [PATCH v2 2/6] scripts/make-gpt.sh: add support for labels
` [PATCH v2 3/6] vm: build GPT images
` [PATCH v2 4/6] host/start-vm: boot using partition label
` [PATCH v2 5/6] release: rename from "img"
` [PATCH v2 6/6] img/app: extract from appvm-{lynx,catgirl}

I'll be on holiday for two weeks
 2022-09-30 22:41 UTC  (2+ messages)

[RFC PATCH nixpkgs 0/4] Wayland security-context support
 2022-09-30 22:08 UTC  (6+ messages)
` [RFC PATCH nixpkgs 1/4] cloud-hypervisor: workaround keymap mmap
` [RFC PATCH nixpkgs 2/4] wlroots: apply security-context patches
` [RFC PATCH nixpkgs 3/4] sway: "
` [RFC PATCH nixpkgs 4/4] crosvm: "

[RFC PATCH v2 00/10] Initial support for VM Wayland
 2022-09-30 21:44 UTC  (12+ messages)
` [RFC PATCH v2 01/10] host/start-vm: use MAP_SHARED memory for VMs
` [RFC PATCH v2 02/10] img/app: don't block app startup on network online
` [RFC PATCH v2 03/10] img/app: add Wayland over virtio-gpu support to kernel
` [RFC PATCH v2 04/10] vm-lib: add mesa drivers to VM
` [RFC PATCH v2 05/10] img/app: add support for testing virtio-gpu
` [RFC PATCH v2 06/10] img/app: add support for testing in crosvm
` [RFC PATCH v2 07/10] host/start-vm: factor out VM definition path
` [RFC PATCH v2 08/10] host: add support for Wayland in VMs
` [RFC PATCH v2 09/10] vm/app: add hello-wayland demo VM
` [RFC PATCH v2 10/10] host/start-vm: disable cloud-hypervisor sandbox

[RFC PATCH nixpkgs v2 0/9] virtio-gpu with crosvm and cloud-hypervisor
 2022-09-30 21:12 UTC  (10+ messages)
` [RFC PATCH nixpkgs v2 1/9] crosvm: switch back to old git repo URL
` [RFC PATCH nixpkgs v2 2/9] crosvm.updateScript: update release branch format
` [RFC PATCH nixpkgs v2 3/9] crosvm: 104.0 -> 106.2
` [RFC PATCH nixpkgs v2 4/9] crosvm.updateScript: don't vendor Cargo.lock
` [RFC PATCH nixpkgs v2 5/9] crosvm: add fixes for cloud-hypervisor virtio-gpu
` [RFC PATCH nixpkgs v2 6/9] rustPlatform: forward unpack hooks to cargo fetch
` [RFC PATCH nixpkgs v2 7/9] cloud-hypervisor: add virtio-gpu support
` [RFC PATCH nixpkgs v2 8/9] ocamlPackages.wayland: 1.0 -> 1.1
` [RFC PATCH nixpkgs v2 9/9] wayland-proxy-virtwl: unstable-2021-12-05 -> unstable-2022-09-22

[RFC PATCH 00/10] Initial support for VM Wayland
 2022-09-30 13:03 UTC  (12+ messages)
` [RFC PATCH 01/10] host/start-vm: use MAP_SHARED memory for VMs
` [RFC PATCH 02/10] img/app: don't block app startup on network online
` [RFC PATCH 03/10] img/app: add Wayland over virtio-gpu support to kernel
` [RFC PATCH 04/10] vm-lib: add mesa drivers to VM
` [RFC PATCH 05/10] img/app: add support for testing virtio-gpu
` [RFC PATCH 06/10] img/app: add support for testing in crosvm
` [RFC PATCH 07/10] host/start-vm: factor out VM definition path
` [RFC PATCH 08/10] host: add support for Wayland in VMs
` [RFC PATCH 09/10] vm/app: add hello-wayland demo VM
` [RFC PATCH 10/10] host/start-vm: disable cloud-hypervisor sandbox

[PATCH v2] EFI Loader: use correct arch suffix
 2022-09-29 12:37 UTC  (3+ messages)

[RFC PATCH nixpkgs 0/9] virtio-gpu with crosvm and cloud-hypervisor
 2022-09-29 12:35 UTC  (14+ messages)
` [RFC PATCH nixpkgs 1/9] crosvm: switch back to old git repo URL
` [RFC PATCH nixpkgs 2/9] crosvm.updateScript: update release branch format
` [RFC PATCH nixpkgs 3/9] crosvm: 104.0 -> 106.2
` [RFC PATCH nixpkgs 4/9] crosvm.updateScript: don't vendor Cargo.lock
` [RFC PATCH nixpkgs 5/9] crosvm: add fixes for cloud-hypervisor virtio-gpu
` [RFC PATCH nixpkgs 6/9] rustPlatform: forward unpack hooks to cargo fetch
` [RFC PATCH nixpkgs 7/9] cloud-hypervisor: add virtio-gpu support
` [RFC PATCH nixpkgs 8/9] ocamlPackages.wayland: 1.0 -> unstable-2022-05-07
` [RFC PATCH nixpkgs 9/9] wayland-proxy-virtwl: unstable-2021-12-05 -> unstable-2022-08-06

[PATCH] scripts/make-gpt.sh: make GPT offset configurable
 2022-09-29 10:22 UTC  (2+ messages)

[PATCH] EFI Loader: use correct arch suffix
 2022-09-29  8:44 UTC  (3+ messages)

[PATCH] img/live: use callPackage function instead of "with pkgs;"
 2022-09-27 13:48 UTC  (2+ messages)

[PATCH] scripts/make-gpt.sh: reserve 8 MiB at start of GPT
 2022-09-26 15:06 UTC  (3+ messages)

[PATCH] img/live: add rootfs attribute passthru
 2022-09-23 12:33 UTC  (8+ messages)

[PATCH] Documentation: clarify value of spectrum-config
 2022-09-23 12:16 UTC  (3+ messages)

[PATCH 0/2] IOMMU fixes
 2022-09-22  7:56 UTC  (3+ messages)
` [PATCH 1/2] Set intel_iommu=on in kernel command line
` [PATCH 2/2] Add IOMMU to other host test targets

[PATCH] fix: config support with vms
 2022-09-20 12:17 UTC  (7+ messages)

[PATCH 0/6] Introduce a shared base for application VMs
 2022-09-19  7:37 UTC  (7+ messages)
` [PATCH 1/6] host/start-vm: support multiple block devices
` [PATCH 2/6] scripts/make-gpt.sh: add support for labels
` [PATCH 3/6] vm: build GPT images
` [PATCH 4/6] host/start-vm: boot using partition label
` [PATCH 5/6] release: rename from "img"
` [PATCH 6/6] img/app: extract from appvm-{lynx,catgirl}

[PATCH] Add image configuration option
 2022-09-16  7:25 UTC  (13+ messages)
                ` Integrating Spectrum and platform firmware

[PATCH 1/4] Introduce a build configuration file
 2022-09-14  7:03 UTC  (11+ messages)
` [PATCH 2/4] nix: prefer build configs from <spectrum-config>
` [PATCH 3/4] Documentation/jekyll: patch for AsciiDoc examples
` [PATCH 4/4] Documentation: document build configuration file

[PATCH 1/2] host/rootfs: use initramfs in "make run"
 2022-09-08 12:09 UTC  (10+ messages)
` [PATCH 2/2] host/rootfs: remove kernel override

[PATCH v2] host/rootfs: remove kernel override
 2022-09-08 10:04 UTC 

[PATCH] Documentation: add "Sending your First Patch"
 2022-08-11 14:40 UTC  (2+ messages)

[PATCH] Documentation: Architecture Decision Record
 2022-07-22 11:37 UTC  (8+ messages)

Cross-compilation support - call for test / nix-help
 2022-07-13  9:54 UTC  (4+ messages)

page:  |  | latest

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).