[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH 1/6 V3] inject-nmi: Defining the public API
- From: "Daniel P. Berrange" <berrange redhat com>
- To: Lai Jiangshan <laijs cn fujitsu com>
- Cc: libvirt-list redhat com
- Subject: Re: [libvirt] [PATCH 1/6 V3] inject-nmi: Defining the public API
- Date: Mon, 9 May 2011 17:12:11 +0100
On Thu, Apr 21, 2011 at 02:42:52PM +0800, Lai Jiangshan wrote:
>
>
> Signed-off-by: Lai Jiangshan <laijs cn fujitsu com>
> ---
> include/libvirt/libvirt.h.in | 2 ++
> src/libvirt_public.syms | 5 +++++
> 2 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in
> index 5783303..0e1e27a 100644
> --- a/include/libvirt/libvirt.h.in
> +++ b/include/libvirt/libvirt.h.in
> @@ -2519,6 +2519,8 @@ int virDomainOpenConsole(virDomainPtr dom,
> virStreamPtr st,
> unsigned int flags);
>
> +int virDomainInjectNMI(virDomainPtr domain, unsigned int flags);
> +
> #ifdef __cplusplus
> }
> #endif
> diff --git a/src/libvirt_public.syms b/src/libvirt_public.syms
> index b4aed41..f5bbc01 100644
> --- a/src/libvirt_public.syms
> +++ b/src/libvirt_public.syms
> @@ -436,4 +436,9 @@ LIBVIRT_0.9.0 {
> virStorageVolUpload;
> } LIBVIRT_0.8.8;
>
> +LIBVIRT_0.9.1 {
> + global:
> + virDomainInjectNMI;
> +} LIBVIRT_0.9.0;
> +
> # .... define new API here using predicted next version number ....
ACK, but we need to remember to change 0.9.1 to 0.9.2 when applying
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]