On 7/28/25 14:53, Duan, Zhenzhong wrote:
-----Original Message-----
From: Cédric Le Goater <c...@redhat.com>
Subject: Re: [PATCH] vfio/pci: Fix regression due to unexisting property
use-legacy-x86-rom
Hello Zhenzhong,
On 7/28/25 14:29, Zhenzhong Duan wrote:
TYPE_VFIO_PCI doesn't have property use-legacy-x86-rom, but
TYPE_VFIO_PCI_NOHOTPLUG has. The compatibility config leads to
SIGABRT on new QEMU.
The default value of element use_legacy_x86_rom for TYPE_VFIO_PCI is
already false, so no need extra processing.
Fixes: d5fcf0d960d8 ("hw/i386: Add the ramfb romfile compatibility")
Signed-off-by: Zhenzhong Duan <zhenzhong.d...@intel.com>
Fix is here :
https://lore.kernel.org/qemu-devel/20250723062714.1245826-1-clg@redhat
.com/
Ah, thanks Cédric, good to see this, I should have checked vfio-next first.
I have been waiting a bit (too long) to send the fix upstream because
people were in vacations and I would like to possibly send Steve's
fixes too. I should send a PR today or tomorrow.
Thanks,
C.