Message ID | 20241008164708.2966400-1-peter.maydell@linaro.org |
---|---|
Headers | show |
Series | block: Miscellaneous minor Coverity fixes | expand |
Am 08.10.2024 um 18:47 hat Peter Maydell geschrieben: > This patchset is the remaining stragglers from my > first set of "minor Coverity fixes" patches posted a > couple of months back: > https://patchew.org/QEMU/20240731143617.3391947-1-peter.maydell@linaro.org/ > Of that series, patches 3, 4, 5 and 6 are upstream now. > > In this v2 series: > * patch 1 (old patch 2) has had a long line wrapped; > already reviewed > * patch 2 (old patch 7) now has hex2decimal() return "UINT_MAX" > instead of "-1"; already reviewed > * patch 3 is new, and fixes an error in an iotests reference > output file that's been lurking around for a few years now > * patch 4 (replacement for old patch 1) takes Kevin Wolf's > suggestion to make vdi SECTOR_SIZE a 64-bit constant so we > don't have to carefully cast it every time we want to use > it in a multiplication > > Patches 3 and 4 need review; patch 4 passes "./check -vdi" > except that 297 (the python-linter) fails for unrelated reasons. Thanks, applied to the block branch. Kevin