> From: Aaron Lindsay [mailto:aclin...@gmail.com]
> On Sep 10 14:41, Pavel Dovgalyuk wrote:
> > From: Alex Bennée [mailto:alex.ben...@linaro.org]
> > > Currently this is only available to system mode emulation. Can it be
> > > extended to include linux-user as well?
> >
> > Why not? I'm not familia
On Sep 10 14:41, Pavel Dovgalyuk wrote:
> From: Alex Bennée [mailto:alex.ben...@linaro.org]
> > Currently this is only available to system mode emulation. Can it be
> > extended to include linux-user as well?
>
> Why not? I'm not familiar with linux-user, so I'll need some time to try.
Yes. In fa
> From: Alex Bennée [mailto:alex.ben...@linaro.org]
> Pavel Dovgalyuk writes:
>
> > This patch adds support for dynamically loaded plugins.
> > Every plugin is a dynamic library with a set of optional exported
> > functions that will be called from QEMU.
> >
> > Signed-off-by: Pavel Dovgalyuk
>
> From: Alex Bennée [mailto:alex.ben...@linaro.org]
> Pavel Dovgalyuk writes:
>
> > This patch adds support for dynamically loaded plugins.
> > Every plugin is a dynamic library with a set of optional exported
> > functions that will be called from QEMU.
> >
>
> > +
> > +static QLIST_HEAD(, Qemu
> From: Alex Bennée [mailto:alex.ben...@linaro.org]
> Pavel Dovgalyuk writes:
>
> > This patch adds support for dynamically loaded plugins.
> > Every plugin is a dynamic library with a set of optional exported
> > functions that will be called from QEMU.
> >
> > Signed-off-by: Pavel Dovgalyuk
>
Pavel Dovgalyuk writes:
> This patch adds support for dynamically loaded plugins.
> Every plugin is a dynamic library with a set of optional exported
> functions that will be called from QEMU.
>
> +
> +static QLIST_HEAD(, QemuPluginInfo) qemu_plugins
> += QLIST_
Pavel Dovgalyuk writes:
> This patch adds support for dynamically loaded plugins.
> Every plugin is a dynamic library with a set of optional exported
> functions that will be called from QEMU.
>
> Signed-off-by: Pavel Dovgalyuk
> ---
> Makefile.target |1
> configure
Pavel Dovgalyuk writes:
> This patch adds support for dynamically loaded plugins.
> Every plugin is a dynamic library with a set of optional exported
> functions that will be called from QEMU.
>
> Signed-off-by: Pavel Dovgalyuk
> ---
> qemu-options.hx | 10 +
> vl.c
This patch adds support for dynamically loaded plugins.
Every plugin is a dynamic library with a set of optional exported
functions that will be called from QEMU.
Signed-off-by: Pavel Dovgalyuk
---
Makefile.target |1
configure | 14 ++-
include/qemu/plugins.