blob: fd701e7a78da772d49c52b8d08d84f1cc1a20691 (
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
|
graphic: 0.869
device: 0.816
semantic: 0.710
network: 0.680
mistranslation: 0.619
boot: 0.584
vnc: 0.539
socket: 0.500
instruction: 0.470
other: 0.326
assembly: 0.102
KVM: 0.018
[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
|