Home
last modified time | relevance | path

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

/qemu/hw/char/
H A Dvirtio-serial-bus.c1027 uint32_t i, max_supported_ports; in virtio_serial_device_realize() local
1036 max_supported_ports = VIRTIO_QUEUE_MAX / 2 - 1; in virtio_serial_device_realize()
1038 if (vser->serial.max_virtserial_ports > max_supported_ports) { in virtio_serial_device_realize()
1039 error_setg(errp, "maximum ports supported: %u", max_supported_ports); in virtio_serial_device_realize()