blob: 649224d739510207ba706f04f970910ca03c40f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[Feature request] Haiku 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
With David Carlier recent work, we can build QEMU on Haiku OS:
https://lists.gnu.org/archive/html/qemu-devel/2020-07/msg01241.html
To avoid bitrots it would be useful to have a Haiku VM.
Haiku image has been included now:
https://gitlab.com/qemu-project/qemu/-/commit/9fc33bf4e1d6942
|