Re: [PATCH] hw/loongarch: Remove default enable with VIRTIO_VGA device

2024-09-08 Thread gaosong
在 2024/8/23 下午3:30, Bibo Mao 写道: For virtio VGA deivce libvirt will select VIRTIO_VGA firstly rather than VIRTIO_GPU, VIRTIO_VGA device supports frame buffer however it requires legacy VGA compatible support. Frame buffer area 0xa -- 0xc conflicts with low memory area 0 -- 0x1000.

[PATCH] hw/loongarch: Remove default enable with VIRTIO_VGA device

2024-08-23 Thread Bibo Mao
For virtio VGA deivce libvirt will select VIRTIO_VGA firstly rather than VIRTIO_GPU, VIRTIO_VGA device supports frame buffer however it requires legacy VGA compatible support. Frame buffer area 0xa -- 0xc conflicts with low memory area 0 -- 0x1000. Here remove default support for VIRTI