]> xenbits.xensource.com Git - xen.git/commitdiff
changelog: add note about blkif protocol fixes
authorRoger Pau Monné <roger.pau@citrix.com>
Wed, 25 Sep 2024 14:47:35 +0000 (16:47 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 25 Sep 2024 14:47:35 +0000 (16:47 +0200)
Reported-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
CHANGELOG.md

index 46c7d38963c009f8fd22e68096499b229e5a0158..c499d12dc444d0fa895eaeed4cff4dc1646f470b 100644 (file)
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 ## [4.20.0 UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
 
 ### Changed
+ - Fixed blkif protocol specification for sector sizes different than 512b.
  - On x86:
    - Prefer ACPI reboot over UEFI ResetSystem() run time service call.