Home
last modified time | relevance | path

Searched defs:max_connections (Results 1 – 2 of 2) sorted by relevance

/qemu/
H A Dblockdev-nbd.c34 uint32_t max_connections; member
44 void nbd_server_is_qemu_nbd(int max_connections) in nbd_server_is_qemu_nbd()
167 uint32_t max_connections, Error **errp) in nbd_server_start()
226 bool has_max_connections, uint32_t max_connections, in qmp_nbd_server_start()
/qemu/tests/qemu-iotests/tests/
H A Dnbd-multiconn66 def run_server(self, max_connections=None): argument