Home
last modified time | relevance | path

Searched refs:host_features (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-user-snd.c39 parent_obj.host_features, VIRTIO_SND_F_CTLS, false),
51 vdev->host_features); in vu_snd_base_realize()
H A Dvhost-user-scmi.c242 vdev->host_features |= (1ULL << VIRTIO_SCMI_F_P2A_CHANNELS); in vu_scmi_device_realize()
H A Dvirtio-pci.c530 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 Dvhost-scsi-common.h36 uint64_t host_features; member
H A Dvirtio-balloon.h71 uint32_t host_features; member
H A Dvirtio-blk.h74 uint64_t host_features; member
/openbmc/qemu/hw/scsi/
H A Dvhost-user-scsi.c358 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 Dvhost-scsi-common.c131 features |= vsc->host_features; in vhost_scsi_common_get_features()
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c487 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 Dvirtio-blk.c151 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 Dvirtio-serial-bus.c560 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,