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(a)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