public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/5] guestfs: start moving guest data to macros
@ 2024-03-07  0:14 Luis Chamberlain
  2024-03-07  0:14 ` [PATCH 1/5] bringup_guestfs.sh: use bash as the default shell Luis Chamberlain
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Luis Chamberlain @ 2024-03-07  0:14 UTC (permalink / raw)
  To: kdevops; +Cc: Luis Chamberlain

This implements initial macro support usage for using guestfs for
dynamic libvirt XML data for the guests, it starts with moving the
existing extra drive support to its own file as macros, and later
builds on this to demonstrate more complex functionality like support
for large IO experimentation.

Luis Chamberlain (5):
  bringup_guestfs.sh: use bash as the default shell
  guestfs_q35: use hex for pci addr
  guestfs_q35: use libvirt_extra_storage_nvme_logical_block_size
  gen_nodes: move drive generation for guestfs to macros
  guestfs: add large IO support

 playbooks/roles/gen_nodes/defaults/main.yml   |   2 +
 playbooks/roles/gen_nodes/templates/drives.j2 | 148 ++++++++++++++++++
 .../gen_nodes/templates/guestfs_q35.j2.xml    |  83 ++++++----
 scripts/bringup_guestfs.sh                    |  42 +++--
 4 files changed, 233 insertions(+), 42 deletions(-)
 create mode 100644 playbooks/roles/gen_nodes/templates/drives.j2

-- 
2.43.0


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

end of thread, other threads:[~2024-03-07 18:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07  0:14 [PATCH 0/5] guestfs: start moving guest data to macros Luis Chamberlain
2024-03-07  0:14 ` [PATCH 1/5] bringup_guestfs.sh: use bash as the default shell Luis Chamberlain
2024-03-07  0:14 ` [PATCH 2/5] guestfs_q35: use hex for pci addr Luis Chamberlain
2024-03-07  0:14 ` [PATCH 3/5] guestfs_q35: use libvirt_extra_storage_nvme_logical_block_size Luis Chamberlain
2024-03-07  0:14 ` [PATCH 4/5] gen_nodes: move drive generation for guestfs to macros Luis Chamberlain
2024-03-07  0:14 ` [PATCH 5/5] guestfs: add large IO support Luis Chamberlain
2024-03-07 18:43 ` [PATCH 0/5] guestfs: start moving guest data to macros Luis Chamberlain

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