]> git.proxmox.com Git - mirror_qemu.git/commit
hvf: Make hvf_set_phys_mem() static
authorAlexander Graf <agraf@csgraf.de>
Thu, 3 Jun 2021 13:09:32 +0000 (14:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Jun 2021 15:43:27 +0000 (16:43 +0100)
commit3f965ef4e013d37391f5bb94c243d4a4b1825b1f
tree80551635bfcd49e992e2765f8aa999822be89b0d
parent861457ce73bc9e0e56d866b5c06e2c745fe53448
hvf: Make hvf_set_phys_mem() static

The hvf_set_phys_mem() function is only called within the same file.
Make it static.

Signed-off-by: Alexander Graf <agraf@csgraf.de>
Reviewed-by: Sergio Lopez <slp@redhat.com>
Message-id: 20210519202253.76782-6-agraf@csgraf.de
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
accel/hvf/hvf-accel-ops.c
include/sysemu/hvf_int.h