Searched refs:vsockcfg (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | vhost-vsock.c | 27 struct virtio_vsock_config vsockcfg = {}; in vhost_vsock_get_config() local 29 virtio_stq_p(vdev, &vsockcfg.guest_cid, vsock->conf.guest_cid); in vhost_vsock_get_config() 30 memcpy(config, &vsockcfg, sizeof(vsockcfg)); in vhost_vsock_get_config()
|
H A D | vhost-user-vsock.c | 33 memcpy(config, &vsock->vsockcfg, sizeof(struct virtio_vsock_config)); in vuv_get_config() 40 int ret = vhost_dev_get_config(dev, (uint8_t *)&vsock->vsockcfg, in vuv_handle_config_change() 118 ret = vhost_dev_get_config(&vvc->vhost_dev, (uint8_t *)&vsock->vsockcfg, in vuv_device_realize()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost-user-vsock.h | 31 struct virtio_vsock_config vsockcfg; member
|