summaryrefslogtreecommitdiffstats
path: root/recipes-test/virt-test/files/add_enea_linux_support.patch
blob: 0a5f2bacfec80a340aa295948d86517461be3971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
virt-test: Add Enea Linux configuration

Upstream-Status: Inappropriate [configuration]

Signed-off-by: Petre Pircalabu <petre.pircalabu@enea.com>
Signed-off-by: Jonas Eriksson <jonas.eriksson@enea.com>

--- /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