-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathall.yaml
107 lines (107 loc) · 2.55 KB
/
all.yaml
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
templates:
# Cannot use virt due to https://bugzilla.redhat.com/show_bug.cgi?id=1633328
# a virt can be created and depend on ARM_LPAE
- name: qemu-arm-virt-2.11
arch: arm
devicetype: qemu
devicename: qemu-arm-virt-2.11
kernelfile: zImage
mach: qemu
qemu:
machine: virt-2.11
memory: 1024
cpu: cortex-a15
netdevice: user
guestfs_interface: virtio
console_device: ttyAMA0
append: "console=ttyAMA0 root=/dev/ram0"
- name: qemu-arm64-virt
arch: arm64
devicetype: qemu
devicename: qemu-arm64-virt
kernelfile: Image
mach: qemu
qemu:
machine: virt
memory: 2048
cpu: cortex-a57
guestfs_interface: virtio
netdevice: user
console_device: ttyAMA0
append: "console=ttyAMA0 root=/dev/ram0"
- name: QEMU PPC64 pseries
arch: powerpc64
larch: powerpc
devicetype: qemu
devicename: qemu-ppc64-pseries
kernelfile: vmlinux
mach: powerpc64
qemu:
machine: pseries
cpu: POWER8
model: model=e1000
netdevice: user
guestfs_interface: scsi
console_device: hvc0
append: "console=hvc0 root=/dev/ram0"
no_kvm: True
- name: QEMU sun4u
arch: sparc64
larch: sparc
devicetype: qemu
devicename: qemu-sun4u
kernelfile: vmlinux
mach: sparc64
qemu:
machine: sun4u
memory: 384
model: model=sunhme
guestfs_interface: ide
netdevice: user
console_device: ttyS0
append: "console=ttyS0 root=/dev/ram0"
no_kvm: True
- name: qemu i386
arch: x86
devicetype: qemu
devicename: qemu-i386
kernelfile: bzImage
mach: x86
qemu:
machine: pc
memory: 2048
guestfs_interface: ide
cpu: qemu32
netdevice: user
model: model=e1000
console_device: ttyS0
append: "console=ttyS0 root=/dev/ram0"
extra_options:
- '-vga virtio'
- name: qemu x86_64
arch: x86_64
devicetype: qemu
devicename: qemu-x86_64
kernelfile: bzImage
mach: x86_64
qemu:
machine: pc
memory: 2048
guestfs_interface: ide
cpu: qemu64
netdevice: user
model: model=e1000
console_device: ttyS0
append: "console=ttyS0 root=/dev/ram0"
extra_options:
- '-vga virtio'
- name: d2500cc
arch: x86_64
devicetype: d2500cc
kernelfile: bzImage
mach: x86_64
configs:
boot-method: grub
console_device: ttyS2
tags:
- ok