@@ -42,6 +42,12 @@ and this project adheres to
4242
4343### Added
4444
45+ - [ #5350 ] ( https://github.com/firecracker-microvm/firecracker/pull/5350 ) : Added a
46+ ` /serial ` endpoint, which allows setting ` serial_out_path ` to the path of a
47+ pre-created file into which Firecracker should redirect output from the
48+ guest's serial console. Not configuring it means Firecracker will continue to
49+ print serial output to stdout. Similarly to the logger, this configuration is
50+ not persisted across snapshots.
4551- [ #5463 ] ( https://github.com/firecracker-microvm/firecracker/pull/5463 ) : Added
4652 support for ` virtio-pmem ` devices. See [ documentation] ( docs/pmem.md ) for more
4753 information.
@@ -124,12 +130,6 @@ and this project adheres to
124130 requests to ` /mmds/config ` to enforce MMDS to always respond plain text
125131 contents in the IMDS format regardless of the ` Accept ` header in requests.
126132 Users need to regenerate snapshots.
127- - [ #5350 ] ( https://github.com/firecracker-microvm/firecracker/pull/5350 ) : Added a
128- ` /serial ` endpoint, which allows setting ` serial_out_path ` to the path of a
129- pre-created file into which Firecracker should redirect output from the
130- guest's serial console. Not configuring it means Firecracker will continue to
131- print serial output to stdout. Similarly to the logger, this configuration is
132- not persisted across snapshots.
133133- [ #5364 ] ( https://github.com/firecracker-microvm/firecracker/pull/5364 ) : Added
134134 PCI support in Firecracker. PCI support is optional. Users can enable it
135135 passing the ` --enable-pci ` flag when launching the Firecracker process. When
0 commit comments