Re: [RFC 0/4] Support interactions between TCG plugins

2022-09-26 Thread Andrew S. Fasano
From: Alex Bennée > Andrew Fasano writes: > > > Hello, > > > > I'm requesting comments on the following series of patches expanding the > > TCG plugin system to add the "QEMU Plugin-to-Plugin (QPP)" interface > > that allows for interactions between TCG plugins. The goal of this > > interface is

Re: [RFC 0/4] Support interactions between TCG plugins

2022-09-21 Thread Alex Bennée
Andrew Fasano writes: > Hello, > > I'm requesting comments on the following series of patches expanding the > TCG plugin system to add the "QEMU Plugin-to-Plugin (QPP)" interface > that allows for interactions between TCG plugins. The goal of this > interface is to enable plugins to expand on o

[RFC 0/4] Support interactions between TCG plugins

2022-09-01 Thread Andrew Fasano
Hello, I'm requesting comments on the following series of patches expanding the TCG plugin system to add the "QEMU Plugin-to-Plugin (QPP)" interface that allows for interactions between TCG plugins. The goal of this interface is to enable plugins to expand on other plugins and reduce code duplicat