Re: [Qemu-devel] [PATCH v2 1/5] backdoor: Add documentation

2011-12-06 Thread Anthony Liguori
On 12/06/2011 04:36 PM, Peter Maydell wrote: 2011/12/5 Lluís Vilanova: +3. Build QEMU with the backdoor feature: + +/path/to/qemu/configure --with-backdoor=/tmp/my-backdoor-qemu If we want to do this wouldn't it make more sense to do it by having qemu dynamically load a plugin DLL with a s

Re: [Qemu-devel] [PATCH v2 1/5] backdoor: Add documentation

2011-12-06 Thread Anthony Liguori
On 12/05/2011 04:22 PM, Lluís Vilanova wrote: Signed-off-by: Lluís Vilanova --- docs/backdoor.txt | 167 + 1 files changed, 167 insertions(+), 0 deletions(-) create mode 100644 docs/backdoor.txt diff --git a/docs/backdoor.txt b/docs/backd

Re: [Qemu-devel] [PATCH v2 1/5] backdoor: Add documentation

2011-12-06 Thread Peter Maydell
2011/12/5 Lluís Vilanova : > +3. Build QEMU with the backdoor feature: > + > +    /path/to/qemu/configure --with-backdoor=/tmp/my-backdoor-qemu If we want to do this wouldn't it make more sense to do it by having qemu dynamically load a plugin DLL with a specified ABI rather than having to compile

[Qemu-devel] [PATCH v2 1/5] backdoor: Add documentation

2011-12-05 Thread Lluís Vilanova
Signed-off-by: Lluís Vilanova --- docs/backdoor.txt | 167 + 1 files changed, 167 insertions(+), 0 deletions(-) create mode 100644 docs/backdoor.txt diff --git a/docs/backdoor.txt b/docs/backdoor.txt new file mode 100644 index 000..1c6502