]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/vfio-user: add x-pci-class-code
authorJohn Levon <john.levon@nutanix.com>
Wed, 27 Aug 2025 19:08:10 +0000 (20:08 +0100)
committerCédric Le Goater <clg@redhat.com>
Mon, 8 Sep 2025 14:46:31 +0000 (16:46 +0200)
commit1b50621881241ac5bc75ae7f8aa4c278ada8a668
treef97ba11fc60c84a1be758c23db01a2dce3aee3df
parentceb59c1cc61dee57c8806571e7c723e555914547
hw/vfio-user: add x-pci-class-code

This new option was not added to vfio_user_pci_dev_properties, which
caused an incorrect class code for vfio-user devices.

Fixes: a59d06305fff ("vfio/pci: Introduce x-pci-class-code option")
Signed-off-by: John Levon <john.levon@nutanix.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250827190810.1645340-1-john.levon@nutanix.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
hw/vfio-user/pci.c