]> xenbits.xensource.com Git - qemu-xen.git/commit
monitor: Reduce hmp_info_sev() declaration
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 7 Oct 2021 16:17:15 +0000 (18:17 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Oct 2021 08:47:49 +0000 (10:47 +0200)
commitcd35beb488c655a86da60d85949c026387187171
treeb9795d5587f3a5c9f46e43e0d7899c22be4ffb81
parentaa3950182f902a48f60d7040069b092eb5aaae21
monitor: Reduce hmp_info_sev() declaration

While being conditionally used for TARGET_I386 in hmp-commands-info.hx,
hmp_info_sev() is declared for all targets. Reduce its declaration
to target including "monitor/hmp-target.h". This is a minor cleanup.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211007161716.453984-23-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/monitor/hmp-target.h
include/monitor/hmp.h
target/i386/sev-sysemu-stub.c
target/i386/sev.c