acrn-hypervisor/devicemodel/hw/pci
Conghui 18af997373 dm: virtio-console: change STDIO BE attribute
Fix the log format problem in devicemodel when using virtio-console with
'stdio' configuration.
In virtio-console, it will change the STDIO's attributes, and will case
the log message after that not align.
e.g:
	for (i=0; i<3; i++)
		printf('test\n');

	The original output would be like this:

	test
	    test
	        test

	After add 'OPOST' to oflag of STDIO, the output would be like this:

	test
	test
	test

	(OPOST - Enable implementation-defined output processing)

Tracked-On: #7860
Signed-off-by: Conghui <conghui.chen@intel.com>
Acked-by: Wang, Yu1 <yu1.wang@intel.com>
2022-06-30 17:42:44 +08:00
..
virtio dm: virtio-console: change STDIO BE attribute 2022-06-30 17:42:44 +08:00
ahci.c dm: Fix uninitialized variable in AHCI 2022-06-02 19:02:06 +08:00
core.c ACRN: DM: Fix the MSI mask and unmask bugs. 2022-06-14 16:28:50 +08:00
gsi_sharing.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
gvt.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
hostbridge.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
irq.c ACRN:DM: Set the desired state to inject PCI legacy intx 2022-02-21 15:34:01 +08:00
ivshmem.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
lpc.c ACRN/DM: Initialize the igd_lpc bridge to ISA_BRIDGE to make Linux guest happy 2020-05-25 11:08:25 +08:00
npk.c dm: remove some dynamic parameters from acrn-dm usage 2021-12-29 14:25:50 +08:00
passthrough.c ACRN/DM: Add the ADL-P GPU device_id to support GPU passthrough 2021-12-17 15:37:40 +08:00
pci_util.c dm: fix: TSN in multi-hostbridge could crash 2022-01-28 11:10:44 +08:00
platform_gsi_info.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
ptm.c dm: fix: TSN in multi-hostbridge could crash 2022-01-28 11:10:44 +08:00
uart.c hv: dm: Use new virtual device management ioctls 2021-07-15 11:53:54 +08:00
wdt_i6300esb.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
xhci.c DM: Add endpoint index value check in doorbell write 2022-06-14 15:10:05 +08:00