On Wed, Jul 31, 2019 at 05:06:39PM +0100, Alex Bennée wrote:
> From: "Emilio G. Cota"
>
> Signed-off-by: Emilio G. Cota
> [AJB: moved directory and merged various fixes]
> Signed-off-by: Alex Bennée
> +static int plugin_load(struct qemu_plugin_desc *desc)
> +{
> +qemu_plugin_install_func_
On 7/31/19 9:06 AM, Alex Bennée wrote:
> +static inline struct qemu_plugin_insn * qemu_plugin_insn_alloc(void)
> +{
> +int i, j;
> +struct qemu_plugin_insn *insn = g_new0(struct qemu_plugin_insn, 1);
> +insn->data = g_byte_array_sized_new(4);
> +
> +for (i = 0; i < PLUGIN_N_CB_TYPES