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

2025-05-27 Thread Markus Armbruster
Pierrick Bouvier writes: > On 5/27/25 4:38 AM, Markus Armbruster wrote: >> You took authorship from Daniel. Intentional? >> Pierrick Bouvier writes: >> >>> This removes the TARGET_* conditions from all the CPU commands >>> that are conceptually target independent. Top level stubs are >>> provi

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

2025-05-27 Thread Pierrick Bouvier
On 5/27/25 4:38 AM, Markus Armbruster wrote: You took authorship from Daniel. Intentional? Pierrick Bouvier 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 currentl

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

2025-05-27 Thread Markus Armbruster
You took authorship from Daniel. Intentional? Pierrick Bouvier 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. Adjust

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

2025-05-22 Thread Pierrick Bouvier
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. Adjust the doc comments accordingly. Reviewed-by: Richard Henderson Signed-off-by: Danie