[PATCH] plugin: Fixes compiling errors on OSX

Peer Adelt posted 1 patch 5 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201026040301.72054-1-peer.adelt@hni.uni-paderborn.de
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>
plugins/qemu-plugins.symbols | 3 ---
1 file changed, 3 deletions(-)
[PATCH] plugin: Fixes compiling errors on OSX
Posted by Peer Adelt 5 years ago
Removed the following entries
 - "qemu_plugin_register_vcpu_mem_haddr_cb"
 - "qemu_plugin_ram_addr_from_host"
 - "qemu_plugin_hwaddr_to_raddr"
from file "plugins/qemu-plugins.symbols".

The exported symbols do not seem to be defined anywhere and cause
errors when linking under OSX Mojave and Big Sur.

Signed-off-by: Peer Adelt <peer.adelt@hni.uni-paderborn.de>
---
 plugins/qemu-plugins.symbols | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/plugins/qemu-plugins.symbols b/plugins/qemu-plugins.symbols
index 4bdb381f48..40b4ff3821 100644
--- a/plugins/qemu-plugins.symbols
+++ b/plugins/qemu-plugins.symbols
@@ -8,9 +8,7 @@
   qemu_plugin_register_vcpu_insn_exec_cb;
   qemu_plugin_register_vcpu_insn_exec_inline;
   qemu_plugin_register_vcpu_mem_cb;
-  qemu_plugin_register_vcpu_mem_haddr_cb;
   qemu_plugin_register_vcpu_mem_inline;
-  qemu_plugin_ram_addr_from_host;
   qemu_plugin_register_vcpu_tb_trans_cb;
   qemu_plugin_register_vcpu_tb_exec_cb;
   qemu_plugin_register_vcpu_tb_exec_inline;
@@ -32,7 +30,6 @@
   qemu_plugin_mem_is_store;
   qemu_plugin_get_hwaddr;
   qemu_plugin_hwaddr_is_io;
-  qemu_plugin_hwaddr_to_raddr;
   qemu_plugin_vcpu_for_each;
   qemu_plugin_n_vcpus;
   qemu_plugin_n_max_vcpus;
-- 
2.29.1