summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/module.conf
blob: def3545954dc3aab1a3010414365bc5c1b25f5fb (plain) (blame)
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
#!/bin/bash

REQUIRED_MODULES="
	libvirt
	openjdk-8-jre-headless
"

REQUIRED_BINARIES="
	ivshmem-client
	ivshmem-server
	kvm
	qemu-img
	qemu-io
	qemu-nbd
	qemu-pr-helper
	qemu-system-aarch64
	qemu-system-arm
	qemu-system-i386
	qemu-system-x86_64
	virtfs-proxy-helper
	qemu-make-debian-root
	qemu-bridge-helper
	vhost-user-gpu
"

REQUIRED_DIRECTORIES="
	/etc
	/usr/share/ovmf
	/usr/share/OVMF
	/usr/share/qemu
	/usr/share/seabios
"

REQUIRED_FILES="
	/opt/openslx/share/java/runvirt-plugin-qemu.jar
"