Skip to content

Commit 424daef

Browse files
committed
chore: Fill placeholder for PR number of virtio PCI transport fix
The change was made privately, so the PR number wasn't available. Signed-off-by: Takahiro Itazuri <itazur@amazon.com>
1 parent f82c0bd commit 424daef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ and this project adheres to
1515
a descriptor chain that caused Firecracker to allocate more host memory than
1616
the guest actually provided, potentially leading to excessive host memory
1717
consumption.
18-
- [#XXXX](https://github.com/firecracker-microvm/firecracker/pull/XXXX): Enforce
18+
- [#5818](https://github.com/firecracker-microvm/firecracker/pull/5818): Enforce
1919
the virtio device initialization sequence in the PCI transport, matching the
2020
existing MMIO transport behavior. The PCI transport now validates device
2121
status transitions, rejects queue configuration writes outside the FEATURES_OK
2222
to DRIVER_OK window, rejects feature negotiation outside the DRIVER state,
2323
blocks re-initialization after a failed reset, and sets DEVICE_NEEDS_RESET
2424
when device activation fails.
25-
- [#XXXX](https://github.com/firecracker-microvm/firecracker/pull/XXXX): Reject
25+
- [#5818](https://github.com/firecracker-microvm/firecracker/pull/5818): Reject
2626
device status writes that clear previously set bits in the MMIO transport,
2727
except for reset.
2828
- [#5780](https://github.com/firecracker-microvm/firecracker/pull/5780): Fixed

0 commit comments

Comments
 (0)