mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-28 12:32:05 -06:00
hw: Add vmapple subdir
We will introduce a number of devices that are specific to the vmapple target machine. To keep them all tidily together, let's put them into a single target directory. Signed-off-by: Alexander Graf <graf@amazon.com> Signed-off-by: Phil Dennis-Jordan <phil@philjordan.eu> Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com> Tested-by: Akihiko Odaki <akihiko.odaki@daynix.com> Message-ID: <20241223221645.29911-7-phil@philjordan.eu> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
a89607c4d0
commit
11fa056e79
8 changed files with 16 additions and 0 deletions
|
@ -2820,6 +2820,13 @@ F: hw/misc/ivshmem-flat.c
|
||||||
F: include/hw/misc/ivshmem-flat.h
|
F: include/hw/misc/ivshmem-flat.h
|
||||||
F: docs/system/devices/ivshmem-flat.rst
|
F: docs/system/devices/ivshmem-flat.rst
|
||||||
|
|
||||||
|
VMapple
|
||||||
|
M: Alexander Graf <agraf@csgraf.de>
|
||||||
|
M: Phil Dennis-Jordan <phil@philjordan.eu>
|
||||||
|
S: Maintained
|
||||||
|
F: hw/vmapple/*
|
||||||
|
F: include/hw/vmapple/*
|
||||||
|
|
||||||
Subsystems
|
Subsystems
|
||||||
----------
|
----------
|
||||||
Overall Audio backends
|
Overall Audio backends
|
||||||
|
|
|
@ -41,6 +41,7 @@ source ufs/Kconfig
|
||||||
source usb/Kconfig
|
source usb/Kconfig
|
||||||
source virtio/Kconfig
|
source virtio/Kconfig
|
||||||
source vfio/Kconfig
|
source vfio/Kconfig
|
||||||
|
source vmapple/Kconfig
|
||||||
source xen/Kconfig
|
source xen/Kconfig
|
||||||
source watchdog/Kconfig
|
source watchdog/Kconfig
|
||||||
|
|
||||||
|
|
|
@ -39,6 +39,7 @@ subdir('ufs')
|
||||||
subdir('usb')
|
subdir('usb')
|
||||||
subdir('vfio')
|
subdir('vfio')
|
||||||
subdir('virtio')
|
subdir('virtio')
|
||||||
|
subdir('vmapple')
|
||||||
subdir('watchdog')
|
subdir('watchdog')
|
||||||
subdir('xen')
|
subdir('xen')
|
||||||
subdir('xenpv')
|
subdir('xenpv')
|
||||||
|
|
1
hw/vmapple/Kconfig
Normal file
1
hw/vmapple/Kconfig
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
1
hw/vmapple/meson.build
Normal file
1
hw/vmapple/meson.build
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2
hw/vmapple/trace-events
Normal file
2
hw/vmapple/trace-events
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# See docs/devel/tracing.rst for syntax documentation.
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2
hw/vmapple/trace.h
Normal file
2
hw/vmapple/trace.h
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
#include "trace/trace-hw_vmapple.h"
|
|
@ -3605,6 +3605,7 @@ if have_system
|
||||||
'hw/usb',
|
'hw/usb',
|
||||||
'hw/vfio',
|
'hw/vfio',
|
||||||
'hw/virtio',
|
'hw/virtio',
|
||||||
|
'hw/vmapple',
|
||||||
'hw/watchdog',
|
'hw/watchdog',
|
||||||
'hw/xen',
|
'hw/xen',
|
||||||
'hw/gpio',
|
'hw/gpio',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue