Skip to content

Commit cfa6481

Browse files
yliu80jren1
authored andcommitted
IOC mediator: initialize IOC mediator
IOC mediator main functionality is transfer data between native CBC char devices and virtual UART, it is implemented as full virtualization, Guest OS can reuse native CBC driver directly. Signed-off-by: Liu Yuan <yuan1.liu@intel.com> Reviewed-by: Wang Yu <yu1.wang@intel.com> Reviewed-by: Liu Shuo <shuo.a.liu@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
1 parent 45758be commit cfa6481

File tree

3 files changed

+553
-0
lines changed

3 files changed

+553
-0
lines changed

devicemodel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ SRCS += hw/platform/uart_core.c
6363
SRCS += hw/platform/block_if.c
6464
SRCS += hw/platform/ioapic.c
6565
SRCS += hw/platform/cmos_io.c
66+
SRCS += hw/platform/ioc.c
6667
SRCS += hw/pci/wdt_i6300esb.c
6768
SRCS += hw/pci/lpc.c
6869
SRCS += hw/pci/xhci.c

0 commit comments

Comments
 (0)