mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
hw/fsi: Introduce IBM's Local bus
This is a part of patchset where IBM's Flexible Service Interface is introduced. The LBUS is modelled to maintain mapped memory for the devices. The memory is mapped after CFAM config, peek table and FSI slave registers. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Ninad Palsule <ninad@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> [ clg: - removed lbus_add_device() bc unused - removed lbus_create_device() bc used only once - removed "address" property - updated meson.build to build fsi dir - included an empty hw/fsi/trace-events ] Signed-off-by: Cédric Le Goater <clg@kaod.org>
This commit is contained in:
parent
dc13909ed0
commit
99f0c046f4
9 changed files with 82 additions and 0 deletions
|
@ -3289,6 +3289,7 @@ if have_system
|
|||
'hw/char',
|
||||
'hw/display',
|
||||
'hw/dma',
|
||||
'hw/fsi',
|
||||
'hw/hyperv',
|
||||
'hw/i2c',
|
||||
'hw/i386',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue