20 Aug
2026
20 Aug
'26
2:37 p.m.
On Thu, Aug 20, 2026 at 04:27:30PM +0200, Peter Krempa wrote:
+ case VIR_STORAGE_TYPE_BLOCK: + if (src->sliceStorage) { + if (src->sliceStorage->offset != 0) { + virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s", + _("offset slices are not supported with NVRAM"));
Missing 'return -1;'
Oops, apologies, thanks for review + fixing. regards john