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

2025-05-15 Thread Pierrick Bouvier
On 5/15/25 1:45 AM, Daniel P. Berrangé wrote: diff --git a/stubs/monitor-i386-rtc.c b/stubs/monitor-i386-rtc.c new file mode 100644 index 000..e78757b24f2 --- /dev/null +++ b/stubs/monitor-i386-rtc.c @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#include "qemu/osdep

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

2025-05-15 Thread Daniel P . Berrangé
On Wed, May 14, 2025 at 04:40:57PM -0700, Pierrick Bouvier wrote: > 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-

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

2025-05-14 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