blob: b9689883ba63466d76579c50662144663d7e52f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[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
|