Rob Bradford
Rob Bradford
> > We intentionally don't want to implement TLS and authentication and TCP socket management in Cloud Hypervisor as that is huge complexity that is a burden for anyone that...
@bryteise Do you have a way to reproduce this?
Looks like using `EPOLLOUT` + whether the write blocks isn't a good indicator as to whether there is anything on the other side. Perhaps this approach would work: https://stackoverflow.com/questions/3486491/how-can-i-detect-when-someone-opens-the-slave-side-of-a-pty-pseudo-terminal-in
This is a real, reproducible bug, sadly.
@sboeuf This would be a really good way to learn some interesting kernel internals / Linux semantics. It's pretty straightforward to reproduce following the instructions in the description of the...
Closing this as the two gaps remain are already tracked separately: #3023 and #2251
What do you mean by "Virtual address-backed guest machines"? This phrase makes no sense to me.
@liuw We already handle "1." with the ACPI power button which causes systemd to shutdown.
We are now on upstream kvm-ioctls, turns out the requirement for our fork was obsolete.
No support for UEFI SNP at the moment but feel free to create a PR to add it.