Daniel P. Berrangé <[email protected]> writes:
> On Thu, Jan 08, 2026 at 09:32:49AM +0100, Markus Armbruster wrote:
>> Commit c10eb740108 (accel/system: Add 'info accel' on human monitor)
>> inserted "info accel" in the middle of "info sync-profile". Move it
>> behind "info sync-profile".
>
> Opps, we have this kind of mistake over & over again. The .hx format
> is really horrible and easy to make this mistake with, and makes me
> rather wish we could eliminate it :-(
True.
$ git-ls-files \*.hx
hmp-commands-info.hx
hmp-commands.hx
hw/audio/pl041.hx
qemu-img-cmds.hx
qemu-options.hx
>> Signed-off-by: Markus Armbruster <[email protected]>
>> ---
>> hmp-commands-info.hx | 24 ++++++++++++------------
>> 1 file changed, 12 insertions(+), 12 deletions(-)
>
> Reviewed-by: Daniel P. Berrangé <[email protected]>
Thanks!