summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1828608
blob: 21ecfa54f1103c1e6df68cf9031d8364e8235f15 (plain) (blame)
1
2
3
4
5
6
7
Chardev websocket might not support pasting more than a few chars

When sending more than 4-5 characters on the websocket serial console (with pasting for example), the guest might not receive all of them, or worse interpret the input as Magic SysRq keys.

This might be due to the io loop not checking the backend readiness before calling the read function.

Attached patched fixes the problem on my system. I'm not sure it's the proper approach, this is just to start discussion.