Re: [PATCH v2 01/12] qapi: expose rtc-reset-reinjection command unconditionally

2025-05-17 Thread Pierrick Bouvier
On 5/17/25 1:21 AM, Markus Armbruster wrote: Pierrick Bouvier writes: From: Daniel P. Berrangé This removes the TARGET_I386 condition from the rtc-reset-reinjection command. This requires providing a QMP command stub for non-i386 target. This in turn requires moving the command out of misc-t

Re: [PATCH v2 01/12] qapi: expose rtc-reset-reinjection command unconditionally

2025-05-17 Thread Markus Armbruster
Pierrick Bouvier writes: > From: Daniel P. Berrangé > > This removes the TARGET_I386 condition from the rtc-reset-reinjection > command. This requires providing a QMP command stub for non-i386 target. > This in turn requires moving the command out of misc-target.json, since > that will trigger s

[PATCH v2 01/12] qapi: expose rtc-reset-reinjection command unconditionally

2025-05-15 Thread Pierrick Bouvier
From: Daniel P. Berrangé This removes the TARGET_I386 condition from the rtc-reset-reinjection command. This requires providing a QMP command stub for non-i386 target. This in turn requires moving the command out of misc-target.json, since that will trigger symbol poisoning errors when built from