Home
last modified time | relevance | path

Searched refs:guest_cid (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/virtio/
H A Dvhost-vsock.c29 virtio_stq_p(vdev, &vsockcfg.guest_cid, vsock->conf.guest_cid); in vhost_vsock_get_config()
45 vsock->conf.guest_cid); in vhost_vsock_set_guest_cid()
132 if (vsock->conf.guest_cid <= 2) { in vhost_vsock_device_realize()
137 if (vsock->conf.guest_cid > UINT32_MAX) { in vhost_vsock_device_realize()
209 DEFINE_PROP_UINT64("guest-cid", VHostVSock, conf.guest_cid, 0),
H A Dvhost-backend.c232 uint64_t guest_cid) in vhost_kernel_vsock_set_guest_cid() argument
234 return vhost_kernel_call(dev, VHOST_VSOCK_SET_GUEST_CID, &guest_cid); in vhost_kernel_vsock_set_guest_cid()
/qemu/include/hw/virtio/
H A Dvhost-vsock.h24 uint64_t guest_cid; member
H A Dvhost-backend.h112 uint64_t guest_cid);
/qemu/include/standard-headers/linux/
H A Dvirtio_vsock.h45 uint64_t guest_cid; member