blob: 3dd0f9ae7533ee30cf20ea359dd118701cc5a9da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Feature request] Illumnos VM image
We already have handy VMs to build QEMU within:
$ git grep -l basevm.BaseVM
tests/vm/centos
tests/vm/fedora
tests/vm/freebsd
tests/vm/netbsd
tests/vm/openbsd
tests/vm/ubuntu.i386
It would be useful to have a illumos VM to do build testing and avoid regressions.
Suggested by Thomas Huth:
https://<email address hidden>/msg719202.html
|