Searched refs:host_features (Results 1 – 11 of 11) sorted by relevance
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost-user-snd.c | 39 parent_obj.host_features, VIRTIO_SND_F_CTLS, false), 51 vdev->host_features); in vu_snd_base_realize()
|
| H A D | vhost-user-scmi.c | 242 vdev->host_features |= (1ULL << VIRTIO_SCMI_F_P2A_CHANNELS); in vu_scmi_device_realize()
|
| H A D | virtio-pci.c | 530 ret = vdev->host_features; in virtio_ioport_read() 2020 virtio_add_feature(&vdev->host_features, VIRTIO_F_VERSION_1); in virtio_pci_pre_plugged() 2023 virtio_add_feature(&vdev->host_features, VIRTIO_F_BAD_FEATURE); in virtio_pci_pre_plugged() 2044 !virtio_has_feature(vdev->host_features, VIRTIO_F_VERSION_1)) { in virtio_pci_device_plugged() 2195 virtio_add_feature(&vdev->host_features, VIRTIO_F_SR_IOV); in virtio_pci_device_plugged()
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost-scsi-common.h | 36 uint64_t host_features; member
|
| H A D | virtio-balloon.h | 71 uint32_t host_features; member
|
| H A D | virtio-blk.h | 74 uint64_t host_features; member
|
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-user-scsi.c | 358 DEFINE_PROP_BIT64("hotplug", VHostSCSICommon, host_features, 361 DEFINE_PROP_BIT64("param_change", VHostSCSICommon, host_features, 364 DEFINE_PROP_BIT64("t10_pi", VHostSCSICommon, host_features,
|
| H A D | vhost-scsi-common.c | 131 features |= vsc->host_features; in vhost_scsi_common_get_features()
|
| /openbmc/qemu/hw/block/ |
| H A D | vhost-user-blk.c | 487 vdev->host_features); in vhost_user_blk_device_realize() 586 DEFINE_PROP_BIT64("config-wce", VHostUserBlk, parent_obj.host_features, 588 DEFINE_PROP_BIT64("discard", VHostUserBlk, parent_obj.host_features, 590 DEFINE_PROP_BIT64("write-zeroes", VHostUserBlk, parent_obj.host_features,
|
| /openbmc/qemu/hw/vmapple/ |
| H A D | virtio-blk.c | 151 virtio_add_feature(&dev->vdev.parent_obj.host_features, VIRTIO_BLK_F_ZONED); in vmapple_virtio_blk_pci_realize()
|
| /openbmc/qemu/hw/char/ |
| H A D | virtio-serial-bus.c | 560 features |= vser->host_features; in get_features() 590 if (!virtio_has_feature(vser->host_features, in set_config() 1043 if (!virtio_has_feature(vser->host_features, in virtio_serial_device_realize() 1159 DEFINE_PROP_BIT64("emergency-write", VirtIOSerial, host_features,
|