From 29bec47ca49f518363dbafad5d7d8206379688f8 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 1 Jul 2024 11:46:47 +0200 Subject: add x86_64 configs --- domain/test-ipxe-ipv4-aarch64.xml | 1 - domain/test-ipxe-ipv4-x86_64.xml | 32 ++++++++++++++++++++++++++++++++ domain/test-ipxe-ipv6-x86_64.xml | 33 +++++++++++++++++++++++++++++++++ network/test-ipxe-ipv4-x86_64.xml | 22 ++++++++++++++++++++++ network/test-ipxe-ipv6-x86_64.xml | 20 ++++++++++++++++++++ 5 files changed, 107 insertions(+), 1 deletion(-) create mode 100644 domain/test-ipxe-ipv4-x86_64.xml create mode 100644 domain/test-ipxe-ipv6-x86_64.xml create mode 100644 network/test-ipxe-ipv4-x86_64.xml create mode 100644 network/test-ipxe-ipv6-x86_64.xml diff --git a/domain/test-ipxe-ipv4-aarch64.xml b/domain/test-ipxe-ipv4-aarch64.xml index 684533b..ec606bc 100644 --- a/domain/test-ipxe-ipv4-aarch64.xml +++ b/domain/test-ipxe-ipv4-aarch64.xml @@ -26,4 +26,3 @@ - diff --git a/domain/test-ipxe-ipv4-x86_64.xml b/domain/test-ipxe-ipv4-x86_64.xml new file mode 100644 index 0000000..7e4eaa3 --- /dev/null +++ b/domain/test-ipxe-ipv4-x86_64.xml @@ -0,0 +1,32 @@ + + test-ipxe-ipv4-x86_64 + 1 + 1 + + hvm + + + + + + + + + + + + + + + + + + + /dev/urandom + + + + + + + diff --git a/domain/test-ipxe-ipv6-x86_64.xml b/domain/test-ipxe-ipv6-x86_64.xml new file mode 100644 index 0000000..51cfe18 --- /dev/null +++ b/domain/test-ipxe-ipv6-x86_64.xml @@ -0,0 +1,33 @@ + + test-ipxe-ipv6-x86_64 + 1 + 1 + + hvm + + + + + + + + + + + + + + + + + + + /dev/urandom + + + + + + + + diff --git a/network/test-ipxe-ipv4-x86_64.xml b/network/test-ipxe-ipv4-x86_64.xml new file mode 100644 index 0000000..216148d --- /dev/null +++ b/network/test-ipxe-ipv4-x86_64.xml @@ -0,0 +1,22 @@ + + test-ipxe-ipv4-x86_64 + + + + + + + + + + + + + + + + + + + + diff --git a/network/test-ipxe-ipv6-x86_64.xml b/network/test-ipxe-ipv6-x86_64.xml new file mode 100644 index 0000000..a090134 --- /dev/null +++ b/network/test-ipxe-ipv6-x86_64.xml @@ -0,0 +1,20 @@ + + test-ipxe-ipv6-x86_64 + + + + + + + + + + + + + + + + + + -- cgit