Hi On Mon, Nov 23, 2015 at 7:58 PM, Marc-André Lureau <marcandre.lur...@gmail.com> wrote: > Isn't the actions limited by the TransactionAction in qapi-schema.json? > > { 'union': 'TransactionAction', > 'data': { > 'blockdev-snapshot-sync': 'BlockdevSnapshot', > 'drive-backup': 'DriveBackup', > + 'blockdev-backup': 'BlockdevBackup', > 'abort': 'Abort', > 'blockdev-snapshot-internal-sync': 'BlockdevSnapshotInternal' > } } > > It looks like block-dirty-bitmap-add/clear isn't in the list.
my bad, I was looking at older version, -- Marc-André Lureau