commit | 935f8f7a0123ffa0a2dd7234713dc2ebeeb08955 | [log] [tgz] |
---|---|---|
author | Vincent Whitchurch <vincent.whitchurch@axis.com> | Thu Jan 26 11:47:10 2023 +0100 |
committer | Richard Weinberger <richard@nod.at> | Mon Feb 13 10:14:31 2023 +0100 |
tree | fed9705f00fac7d49357059b41e74f276a1e58e6 | |
parent | 314a1408b79a844dafdcde867d90de5d509409b7 [diff] |
um-virt-pci: Make max delay configurable There is a hard coded maximum time for which the driver busy-loops waiting for a response from the virtio device. This default time may be too short for some systems, so make it a module parameter so that it can be set via the kernel command line. Signed-off-by: Vincent Whitchurch <vincent.whitchurch@axis.com> Signed-off-by: Richard Weinberger <richard@nod.at>