Rob Bradford
Rob Bradford
@likebreath Kernel got bumped in the last few days (see #5757) so it might be worth testing again.
@liuw Do you have a plan for action on this? Or could this issue be closed?
This issue is over a year old. Is it still relevant? @weltling Can you please retest?
If there are no devices supporting this right now I don't think we need to worry about implementing it.
> However, we _do_ have some in-progress work in this area, called "shadow ioeventfd" - the idea is that we write the payload to shared memory area as well as...
@weltling Again, this issue is over a year old. Is it still relevant?
What are the next steps on this issue? Is the assessment complete?
> The new Kata Containers rust runtime ([`runtime-rs`](https://github.com/kata-containers/kata-containers/blob/main/src/runtime-rs)) defines a [`get_thread_ids()`](https://github.com/kata-containers/kata-containers/blob/main/src/runtime-rs/crates/hypervisor/src/lib.rs#L105) API that hypervisor drivers, such as the [Kata rust Cloud Hypervisor driver](https://github.com/kata-containers/kata-containers/tree/main/src/runtime-rs/crates/hypervisor/src/ch) need to implement. This should return a...
We need to be "reuse clean" first before we even consider the PR check.
When you fix the build issue please make sure you squash them into the appropriate commits e.g. you can use `git autofixup` to do this followed by `git rebase -i...