mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-16 07:15:21 +00:00
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> |
||
---|---|---|
.. | ||
vhost.c | ||
virtio_audio.c | ||
virtio_block.c | ||
virtio_console.c | ||
virtio_coreu.c | ||
virtio_gpio.c | ||
virtio_hdcp.c | ||
virtio_hyper_dmabuf.c | ||
virtio_i2c.c | ||
virtio_input.c | ||
virtio_ipu.c | ||
virtio_kernel.c | ||
virtio_mei.c | ||
virtio_net.c | ||
virtio_rnd.c | ||
virtio_rpmb.c | ||
virtio.c |