commit | 8371df29021241b43a7a9df6369fc70f649551a2 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Thu Oct 07 18:17:12 2021 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 13 10:47:49 2021 +0200 |
tree | 8c2ae6906d577cf6e9a725569b7b949241dcdc05 | |
parent | 11a6ed0e77e8dd37ccea07575791b70c0410efea [diff] |
target/i386/sev: Move qmp_query_sev_capabilities() to sev.c Move qmp_query_sev_capabilities() from monitor.c to sev.c and make sev_get_capabilities() static. We don't need the stub anymore, remove it. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20211007161716.453984-20-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>