Re: [Qemu-devel] Guest to Qemu communication channel + static instrumentation

2010-07-08 Thread Lluís
Anthony Liguori writes: > On 07/08/2010 12:49 PM, Lluís wrote: >> Hi there. >> >> I'm porting into qemu some code I had for bochs. For this purpose, the first >> part is a backdoor communication channel, such that code in the guest will be >> able to directly communicate with qemu in a pre-define

Re: [Qemu-devel] Guest to Qemu communication channel + static instrumentation

2010-07-08 Thread Anthony Liguori
On 07/08/2010 12:49 PM, Lluís wrote: Hi there. I'm porting into qemu some code I had for bochs. For this purpose, the first part is a backdoor communication channel, such that code in the guest will be able to directly communicate with qemu in a pre-defined manner (namely, the decode of an illeg

[Qemu-devel] Guest to Qemu communication channel + static instrumentation

2010-07-08 Thread Lluís
Hi there. I'm porting into qemu some code I had for bochs. For this purpose, the first part is a backdoor communication channel, such that code in the guest will be able to directly communicate with qemu in a pre-defined manner (namely, the decode of an illegal instruction). Right now, this comes