public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/8] various fixes
@ 2025-08-11 20:12 Luis Chamberlain
  2025-08-11 20:12 ` [PATCH 1/8] libvirt: fix PCI-E passthrough configuration after Vagrant removal Luis Chamberlain
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Luis Chamberlain @ 2025-08-11 20:12 UTC (permalink / raw)
  To: Chuck Lever, Daniel Gomez, kdevops; +Cc: Luis Chamberlain

I took a GPU out for a spin for PCI passthrough and found that the
vagrant removal nuked some things for it, this fixes that and enhances
the PCI passthrough listing with sensible names.

While at it, this also includes a fix to gest us through the debian
trixie to forky transition, allowing our host and target nodes to
upgrade.

Luis Chamberlain (8):
  libvirt: fix PCI-E passthrough configuration after Vagrant removal
  gen-dynamic-pci: fix PCI passthrough target guest default value
  gen-dynamic-pci: add GPU detection and naming support
  guestfs / devconfig: allow for upgrade from Debian testing to forky
  guestfs: add OVMF package for UEFI firmware support
  gen_nodes: fix duplicate pcipassthrough keys in YAML output
  gen_nodes: fix YAML indentation in pcipassthrough template
  guestfs: fix PCIe passthrough device attachment

 kconfigs/Kconfig.libvirt                      |  43 ++++
 .../dynamic-kconfig/gen-dynamic-pci.py        | 198 +++++++++++++++++-
 .../tasks/install-deps/debian/main.yml        |   9 +
 .../gen_nodes/templates/gen_nodes_list.j2     |  14 +-
 .../gen_nodes/templates/guestfs_nodes.j2      |   2 +-
 playbooks/roles/gen_nodes/templates/hosts.j2  |   4 +-
 .../roles/guestfs/tasks/bringup/main.yml      |   2 +-
 .../tasks/install-deps/debian/main.yml        |   9 +
 scripts/check_pciepassthrough_kconfig.sh      |  15 +-
 9 files changed, 275 insertions(+), 21 deletions(-)

-- 
2.47.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-08-11 21:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-11 20:12 [PATCH 0/8] various fixes Luis Chamberlain
2025-08-11 20:12 ` [PATCH 1/8] libvirt: fix PCI-E passthrough configuration after Vagrant removal Luis Chamberlain
2025-08-11 20:12 ` [PATCH 2/8] gen-dynamic-pci: fix PCI passthrough target guest default value Luis Chamberlain
2025-08-11 20:12 ` [PATCH 3/8] gen-dynamic-pci: add GPU detection and naming support Luis Chamberlain
2025-08-11 20:12 ` [PATCH 4/8] guestfs / devconfig: allow for upgrade from Debian testing to forky Luis Chamberlain
2025-08-11 20:12 ` [PATCH 5/8] guestfs: add OVMF package for UEFI firmware support Luis Chamberlain
2025-08-11 20:12 ` [PATCH 6/8] gen_nodes: fix duplicate pcipassthrough keys in YAML output Luis Chamberlain
2025-08-11 20:12 ` [PATCH 7/8] gen_nodes: fix YAML indentation in pcipassthrough template Luis Chamberlain
2025-08-11 20:12 ` [PATCH 8/8] guestfs: fix PCIe passthrough device attachment Luis Chamberlain
2025-08-11 20:38 ` [PATCH 0/8] various fixes Chuck Lever
2025-08-11 21:31   ` Luis Chamberlain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox