Re: patch review: avoid com delay() in VMs
Greg Troxel <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
Another, much harder, approach would be to schedulea callback and do the later parts later, so that all systems are sped up and it's only delayed attachment of com. Probably that's not reasonable.