Results 69 comments of Babis Chalios

@gjkeller we don't have any progress on this. Feel free to work on it.

Hello, and thanks for reporting this. I _suspect_ this has to do with us introducing ACPI support with Firecracker v1.8.0. For mainline kernels to work, we need to compile the...

Could you drop the `noapic` kernel parameter from here: `"boot_args": "ro console=ttyS0 noapic reboot=k panic=1 pci=off ip=10.0.1.111::10.0.0.1:255.255.252.0::eth0:off",`

Yes, we should update the documentation to fix that. If you feel like, PRs are welcome. Otherwise, we'll open a PR once we find some free time :) Thanks again...

Hi @DakshinD. Yes, this was released in rust-vmm side. However, I needed this change for the PCIe feature branch that I am working on. So, I have brought in the...

Hi @XanClic and sorry for the delayed response. `/dev/userfaultfd` was introduced in Linux 6.1 for addressing some security issues related with creating UFFDs via the system call[1]. TL;DR being able...

Hey @MacOS, please start working on it if you want.

> @bchalios @kalyazin I'm not sure how to kick-off the codecov pass again, other than that this one should be ready. Codecov updates automatically every time the PR tests are...

Hey all, I think I have found the exact root cause of the issue and opened a PR that solves it: #5582. @pkit you had correctly identified the issue, i.e....