On Fri, Apr 21, 2023 at 10:25 AM Michal Privoznik <mprivozn@redhat.com> wrote:
After previous cleanups a lot of functions from qemu_hotplug.c
are called only within the file. Make them static and drop their
declaration from the header file.
*declarations 

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 src/qemu/qemu_hotplug.c | 56 +++++++++++++++++++++----------------
 src/qemu/qemu_hotplug.h | 61 -----------------------------------------
 2 files changed, 32 insertions(+), 85 deletions(-)

Reviewed-by: Kristina Hanicova <khanicov@redhat.com>

Kristina