qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC 0/2]: QMP: Human Monitor passthrough


From: Luiz Capitulino
Subject: [Qemu-devel] [RFC 0/2]: QMP: Human Monitor passthrough
Date: Mon, 25 Oct 2010 18:06:42 -0200

This is my first try on implementing HMP passthrough via QMP. I've tried
to follow Anthony's advice on creating a buffered char device.

If this approach is good (and the implementation is not faulty), I believe
this is very near a mergeble state (although I haven't tested much yet).

Example:

-> { "execute": "hmp_passthrough", "arguments": { "command-line": "print /i 
10+25" } }
<- { "return": "35\r\n" }

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]