Re: [PATCH v2 4/4] migration/qapi: Drop @MigrationParameter enum

2023-08-29 Thread Daniel P . Berrangé
On Fri, Aug 25, 2023 at 01:15:17PM -0400, Peter Xu wrote: > Drop the enum in qapi because it is never used in QMP APIs. Instead making > it an internal definition for QEMU so that we can decouple it from QAPI, > and also we can deduplicate the QAPI documentations. > > Signed-off-by: Peter Xu > -

[PATCH v2 4/4] migration/qapi: Drop @MigrationParameter enum

2023-08-25 Thread Peter Xu
Drop the enum in qapi because it is never used in QMP APIs. Instead making it an internal definition for QEMU so that we can decouple it from QAPI, and also we can deduplicate the QAPI documentations. Signed-off-by: Peter Xu --- qapi/migration.json| 179 -