[libvirt] [PATCH 02/12] libxl: Introduce libxl_domain.[ch]

Michal Privoznik mprivozn at redhat.com
Mon Sep 2 11:08:48 UTC 2013


On 30.08.2013 23:46, Jim Fehlig wrote:
> Create libxl_domain.[ch] and move all functions operating on
> libxlDomainObjPrivate to these files.  This will be useful for
> future patches that e.g. add job support for libxlDomainObjPrivate.
> 
> Signed-off-by: Jim Fehlig <jfehlig at suse.com>
> ---
>  po/POTFILES.in           |   1 +
>  src/Makefile.am          |   1 +
>  src/libxl/libxl_conf.c   |   2 +-
>  src/libxl/libxl_conf.h   |  18 --
>  src/libxl/libxl_domain.c | 469 +++++++++++++++++++++++++++++++++++++++++++++++
>  src/libxl/libxl_domain.h |  61 ++++++
>  src/libxl/libxl_driver.c | 436 +------------------------------------------
>  7 files changed, 535 insertions(+), 453 deletions(-)

Did a compile test and it passes. The diff stat looks reasonably, so I
am comfortable giving my ACK, or do you really want me to check if you
haven't changed any function? :)

Michal




More information about the libvir-list mailing list