Re: [Qemu-devel] [PATCH v4 00/54] plugins for TCG

2019-09-10 Thread Alex Bennée
Aaron Lindsay OS writes: > On Sep 06 20:52, Alex Bennée wrote: >> >> Markus Armbruster writes: >> > Please advise why TCG plugins don't undermine the GPL. Any proposal to >> > add a plugin interface needs to do that. >> >> I'm not sure what we can say about this apart from "ask your lawyer".

Re: [Qemu-devel] [PATCH v4 00/54] plugins for TCG

2019-09-10 Thread Peter Maydell
On Fri, 6 Sep 2019 at 20:53, Alex Bennée wrote: > Markus Armbruster writes: > > > Please advise why TCG plugins don't undermine the GPL. Any proposal to > > add a plugin interface needs to do that. > > I'm not sure what we can say about this apart from "ask your lawyer". I suspect the underlyin

Re: [Qemu-devel] [PATCH v4 00/54] plugins for TCG

2019-09-10 Thread Aaron Lindsay OS via Qemu-devel
On Sep 06 20:52, Alex Bennée wrote: > > Markus Armbruster writes: > > Please advise why TCG plugins don't undermine the GPL. Any proposal to > > add a plugin interface needs to do that. > > I'm not sure what we can say about this apart from "ask your lawyer". > I'm certainly not proposing we ad

Re: [Qemu-devel] [PATCH v4 00/54] plugins for TCG

2019-09-06 Thread Alex Bennée
Markus Armbruster writes: > Alex Bennée writes: > >> Hi, >> >> This is the latest iteration of the plugins series. The main changes >> from the last version are: >> >> - dropped passing of haddr to plugins >> >> This makes the code for handling the plugins less invasive in the >> softmmu pat

Re: [Qemu-devel] [PATCH v4 00/54] plugins for TCG

2019-08-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190731160719.11396-1-alex.ben...@linaro.org/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash

Re: [Qemu-devel] [PATCH v4 00/54] plugins for TCG

2019-07-31 Thread Markus Armbruster
Alex Bennée writes: > Hi, > > This is the latest iteration of the plugins series. The main changes > from the last version are: > > - dropped passing of haddr to plugins > > This makes the code for handling the plugins less invasive in the > softmmu path at the cost of offloading processing to

Re: [Qemu-devel] [PATCH v4 00/54] plugins for TCG

2019-07-31 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190731160719.11396-1-alex.ben...@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH v4 00/54] plugins for TCG Message-id: 20190731160719.11396-1

[Qemu-devel] [PATCH v4 00/54] plugins for TCG

2019-07-31 Thread Alex Bennée
Hi, This is the latest iteration of the plugins series. The main changes from the last version are: - dropped passing of haddr to plugins This makes the code for handling the plugins less invasive in the softmmu path at the cost of offloading processing to the plugin if it wants the value. We