Home
last modified time | relevance | path

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

/qemu/hw/virtio/
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),
A Dvirtio-balloon-pci.c43 vpci_dev->class_code = PCI_CLASS_OTHERS; in virtio_balloon_pci_realize()
A Dvdpa-dev-pci.c60 vpci_dev->class_code = virtio_pci_get_class_id(v->vdev_id); in vhost_vdpa_device_pci_post_init()
A Dvhost-user-blk-pci.c47 DEFINE_PROP_UINT32("class", VirtIOPCIProxy, class_code, 0),
A Dvirtio-blk-pci.c42 DEFINE_PROP_UINT32("class", VirtIOPCIProxy, class_code, 0),
A Dvirtio-iommu-pci.c38 DEFINE_PROP_UINT32("class", VirtIOPCIProxy, class_code, 0),
A Dvirtio-pci.c1986 if (proxy->class_code) { in virtio_pci_device_plugged()
1987 pci_config_set_class(config, proxy->class_code); in virtio_pci_device_plugged()
/qemu/include/hw/xen/
A Dxen_igd.h30 && ((dev->class_code >> 0x8) == PCI_CLASS_DISPLAY_VGA)); in is_igd_vga_passthrough()
/qemu/hw/xen/
A Dxen-host-pci-device.h34 uint32_t class_code; member
A Dxen-host-pci-device.c451 d->class_code = v; in xen_host_pci_device_get()
/qemu/include/hw/virtio/
A Dvirtio-pci.h164 uint32_t class_code; member
/qemu/docs/devel/
A Dvirtio-backends.rst105 DEFINE_PROP_UINT32("class", VirtIOPCIProxy, class_code, 0),

Completed in 26 milliseconds