virt-test: Add Enea Linux configuration Upstream-Status: Inappropriate [configuration] Signed-off-by: Petre Pircalabu Signed-off-by: Jonas Eriksson --- /dev/null +++ b/shared/cfg/guest-os/Linux/Enea.cfg @@ -0,0 +1,4 @@ +- Enea: + no setup + shell_prompt = "^.*@.*[\#\$]\s*$" + password = "" --- /dev/null +++ b/shared/cfg/guest-os/Linux/Enea/4.0_x86_64.cfg @@ -0,0 +1,3 @@ +- 4.0.x86_64: + image_name = images/enea-4.0-x86_64 + vm_arch_name = x86_64 --- /dev/null +++ b/shared/cfg/guest-os/Linux/Enea/4.0_ppc.cfg @@ -0,0 +1,7 @@ +- 4.0.ppc: + image_name = images/enea-4.0-ppc + only p4080ds + kernel = images/enea-4.0-ppc.uImage + initrd = images/enea-4.0-ppc.cpio.gz + kernel_params = "console=ttyS0,115200n8" + vm_arch_name = ppc --- /dev/null +++ b/shared/cfg/guest-os/Linux/Enea/4.0_ppc64.cfg @@ -0,0 +1,6 @@ +- 4.0.ppc64: + image_name = images/enea-4.0-ppc64 + kernel = images/enea-4.0-ppc64.uImage + initrd = images/enea-4.0-ppc64.cpio.gz + kernel_params = "console=ttyS0,115200n8" + vm_arch_name = ppc64 --- /dev/null +++ b/shared/downloads/enea-4.0-x86_64.ini @@ -0,0 +1,5 @@ +[enea-4.0-x86_64] +title = Enea Linux 4.0 x86_64 +destination = images/enea-4.0-x86_64.qcow2.gz +destination_uncompressed = images/enea-4.0-x86_64.qcow2 + --- /dev/null +++ b/shared/downloads/enea-4.0-ppc.ini @@ -0,0 +1,4 @@ +[enea-4.0-ppc] +title = Enea Linux 4.0 ppc(32) +destination = images/enea-4.0-ppc.qcow2.gz +destination_uncompressed = images/enea-4.0-ppc.qcow2 --- /dev/null +++ b/shared/downloads/enea-4.0-ppc64.ini @@ -0,0 +1,4 @@ +[enea-4.0-ppc64] +title = Enea Linux 4.0 ppc64 +destination = images/enea-4.0-ppc64.qcow2.gz +destination_uncompressed = images/enea-4.0-ppc64.qcow2 diff --git a/shared/cfg/machines.cfg b/shared/cfg/machines.cfg index 0636d17..a81b81c 100644 --- a/shared/cfg/machines.cfg +++ b/shared/cfg/machines.cfg @@ -15,3 +15,12 @@ variants: - @pseries: only ppc64 machine_type = pseries + - @p4080ds: + only ppc + machine_type = ppce500 + display = nographic + take_regular_screendumps = no + direct_serials = "serial0" + isa_serials = "" + cpu_model = e500mc + auto_cpu_model = no