introduce mmio_interface
commit7cc2298c46a6afa4f4ff7e5cd262809c782d701b
authorKONRAD Frederic <fred.konrad@greensocs.com>
Thu, 16 Feb 2017 09:27:00 +0000 (16 10:27 +0100)
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Tue, 27 Jun 2017 13:09:15 +0000 (27 15:09 +0200)
treeea4961d95ab30254f9cdbf422f5c94988ea1ebd0
parented03d749f3f513b8fb0287757cfda2cb6825f063
introduce mmio_interface

This introduces mmio_interface object which contains a MemoryRegion
and can be hotplugged/hotunplugged.

Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
hw/misc/Makefile.objs
hw/misc/mmio_interface.c [new file with mode: 0644]
include/hw/misc/mmio_interface.h [new file with mode: 0644]