/* * These helpers are stubs that get dynamically switched out for calls * direct to the plugin if they are subscribed to. */ void HELPER(plugin_vcpu_udata_cb)(uint32_t cpu_index, void *udata) { } void HELPER(plugin_vcpu_mem_cb)(unsigned int vcpu_index, qemu_plugin_meminfo_t info, uint64_t vaddr, void *userdata) { }