acrn-hypervisor/devicemodel/hw/pci
Conghui Chen 2d57c5feb7 dm: virtio-console: add subclass
Add subclass for virtio-console pci device. Without the subclass, the
device may be probed by 8250_pci serial driver,  and lead to segment
fault in acrn-dm. This issue appears when running debian as Guest OS.

But there is a potential issue, if a new serial driver, which use class
and subclass same as virtio-console, the problem may still trigger. Need
to fix it case by case.

Tracked-On: #3615
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Acked-by: Yin Fengwei <fengwei.yin@intel.com>
2019-08-27 09:47:00 +08:00
..
virtio dm: virtio-console: add subclass 2019-08-27 09:47:00 +08:00
ahci.c dm: ahci: clean up assert 2019-06-20 08:56:29 +08:00
core.c dm: cleanup assert in core.c 2019-07-05 09:36:02 +08:00
gsi_sharing.c dm: hw: Replace sscanf with permitted string API 2018-12-17 19:17:29 +08:00
gvt.c dm:gvt:keep LaaG aperture size consistent with the host 2019-08-09 10:29:42 +08:00
hostbridge.c DM: cleanup for header inclusions 2018-06-07 14:35:30 +08:00
irq.c dm: refine 'assert' usage in irq.c and wdt_i6300esb.c 2019-06-20 08:55:44 +08:00
lpc.c dm: pcidev: clean up assert() for some pci devices 2019-06-20 11:21:51 +08:00
npk.c dm: Fix some issues from string operations 2018-12-25 18:40:04 +08:00
passthrough.c dm: passthru: remove the use of assert() 2019-06-19 08:39:20 +08:00
platform_gsi_info.c DM: update GSI sharing info 2018-08-09 15:42:51 +08:00
uart.c dm: refine assert usage 2019-06-24 11:57:05 +08:00
wdt_i6300esb.c dm: refine 'assert' usage in irq.c and wdt_i6300esb.c 2019-06-20 08:55:44 +08:00
xhci.c DM USB: xHCI: fix an error in PORTSC emulation 2019-08-01 09:28:01 +08:00