[PATCH 0/3] bhyve: Feed hook scripts with domain XML

Michal Privoznik posted 3 patches 8 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1693321916.git.mprivozn@redhat.com
docs/hooks.rst            | 56 +++++++++++++++++++++++++++++++++++----
src/bhyve/bhyve_process.c | 35 ++++++++++++++++--------
2 files changed, 75 insertions(+), 16 deletions(-)
[PATCH 0/3] bhyve: Feed hook scripts with domain XML
Posted by Michal Privoznik 8 months, 1 week ago
*** BLURB HERE ***

Michal Prívozník (3):
  docs: Document that libxl hooks are also given full domain XML
  docs: Document bhyve hook scripts
  bhyve: Feed hook scripts with domain XML

 docs/hooks.rst            | 56 +++++++++++++++++++++++++++++++++++----
 src/bhyve/bhyve_process.c | 35 ++++++++++++++++--------
 2 files changed, 75 insertions(+), 16 deletions(-)

-- 
2.41.0

Re: [PATCH 0/3] bhyve: Feed hook scripts with domain XML
Posted by Ján Tomko 8 months, 1 week ago
On a Tuesday in 2023, Michal Privoznik wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (3):
>  docs: Document that libxl hooks are also given full domain XML
>  docs: Document bhyve hook scripts
>  bhyve: Feed hook scripts with domain XML
>
> docs/hooks.rst            | 56 +++++++++++++++++++++++++++++++++++----
> src/bhyve/bhyve_process.c | 35 ++++++++++++++++--------
> 2 files changed, 75 insertions(+), 16 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano