Re: [PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`

2023-11-02 Thread Markus Armbruster
Dinah B writes: > Hi, > > I noticed that qapi now has a machine-common category - do you think these > changes would be more appropriate in that file > rather than "machine" for the revision? You're right. We created machine-common.json for stuff needed by both machine.json and machine-target.j

Re: [PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`

2023-10-31 Thread Dinah B
Hi, I noticed that qapi now has a machine-common category - do you think these changes would be more appropriate in that file rather than "machine" for the revision? Thanks and sorry for the delay, -Dinah On Tue, Aug 1, 2023 at 9:09 AM Markus Armbruster wrote: > Dinah Baum writes: > > > Signe

Re: [PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`

2023-08-01 Thread Markus Armbruster
Dinah Baum writes: > Signed-off-by: Dinah Baum > --- > qapi/machine-target.json | 78 +--- > qapi/machine.json| 77 +++ > 2 files changed, 78 insertions(+), 77 deletions(-) > > diff --git a/qapi/machine-target.json

Re: [PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`

2023-07-31 Thread Philippe Mathieu-Daudé
On 30/7/23 08:40, Dinah Baum wrote: Signed-off-by: Dinah Baum --- qapi/machine-target.json | 78 +--- qapi/machine.json| 77 +++ 2 files changed, 78 insertions(+), 77 deletions(-) Reviewed-by: Philippe Mathieu-

[PATCH v3 1/3] qapi: Moved architecture agnostic data types to `machine`

2023-07-29 Thread Dinah Baum
Signed-off-by: Dinah Baum --- qapi/machine-target.json | 78 +--- qapi/machine.json| 77 +++ 2 files changed, 78 insertions(+), 77 deletions(-) diff --git a/qapi/machine-target.json b/qapi/machine-target.json index f