Results 54 comments of Babis Chalios

Changes v3 to v4: * Added back support for MPTable and passing VirtIO devices via kernel command line * MPTable uses the memory allocator to get space in guest address...

Changes v4 to v5: * Fixed outdated comments regarding the location of ACPI data and e820 entries * We now use a dedicated function for create AML data for VirtIO...

Changes from v5 to v6: * Dropped implementation of `Aml` trait for `MMIODeviceManager`. We now access the AML data directly from `MMIODeviceManager::dsdt_data`. * Fixes in CHANGELOG wording.

Changes from v6 to v7: * Do not store the `ResourceAllocator` inside the `MMIODeviceManager`. Pass it only when we register devices. This allows us to only keep the `ResourceAllocator` in...

Changes from v7 to v8: - Fixed `test_net_change_mac_address` to work both with and without ACPI support. - Dropped the temporary switch to ACPI-enabled CI artifacts. - Added documentation about kernel...

Changes from v8 to v9: - Pinned 5.10 guest kernel to 5.10.210 for our CI artifacts. Kernels after that don't build with our configuration. Will open issue to track the...

Hi @kornelski, could you fix the style issues in the PR so we can merge this?

Closing this one. I cherry-picked Nikita's commit in https://github.com/firecracker-microvm/firecracker/pull/4680.

Hey @acj. Really sorry for silence on this. We got context switched in other topics. > I think this might be an issue on the Firecracker side. My understanding of...