summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorMark Cave-Ayland2021-09-24 09:37:55 +0200
committerLaurent Vivier2021-09-29 10:45:19 +0200
commitce0e6a2c55b13c16de4a7985c0ca41835420430a (patch)
treeabdf67dece7473a1a3285ef4b89782b6b1a8823f /meson.build
parentnubus: implement BusClass get_dev_path() (diff)
downloadqemu-ce0e6a2c55b13c16de4a7985c0ca41835420430a.tar.gz
qemu-ce0e6a2c55b13c16de4a7985c0ca41835420430a.tar.xz
qemu-ce0e6a2c55b13c16de4a7985c0ca41835420430a.zip
nubus: add trace-events for empty slot accesses
Increase the max_access_size to 4 bytes for empty Nubus slot and super slot accesses to allow tracing of the Nubus enumeration process by the guest OS. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20210924073808.1041-8-mark.cave-ayland@ilande.co.uk> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 15ef4d3c41..7bdbbbdf02 100644
--- a/meson.build
+++ b/meson.build
@@ -2142,6 +2142,7 @@ if have_system
'hw/misc/macio',
'hw/net',
'hw/net/can',
+ 'hw/nubus',
'hw/nvme',
'hw/nvram',
'hw/pci',