Searched refs:guest_features (Results 1 – 13 of 13) sorted by relevance
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | virtio-net.c | 56 vdev->guest_features[0] = VIRTIO_NET_F_MAC_BIT; in virtio_net_init() 59 if (!(vdev->guest_features[0] & VIRTIO_NET_F_MAC_BIT)) { in virtio_net_init()
|
| H A D | virtio.c | 279 for (i = 0; i < ARRAY_SIZE(vdev->guest_features); i++) { in virtio_setup_ccw() 287 vdev->guest_features[i] &= bswap32(feats.features); in virtio_setup_ccw() 288 feats.features = bswap32(vdev->guest_features[i]); in virtio_setup_ccw()
|
| H A D | virtio-blkdev.c | 229 vdev->guest_features[0] = VIRTIO_BLK_F_GEOMETRY | VIRTIO_BLK_F_BLK_SIZE; in virtio_blk_setup_device()
|
| H A D | virtio.h | 257 uint32_t guest_features[2]; member
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | virtio-mmio.h | 71 uint32_t guest_features[2]; member
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-pci.c | 119 for (i = 2; i < ARRAY_SIZE(proxy->guest_features); ++i) { in virtio_pci_modern_state_features128_needed() 120 features |= proxy->guest_features[i]; in virtio_pci_modern_state_features128_needed() 131 VMSTATE_UINT32_SUB_ARRAY(guest_features, VirtIOPCIProxy, 2, 2), 157 VMSTATE_UINT32_SUB_ARRAY(guest_features, VirtIOPCIProxy, 0, 2), 533 ret = vdev->guest_features; in virtio_ioport_read() 1570 val = proxy->guest_features[proxy->gfselect]; in virtio_pci_common_read() 1656 proxy->guest_features[proxy->gfselect] = val; in virtio_pci_common_write() 1658 for (i = 0; i < ARRAY_SIZE(proxy->guest_features); ++i) { in virtio_pci_common_write() 1659 uint64_t cur = proxy->guest_features[i]; in virtio_pci_common_write() 2384 memset(proxy->guest_features, 0, sizeof(proxy->guest_features)); in virtio_pci_reset()
|
| H A D | vhost-vsock-common.c | 73 vvc->vhost_dev.acked_features = vdev->guest_features; in vhost_vsock_common_start()
|
| H A D | vhost-user-scmi.c | 59 vhost_ack_features(vhost_dev, feature_bits, vdev->guest_features); in vu_scmi_start()
|
| H A D | vhost-user-base.c | 44 vub->vhost_dev.acked_features = vdev->guest_features; in vub_start()
|
| H A D | vhost-user-fs.c | 79 fs->vhost_dev.acked_features = vdev->guest_features; in vuf_start()
|
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-scsi-common.c | 55 vsc->dev.acked_features = vdev->guest_features; in vhost_scsi_common_start()
|
| /openbmc/qemu/backends/ |
| H A D | vhost-user.c | 75 b->dev.acked_features = b->vdev->guest_features; in vhost_user_backend_start()
|
| /openbmc/qemu/hw/block/ |
| H A D | vhost-user-blk.c | 157 s->dev.acked_features = vdev->guest_features; in vhost_user_blk_start()
|