[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] equivalent HMP command for QMP: block-commit
From: |
Alberto Garcia |
Subject: |
Re: [Qemu-discuss] equivalent HMP command for QMP: block-commit |
Date: |
Fri, 15 Jun 2018 14:20:43 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
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