diff options
| author | Alexander Graf | 2021-06-03 15:09:32 +0200 |
|---|---|---|
| committer | Peter Maydell | 2021-06-03 17:43:27 +0200 |
| commit | 3f965ef4e013d37391f5bb94c243d4a4b1825b1f (patch) | |
| tree | 80551635bfcd49e992e2765f8aa999822be89b0d /include | |
| parent | hvf: Move hvf internal definitions into common header (diff) | |
| download | qemu-3f965ef4e013d37391f5bb94c243d4a4b1825b1f.tar.gz qemu-3f965ef4e013d37391f5bb94c243d4a4b1825b1f.tar.xz qemu-3f965ef4e013d37391f5bb94c243d4a4b1825b1f.zip | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sysemu/hvf_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/hvf_int.h b/include/sysemu/hvf_int.h index ef84a24dd9..d15fa3302a 100644 --- a/include/sysemu/hvf_int.h +++ b/include/sysemu/hvf_int.h @@ -43,7 +43,6 @@ struct HVFState { }; extern HVFState *hvf_state; -void hvf_set_phys_mem(MemoryRegionSection *, bool); void assert_hvf_ok(hv_return_t ret); hvf_slot *hvf_find_overlap_slot(uint64_t, uint64_t); int hvf_put_registers(CPUState *); |
