1 file changed
+1
-1
lines changedSubmodule firecracker updated 54 files
- CHANGELOG.md+2
- Cargo.lock+11-10
- docs/images/version_graph.png
- docs/images/versionize.png
- docs/snapshotting/versioning.md+103
- resources/tests/init.c+44
- src/api_server/src/request/logger.rs+20-2
- src/api_server/swagger/firecracker.yaml+1-1
- src/arch/src/aarch64/fdt.rs+1
- src/arch/src/aarch64/gic.rs+6-3
- src/arch/src/aarch64/layout.rs+3-4
- src/arch/src/lib.rs+2
- src/cpuid/Cargo.toml+1-1
- src/cpuid/src/lib.rs-1
- src/cpuid/src/transformer/common.rs+1-2
- src/cpuid/src/transformer/mod.rs+1-2
- src/devices/src/lib.rs+1
- src/devices/src/pseudo/boot_timer.rs+42
- src/devices/src/pseudo/mod.rs+6
- src/devices/src/virtio/block/device.rs+31-6
- src/devices/src/virtio/vsock/unix/muxer.rs+3-7
- src/dumbo/src/tcp/endpoint.rs+10
- src/logger/src/metrics.rs+2
- src/micro_http/src/common/headers.rs+10-4
- src/micro_http/src/common/mod.rs+20
- src/micro_http/src/connection.rs+312-23
- src/micro_http/src/request.rs+6-6
- src/micro_http/src/server.rs+3-3
- src/polly/src/event_manager.rs+3-3
- src/utils/Cargo.toml+1-2
- src/utils/src/epoll.rs-411
- src/utils/src/lib.rs+7-5
- src/utils/src/syscall.rs-22
- src/vmm/Cargo.toml-3
- src/vmm/src/builder.rs+43-30
- src/vmm/src/default_syscalls/filters.rs+4
- src/vmm/src/device_manager/mmio.rs+57-20
- src/vmm/src/device_manager/persist.rs+22-6
- src/vmm/src/lib.rs-15
- src/vmm/src/persist.rs+3-2
- src/vmm/src/vmm_config/logger.rs+44-12
- src/vmm/src/vstate.rs+9-64
- src/vmm/tests/integration_tests.rs+1-2
- tests/framework/artifacts.py+96-5
- tests/framework/builder.py+103-12
- tests/framework/microvm.py+98-25
- tests/framework/resources.py+70
- tests/host_tools/network.py-18
- tests/host_tools/snapshot_helper.py+12
- tests/integration_tests/build/test_coverage.py+1-1
- tests/integration_tests/build/test_style.py+1-1
- tests/integration_tests/functional/test_pause_resume.py+10-7
- tests/integration_tests/functional/test_snapshot_basic.py+184
- tests/integration_tests/performance/test_boottime.py+12-9
0 commit comments