Home
last modified time | relevance | path

Searched refs:class_code (Results 1 – 12 of 12) sorted by relevance

/qemu/hw/virtio/
H A Dvirtio-serial-pci.c47 if (vpci_dev->class_code != PCI_CLASS_COMMUNICATION_OTHER && in virtio_serial_pci_realize()
48 vpci_dev->class_code != PCI_CLASS_DISPLAY_OTHER && /* qemu 0.10 */ in virtio_serial_pci_realize()
49 vpci_dev->class_code != PCI_CLASS_OTHERS) { /* qemu-kvm */ in virtio_serial_pci_realize()
50 vpci_dev->class_code = PCI_CLASS_COMMUNICATION_OTHER; in virtio_serial_pci_realize()
76 DEFINE_PROP_UINT32("class", VirtIOPCIProxy, class_code, 0),
H A Dvirtio-balloon-pci.c43 vpci_dev->class_code = PCI_CLASS_OTHERS; in virtio_balloon_pci_realize()
H A Dvdpa-dev-pci.c60 vpci_dev->class_code = virtio_pci_get_class_id(v->vdev_id); in vhost_vdpa_device_pci_post_init()
H A Dvhost-user-blk-pci.c47 DEFINE_PROP_UINT32("class", VirtIOPCIProxy, class_code, 0),
H A Dvirtio-blk-pci.c42 DEFINE_PROP_UINT32("class", VirtIOPCIProxy, class_code, 0),
H A Dvirtio-iommu-pci.c38 DEFINE_PROP_UINT32("class", VirtIOPCIProxy, class_code, 0),
H A Dvirtio-pci.c1987 if (proxy->class_code) { in virtio_pci_device_plugged()
1988 pci_config_set_class(config, proxy->class_code); in virtio_pci_device_plugged()
/qemu/include/hw/xen/
H A Dxen_igd.h30 && ((dev->class_code >> 0x8) == PCI_CLASS_DISPLAY_VGA)); in is_igd_vga_passthrough()
/qemu/hw/xen/
H A Dxen-host-pci-device.h28 uint32_t class_code; member
H A Dxen-host-pci-device.c377 d->class_code = v; in xen_host_pci_device_get()
/qemu/include/hw/virtio/
H A Dvirtio-pci.h156 uint32_t class_code; member
/qemu/docs/devel/
H A Dvirtio-backends.rst105 DEFINE_PROP_UINT32("class", VirtIOPCIProxy, class_code, 0),