[libvirt PATCH 0/2] examples: Install amd-sev-es-vmsa.stp

Andrea Bolognani (2): examples: Sort list examples: Install amd-sev-es-vmsa.stp examples/systemtap/meson.build | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -- 2.38.1

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- examples/systemtap/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/systemtap/meson.build b/examples/systemtap/meson.build index f31187e187..e9874846e6 100644 --- a/examples/systemtap/meson.build +++ b/examples/systemtap/meson.build @@ -1,9 +1,9 @@ install_data( [ - 'rpc-monitor.stp', - 'qemu-monitor.stp', - 'lock-debug.stp', 'events.stp', + 'lock-debug.stp', + 'qemu-monitor.stp', + 'rpc-monitor.stp', ], install_dir: example_dir / 'systemtap', ) -- 2.38.1

Fixes: d154b49a7e813245ff2ef1061c89edff9db0e119 Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- examples/systemtap/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/systemtap/meson.build b/examples/systemtap/meson.build index e9874846e6..865df3bff9 100644 --- a/examples/systemtap/meson.build +++ b/examples/systemtap/meson.build @@ -1,5 +1,6 @@ install_data( [ + 'amd-sev-es-vmsa.stp', 'events.stp', 'lock-debug.stp', 'qemu-monitor.stp', -- 2.38.1
participants (2)
-
Andrea Bolognani
-
Ján Tomko