qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [RFC 0/2]: QMP: Human Monitor passthrough
Date: Wed, 27 Oct 2010 14:37:40 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100915 Lightning/1.0b1 Thunderbird/3.0.8

On 10/25/2010 03:06 PM, Luiz Capitulino wrote:
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).

Looks good to me.

Regards,

Anthony Liguori

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]