[libvirt] [PATCH v4 3/7] Add virDrvDomainQemuAgentCommand prototype for drivers. Add virDrvDomainQemuAgentCommand prototype for drivers. Add virDomainQemuAgentCommand() for virDrvDomainQemuAgentCommand.

Eric Blake eblake at redhat.com
Thu Aug 23 15:52:23 UTC 2012


On 08/22/2012 09:29 PM, MATSUDA Daiki wrote:
> 
> Signed-off-by: MATSUDA Daiki <matsudadik at intellilink.co.jp>
> ---
>  include/libvirt/libvirt-qemu.h |    3 ++
>  python/generator.py            |    1 +
>  src/driver.h                   |    4 +++
>  src/libvirt-qemu.c             |   54 ++++++++++++++++++++++++++++++++++++++++
>  src/libvirt_qemu.syms          |    5 +++
>  5 files changed, 67 insertions(+), 0 deletions(-)
> 

> +++ b/src/libvirt_qemu.syms
> @@ -19,3 +19,8 @@ LIBVIRT_QEMU_0.9.4 {
>      global:
>          virDomainQemuAttach;
>  } LIBVIRT_QEMU_0.8.3;
> +
> +LIBVIRT_QEMU_0.10.1 {
> +    global:
> +        virDomainQemuAgentCommand;
> +} LIBVIRT_QEMU_0.9.4;

Since this made it in before 0.10.0, this versioning is wrong.  I'll
push an obvious followup patch.

-- 
Eric Blake   eblake at redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120823/b5efef7f/attachment-0001.sig>


More information about the libvir-list mailing list