maintainer-feedback requested: [Bug 238590] [devel/libpciaccess] Missing open_device_io() method breaks some consumers (e.g., xf86-video-qxl)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 16 04:03:27 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-x11 mailing list
<x11 at FreeBSD.org> for maintainer-feedback:
Bug 238590: [devel/libpciaccess] Missing open_device_io() method breaks some
consumers (e.g., xf86-video-qxl)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238590



--- Description ---
For QXL in particular, this breaks FreeBSD guests running under common Linux
virt-manager for QEMU/KVM with QXL video.  (QXL is the default paravirtualized
display device there.)	The symptom manifests as Xorg segfaulting at NULL+8 in
pci_io_write8().

Adding the method is trivial; our existing "legacy" open method works
sufficiently to implement the missing one.  See patch:

https://gitlab.freedesktop.org/xorg/lib/libpciaccess/merge_requests/4


More information about the freebsd-x11 mailing list