Allow copyblocks to be used together with small QByteArrays.
ClosedPublic

Authored by stikonas on Oct 28 2018, 5:28 PM.

Details

Summary

Add CopyTargetByteArray. CopySourceByteArray is not implemented yet.

This is only suitable for reading small amount of data such as GPT header
or FAT boot sector location. Not meant for copying whole partition because
data has to be transfered over DBus

Test Plan

Partition Manager correctly determines maximum number of GPT partitions

Diff Detail

Repository
R16 KPMCore
Lint
Lint Skipped
Unit
Unit Tests Skipped
stikonas requested review of this revision.Oct 28 2018, 5:28 PM
stikonas created this revision.
stikonas edited the summary of this revision. (Show Details)
stikonas updated this revision to Diff 44372.Oct 28 2018, 5:31 PM
cjlcarvalho accepted this revision.Oct 28 2018, 11:53 PM
This revision is now accepted and ready to land.Oct 28 2018, 11:53 PM
This revision was automatically updated to reflect the committed changes.