On Mon, Jun 11, 2018 at 08:25:03PM +0200, Max Schrötter wrote: > Hi everybody, > > I'm looking for an equivalent command to block-commit for the HMP > Monitor. The HMP commit command doesn't change the block device to > the backing file. Is there a possibility to do that via the HMP > Monitor?
I don't think there's any similar functionality available in HMP, but implementing an HMP block_commit should be quite easy. The other alternative is to use QMP directly, of course. Berto
