[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Xen: Update sector-size handling in block backend
From: |
Anthony PERARD |
Subject: |
[PATCH 0/2] Xen: Update sector-size handling in block backend |
Date: |
Thu, 26 Sep 2024 10:14:26 +0000 |
The specification have been clarified regarding what "sector" is in Xen PV
block protocol by Xen commit 221f2748e8da ("blkif: reconcile protocol
specification with in-use implementations") and "feature-large-sector-size"
have been removed.
https://xenbits.xenproject.org/gitweb/?p=xen.git;a=commit;h=221f2748e8dabe8361b8cdfcffbeab9102c4c899
This update the header and the backend.
Thanks,
Anthony PERARD (2):
include: update Xen public headers io/blkif.h
hw/block/xen-block: Update sector-size handling
hw/block/dataplane/xen-block.c | 31 ++++++++++++-----
hw/block/xen-block.c | 8 ++---
include/hw/xen/interface/io/blkif.h | 52 +++++++++++++++++++++--------
3 files changed, 65 insertions(+), 26 deletions(-)
--
Anthony Perard | Vates XCP-ng Developer
XCP-ng & Xen Orchestra - Vates solutions
web: https://vates.tech
- [PATCH 0/2] Xen: Update sector-size handling in block backend,
Anthony PERARD <=