patches and low-level development discussion
 help / color / mirror / code / Atom feed
ComputingProfessionals
 2024-04-14 20:02 UTC 

Upcoming Wayland projects in Spectrum
 2023-09-20  9:43 UTC 

[PATCH v3 0/6] Initial support for VM Wayland
 2023-07-28 12:10 UTC  (13+ messages)
` [PATCH v3 1/6] img/app: allow waiting for GPU to appear
` [PATCH v3 2/6] vm-lib: add mesa drivers to VM
` [PATCH v3 3/6] img/app: add support for testing virtio-gpu
` [PATCH v3 4/6] vm: add support for testing in crosvm
` [PATCH v3 5/6] host: add support for Wayland in VMs
` [PATCH v3 6/6] vm/app: add hello-wayland demo VM

[PATCH v2] Documentation: fix accidental anchor links
 2023-05-29  9:23 UTC  (2+ messages)

[PATCH] release/checks/try.nix: init
 2023-05-27 21:39 UTC  (8+ messages)

[PATCH] Documentation: fix accidental anchor links
 2023-05-27 15:11 UTC 

[PATCH 00/22] Implement managing VMs with Nix
 2023-02-26 19:17 UTC  (45+ 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] Documentation: swap order of Creating/Running VMs
 2023-02-21 23:05 UTC  (2+ messages)

[PATCH] Documentation: move "Working with Patches" under "Contributing"
 2023-02-21 23:05 UTC  (2+ messages)

[PATCH] Documentation: add more info about the installer
 2023-02-21 23:05 UTC  (2+ messages)

[PATCH] Documentation: add contributing information
 2023-01-20 17:32 UTC  (3+ messages)

[PATCH] rootfs: make rootfs kernel configurable
 2023-01-10 21:20 UTC  (3+ messages)

[PATCH v2 1/2] Add flakes support
 2023-01-10 20:27 UTC  (3+ messages)
` [PATCH v2 2/2] Documentation: flakes

[PATCH] rootfs: support default package list extension
 2023-01-09 13:52 UTC 

[PATCH] Documentation: Architecture Decision Record
 2023-01-06 13:27 UTC  (3+ messages)

Overriding Linux kernel in host/rootfs/default.nix
 2022-12-21 11:32 UTC  (2+ messages)

[PATCH 1/2] Add flakes support
 2022-12-21 11:21 UTC  (4+ messages)
` [PATCH 2/2] Documentation: flakes

Attempting to use virtio-gpu on Apple Silicon
 2022-12-09 10:14 UTC  (3+ messages)

Firefox appVM patches and appVM refactoring
 2022-12-07 11:09 UTC  (18+ messages)
        ` Developer-friendliness

[PATCH 1/2] Enables forwarding Wayland from appVM to host with waypipe
 2022-12-04 22:45 UTC  (2+ messages)
` [PATCH 2/2] Firefox appVM patches and appVM refactoring

Enabling forwarding Wayland from appVM to host with waypipe
 2022-11-30 14:21 UTC  (8+ messages)

[PATCH] Patches to waypipe package to enable static build with the cost of fancy feature
 2022-11-30 13:06 UTC  (3+ messages)

[PATCH] Enables forwarding Wayland from appVM to host with waypipe
 2022-11-30  7:13 UTC 

[PATCH] Patches to waypipe package to enable static build with the cost of fancy feature
 2022-11-29 23:01 UTC 

[PATCH] This patchset enables forwarding Wayland connections from appVM to the host with the help of waypipe tool. It doesn't reqire major changes in Spectrum and tries to utilise existing packages and solutions. Main idea is to create VSOCK virtual device on the start of appVM and use this virtual socket to connect host and guest. On the host side I implement vm-start-way tool that is based on vm-start, but does nesessary preparations for wayland forwarfing. The guest VM is appvm-hello-waypipe and described in hello-waypipe.nix file. To test it boot the Spectrum and do 'vm-start-way appvm-hello-waypipe'. Be patient and in couple of seconds will appear a terminal window from appVM. This patches are for test the concept, so possibly redisign is needed for production use
 2022-11-29 22:58 UTC 

[PATCH] Documentation: add ADR for VM Sources
 2022-11-29  9:08 UTC 

Waypipe Wayland guest to host forwarding prototype
 2022-11-23 15:34 UTC  (2+ messages)

[PATCH] Documentation: move Appendices to Development, fixed links
 2022-11-23 10:34 UTC  (3+ messages)

[PATCH v2 1/2] Documentation/scripts: fix shellcheck issues
 2022-11-18 16:38 UTC  (5+ messages)
` [PATCH v2 2/2] nix/checks.nix: shellcheck more files

[PATCH] Documentation: rename "UUID" to "UUID Reference"
 2022-11-18 10:17 UTC  (3+ messages)

[PATCH] Documentation: rename "Getting Started" to "Using Spectrum"
 2022-11-18 10:17 UTC  (3+ messages)

[PATCH 1/2] Documentation/scripts: fix shellcheck issues
 2022-11-16 10:40 UTC  (4+ messages)
` [PATCH 2/2] nix/checks.nix: shellcheck more files

[PATCH v2 0/6] Introduce a shared base for application VMs
 2022-11-14  1:14 UTC  (13+ 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}

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

[PATCH 1/2] scripts: fix shellcheck warnings
 2022-11-11 14:28 UTC  (6+ messages)
` [PATCH 2/2] release.nix: run shellcheck on build scripts

[PATCH v3] Remove bashisms from spectrum shell scripts
 2022-11-10  8:18 UTC  (2+ messages)

[PATCH v2] Remove bashisms from spectrum shell scripts
 2022-11-09 13:30 UTC  (3+ messages)

[PATCH] Remove bashisms from spectrum shell scripts
 2022-11-09 12:59 UTC  (5+ messages)

[PATCH v4] Docs: new structure
 2022-11-08 18:33 UTC  (3+ messages)

[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] Docs: new structure
 2022-10-28 11:22 UTC  (2+ messages)

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

page: 

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