Re: [PATCH 09/10] qapi: make most CPU commands unconditionally available

2025-05-13 Thread Daniel P . Berrangé
On Tue, May 13, 2025 at 02:44:40PM +0200, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > This removes the TARGET_* conditions from all the CPU commands > > that are conceptually target independent. Top level stubs are > > provided to cope with targets which do not currently implement

Re: [PATCH 09/10] qapi: make most CPU commands unconditionally available

2025-05-13 Thread Markus Armbruster
Daniel P. Berrangé writes: > This removes the TARGET_* conditions from all the CPU commands > that are conceptually target independent. Top level stubs are > provided to cope with targets which do not currently implement > all of the commands. > > Signed-off-by: Daniel P. Berrangé > --- > qapi/

Re: [PATCH 09/10] qapi: make most CPU commands unconditionally available

2025-05-08 Thread Pierrick Bouvier
On 5/8/25 6:58 AM, Daniel P. Berrangé wrote: This removes the TARGET_* conditions from all the CPU commands that are conceptually target independent. Top level stubs are provided to cope with targets which do not currently implement all of the commands. Signed-off-by: Daniel P. Berrangé --- q

[PATCH 09/10] qapi: make most CPU commands unconditionally available

2025-05-08 Thread Daniel P . Berrangé
This removes the TARGET_* conditions from all the CPU commands that are conceptually target independent. Top level stubs are provided to cope with targets which do not currently implement all of the commands. Signed-off-by: Daniel P. Berrangé --- qapi/machine-target.json | 397 -