* [Qemu-devel] Hi, where can i get a latest full version of QAPI ?
@ 2017-12-20 10:37 那个秀才
2017-12-20 14:10 ` Luiz Capitulino
0 siblings, 1 reply; 4+ messages in thread
From: 那个秀才 @ 2017-12-20 10:37 UTC (permalink / raw)
To: lcapitulino; +Cc: qemu-devel
Hi,
Dear master. Where can i get a latest full verson of QAPI ? I wanna read some file in VMs by qemu-quest-agent, since then, i found things below:
https://wiki.qemu.org/QMP https://wiki.qemu.org/Features/GuestAgent https://wiki.qemu.org/Features/QAPI https://wiki.qemu.org/Features/QAPI/Signals
and even:
http://shevek.github.io/qemu-java/docs/javadoc/ However, those are all not a API manual like https://developer.openstack.org/api-ref/application-container/ or https://dev.office.com/reference/add-ins/shared/asyncresult
Need help ! Thanks for any response !
Regards!
Boba little code labour in the world full of dust.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Hi, where can i get a latest full version of QAPI ?
2017-12-20 10:37 [Qemu-devel] Hi, where can i get a latest full version of QAPI ? 那个秀才
@ 2017-12-20 14:10 ` Luiz Capitulino
2017-12-21 13:14 ` Markus Armbruster
0 siblings, 1 reply; 4+ messages in thread
From: Luiz Capitulino @ 2017-12-20 14:10 UTC (permalink / raw)
To: 那个秀才; +Cc: qemu-devel, Markus Armbruster
On Wed, 20 Dec 2017 18:37:37 +0800
"那个秀才" <me@nagexiucai.com> wrote:
> Hi,
> Dear master. Where can i get a latest full verson of QAPI ? I wanna read some file in VMs by qemu-quest-agent, since then, i found things below:
> https://wiki.qemu.org/QMP https://wiki.qemu.org/Features/GuestAgent https://wiki.qemu.org/Features/QAPI https://wiki.qemu.org/Features/QAPI/Signals
> and even:
> http://shevek.github.io/qemu-java/docs/javadoc/ However, those are all not a API manual like https://developer.openstack.org/api-ref/application-container/ or https://dev.office.com/reference/add-ins/shared/asyncresult
> Need help ! Thanks for any response !
> Regards!
> Boba little code labour in the world full of dust.
Markus is a better person to ask.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Hi, where can i get a latest full version of QAPI ?
2017-12-20 14:10 ` Luiz Capitulino
@ 2017-12-21 13:14 ` Markus Armbruster
0 siblings, 0 replies; 4+ messages in thread
From: Markus Armbruster @ 2017-12-21 13:14 UTC (permalink / raw)
To: Luiz Capitulino; +Cc: 那个秀才, qemu-devel
Luiz Capitulino <lcapitulino@redhat.com> writes:
> On Wed, 20 Dec 2017 18:37:37 +0800
> "那个秀才" <me@nagexiucai.com> wrote:
>
>> Hi,
>> Dear master. Where can i get a latest full verson of QAPI ? I wanna read some file in VMs by qemu-quest-agent, since then, i found things below:
>> https://wiki.qemu.org/QMP https://wiki.qemu.org/Features/GuestAgent https://wiki.qemu.org/Features/QAPI https://wiki.qemu.org/Features/QAPI/Signals
>> and even:
>> http://shevek.github.io/qemu-java/docs/javadoc/ However, those are all not a API manual like https://developer.openstack.org/api-ref/application-container/ or https://dev.office.com/reference/add-ins/shared/asyncresult
>> Need help ! Thanks for any response !
>> Regards!
>> Boba little code labour in the world full of dust.
>
> Markus is a better person to ask.
The general guest agent protocol is documented in
docs/interop/qmp-spec.txt.
Guest agent commands are specified in qga/qapi-schema.json. The build
process extracts documentation from it to docs/interop/qemu-ga-ref.*.
You can browse 2.11's at <http://qemu.weilnetz.de/doc/qemu-ga-ref.html>.
Hope this helps!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] Hi, where can i get a latest full version of QAPI ?
@ 2017-12-22 2:32 那个秀才
0 siblings, 0 replies; 4+ messages in thread
From: 那个秀才 @ 2017-12-22 2:32 UTC (permalink / raw)
To: Luiz Capitulino, Markus Armbruster; +Cc: qemu-devel
Thanks a lot !These are useful to me :)
------------------------------------------------------------------发件人:Markus Armbruster <armbru@redhat.com>发送时间:2017年12月21日(星期四) 21:15收件人:Luiz Capitulino <lcapitulino@redhat.com>抄 送:bob <me@nagexiucai.com>; qemu-devel <qemu-devel@nongnu.org>主 题:Re: [Qemu-devel] Hi, where can i get a latest full version of QAPI ? Luiz Capitulino <lcapitulino@redhat.com> writes:
> On Wed, 20 Dec 2017 18:37:37 +0800
> "那个秀才" <me@nagexiucai.com> wrote:
>
>> Hi,
>> Dear master. Where can i get a latest full verson of QAPI ? I wanna read some file in VMs by qemu-quest-agent, since then, i found things below:
>> https://wiki.qemu.org/QMP https://wiki.qemu.org/Features/GuestAgent https://wiki.qemu.org/Features/QAPI https://wiki.qemu.org/Features/QAPI/Signals
>> and even:
>> http://shevek.github.io/qemu-java/docs/javadoc/ However, those are all not a API manual like https://developer.openstack.org/api-ref/application-container/ or https://dev.office.com/reference/add-ins/shared/asyncresult
>> Need help ! Thanks for any response !
>> Regards!
>> Boba little code labour in the world full of dust.
>
> Markus is a better person to ask.
The general guest agent protocol is documented in
docs/interop/qmp-spec.txt.
Guest agent commands are specified in qga/qapi-schema.json. The build
process extracts documentation from it to docs/interop/qemu-ga-ref.*.
You can browse 2.11's at <http://qemu.weilnetz.de/doc/qemu-ga-ref.html>.
Hope this helps!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-12-22 2:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-20 10:37 [Qemu-devel] Hi, where can i get a latest full version of QAPI ? 那个秀才
2017-12-20 14:10 ` Luiz Capitulino
2017-12-21 13:14 ` Markus Armbruster
-- strict thread matches above, loose matches on Subject: below --
2017-12-22 2:32 那个秀才
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).