Skip to content

Commit 9ca69f4

Browse files
committed
Remove modules relevant to afl-qemu-trace
* dtc, roms/* and slirp are for system emulation * capstone is not utilized in fuzzing scenarios with AFL++ * meson >= 0.55.3 is available on all supported distro releases
1 parent c43dd6e commit 9ca69f4

20 files changed

+0
-76
lines changed

.gitmodules

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,9 @@
1-
[submodule "roms/seabios"]
2-
path = roms/seabios
3-
url = https://gitlab.com/qemu-project/seabios.git/
4-
[submodule "roms/SLOF"]
5-
path = roms/SLOF
6-
url = https://gitlab.com/qemu-project/SLOF.git
7-
[submodule "roms/ipxe"]
8-
path = roms/ipxe
9-
url = https://gitlab.com/qemu-project/ipxe.git
10-
[submodule "roms/openbios"]
11-
path = roms/openbios
12-
url = https://gitlab.com/qemu-project/openbios.git
13-
[submodule "roms/qemu-palcode"]
14-
path = roms/qemu-palcode
15-
url = https://gitlab.com/qemu-project/qemu-palcode.git
16-
[submodule "roms/sgabios"]
17-
path = roms/sgabios
18-
url = https://gitlab.com/qemu-project/sgabios.git
19-
[submodule "dtc"]
20-
path = dtc
21-
url = https://gitlab.com/qemu-project/dtc.git
22-
[submodule "roms/u-boot"]
23-
path = roms/u-boot
24-
url = https://gitlab.com/qemu-project/u-boot.git
25-
[submodule "roms/skiboot"]
26-
path = roms/skiboot
27-
url = https://gitlab.com/qemu-project/skiboot.git
28-
[submodule "roms/QemuMacDrivers"]
29-
path = roms/QemuMacDrivers
30-
url = https://gitlab.com/qemu-project/QemuMacDrivers.git
311
[submodule "ui/keycodemapdb"]
322
path = ui/keycodemapdb
333
url = https://gitlab.com/qemu-project/keycodemapdb.git
34-
[submodule "capstone"]
35-
path = capstone
36-
url = https://gitlab.com/qemu-project/capstone.git
37-
[submodule "roms/seabios-hppa"]
38-
path = roms/seabios-hppa
39-
url = https://gitlab.com/qemu-project/seabios-hppa.git
40-
[submodule "roms/u-boot-sam460ex"]
41-
path = roms/u-boot-sam460ex
42-
url = https://gitlab.com/qemu-project/u-boot-sam460ex.git
434
[submodule "tests/fp/berkeley-testfloat-3"]
445
path = tests/fp/berkeley-testfloat-3
456
url = https://gitlab.com/qemu-project/berkeley-testfloat-3.git
467
[submodule "tests/fp/berkeley-softfloat-3"]
478
path = tests/fp/berkeley-softfloat-3
489
url = https://gitlab.com/qemu-project/berkeley-softfloat-3.git
49-
[submodule "roms/edk2"]
50-
path = roms/edk2
51-
url = https://gitlab.com/qemu-project/edk2.git
52-
[submodule "slirp"]
53-
path = slirp
54-
url = https://gitlab.com/qemu-project/libslirp.git
55-
[submodule "roms/opensbi"]
56-
path = roms/opensbi
57-
url = https://gitlab.com/qemu-project/opensbi.git
58-
[submodule "roms/qboot"]
59-
path = roms/qboot
60-
url = https://gitlab.com/qemu-project/qboot.git
61-
[submodule "meson"]
62-
path = meson
63-
url = https://gitlab.com/qemu-project/meson.git
64-
[submodule "roms/vbootrom"]
65-
path = roms/vbootrom
66-
url = https://gitlab.com/qemu-project/vbootrom.git

capstone

Lines changed: 0 additions & 1 deletion
This file was deleted.

dtc

Lines changed: 0 additions & 1 deletion
This file was deleted.

meson

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/QemuMacDrivers

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/SLOF

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/edk2

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/ipxe

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/openbios

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/opensbi

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/qboot

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/qemu-palcode

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/seabios

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/seabios-hppa

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/sgabios

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/skiboot

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/u-boot

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/u-boot-sam460ex

Lines changed: 0 additions & 1 deletion
This file was deleted.

roms/vbootrom

Lines changed: 0 additions & 1 deletion
This file was deleted.

slirp

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)