mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
committed by
Cédric Le Goater
parent
dc13909ed0
commit
99f0c046f4
@ -3289,6 +3289,7 @@ if have_system
|
||||
'hw/char',
|
||||
'hw/display',
|
||||
'hw/dma',
|
||||
'hw/fsi',
|
||||
'hw/hyperv',
|
||||
'hw/i2c',
|
||||
'hw/i386',
|
||||
|
Reference in New Issue
Block a user