On Fri, Jan 09, 2026 at 08:33:49 +0100, Michal Privoznik wrote:
Stems out from discussion here:
https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/message/HYTV...
Michal Prívozník (3): hyperv: Drop const for resourceType in hypervDomainAttachSerial() network: Drop const for forwardIf in pfAddNatFirewallRules() syntax-check: Introduce sc_prohibit_g_autofree_const rule
build-aux/syntax-check.mk | 6 ++++++ src/hyperv/hyperv_driver.c | 2 +- src/network/network_pf.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-)
The regexp looks a bit strange to me (probably because I haven't seen all the lines it has to match or ignore), but I guess it work as is and if it stops working, we can update it later :-) Reviewed-by: Jiri Denemark <jdenemar@redhat.com>