Re: [PATCH v3 41/49] Guard HMP command implementations with CONFIG_HMP
"Jason J. Herne" <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.kernel.vger.kvm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/16/26 3:13 PM, Marc-André Lureau wrote: > Add #ifdef CONFIG_HMP around all hmp_* function implementations and > their HMP-only helpers across subsystems. > > This covers monitor_register_hmp* callers, hmp_info_* handlers, and > HMP-only helper functions like slirp_lookup. > > To link succesfully, use empty cmds tables in hmp-cmds.c (to be removed > once meson build-sys is updated with !hmp support later in the series) > > Reviewed-by: Daniel P. Berrangé <[email protected]> > Signed-off-by: Marc-André Lureau <[email protected]> > --- > ... > hw/s390x/s390-skeys.c | 2 ++ > hw/s390x/s390-stattrib.c | 4 ++++ Reviewed-by: Jason J. Herne <[email protected]>