diff options
| author | Dorjoy Chowdhury <dorjoychy111@gmail.com> | 2024-10-09 03:17:27 +0600 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-10-31 18:28:33 +0100 |
| commit | 05bad41ba96bb1de2403e845038e4195693d5272 (patch) | |
| tree | 448550ddf09de1261e4ade47145123375cc4bfe0 /tests | |
| parent | f1826463d2e82115ebf2b2aa8e041c85cceaec5e (diff) | |
| download | focaccia-qemu-05bad41ba96bb1de2403e845038e4195693d5272.tar.gz focaccia-qemu-05bad41ba96bb1de2403e845038e4195693d5272.zip | |
docs/nitro-enclave: Documentation for nitro-enclave machine type
Signed-off-by: Dorjoy Chowdhury <dorjoychy111@gmail.com> Reviewed-by: Alexander Graf <graf@amazon.com> Link: https://lore.kernel.org/r/20241008211727.49088-7-dorjoychy111@gmail.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/qtest/libqtest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qtest/libqtest.c b/tests/qtest/libqtest.c index 9d07de1fbd..817fd7aac5 100644 --- a/tests/qtest/libqtest.c +++ b/tests/qtest/libqtest.c @@ -1648,7 +1648,8 @@ void qtest_cb_for_every_machine(void (*cb)(const char *machine), /* Ignore machines that cannot be used for qtests */ if (!strncmp("xenfv", machines[i].name, 5) || g_str_equal("xenpv", machines[i].name) || - g_str_equal("xenpvh", machines[i].name)) { + g_str_equal("xenpvh", machines[i].name) || + g_str_equal("nitro-enclave", machines[i].name)) { continue; } if (!skip_old_versioned || |