patches and low-level development discussion
 help / color / mirror / code / Atom feed
From: Alyssa Ross <hi@alyssa.is>
To: devel@spectrum-os.org
Cc: Vadim Likholetov <vadim.likholetov@unikie.com>
Subject: [PATCH 0/2] IOMMU fixes
Date: Thu, 22 Sep 2022 07:56:27 +0000	[thread overview]
Message-ID: <20220922075629.247058-1-hi@alyssa.is> (raw)

Vadim found that it was not possible to test networking in the live
image's make run target.  This turned out to be for two separate
reasons.  One was that we didn't have an IOMMU on that QEMU machine,
but even adding that wasn't enough, because Intel IOMMUs also just
didn't work at all on the live image, due to a missing kernel command
line parameter.

Alyssa Ross (2):
  Set intel_iommu=on in kernel command line
  Add IOMMU to other host test targets

 host/initramfs/Makefile | 4 +++-
 img/combined/run-vm.nix | 3 ++-
 img/live/Makefile       | 4 +++-
 3 files changed, 8 insertions(+), 3 deletions(-)


base-commit: 3aa2f8aa7423cdf36c797943ad7d5a9756290909
-- 
2.37.1



             reply	other threads:[~2022-09-22  7:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-22  7:56 Alyssa Ross [this message]
2022-09-22  7:56 ` [PATCH 1/2] Set intel_iommu=on in kernel command line Alyssa Ross
2022-11-14  1:14   ` Alyssa Ross
2022-09-22  7:56 ` [PATCH 2/2] Add IOMMU to other host test targets Alyssa Ross
2022-11-14  1:14   ` Alyssa Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220922075629.247058-1-hi@alyssa.is \
    --to=hi@alyssa.is \
    --cc=devel@spectrum-os.org \
    --cc=vadim.likholetov@unikie.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).