[lxc-devel] [GIT] lxc branch, master, updated. ad3ac5e0adef246d7ada5dd259537feccf3d6521

Daniel Lezcano git at users.sourceforge.net
Thu Nov 19 14:06:14 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  ad3ac5e0adef246d7ada5dd259537feccf3d6521 (commit)
       via  55237dfa662668638cb7f8dbe32b0764f89f6e94 (commit)
       via  8ac1b0bf82c5329fc6435ebb4309e15858dc7f6d (commit)
       via  16950ecb45ecfd7be5c4bb0b65d8dbe1a6e7bdc3 (commit)
       via  33c945e0237c3f9c4593dc899c8220763e6b611f (commit)
       via  9d0834025efa00c5bce49d66e9930ecd3ce934c2 (commit)
       via  0f71d073eec849672b7f5a089fb4697f423c35bc (commit)
      from  25c2aca55a82447b488eeb0b88e13da1e04871ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ad3ac5e0adef246d7ada5dd259537feccf3d6521
Author: Michel Normand <normand at fr.ibm.com>
Date:   Thu Nov 19 15:06:02 2009 +0100

    change C/R api
    
    Change Checkpoint / Restart API
    
    Signed-off-by: Michel Normand <normand at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 55237dfa662668638cb7f8dbe32b0764f89f6e94
Author: Michel Normand <normand at fr.ibm.com>
Date:   Thu Nov 19 15:06:02 2009 +0100

    remove unused cr_plugin_columbia.c
    
    Remove checkpoint / restart dead code.
    
    Signed-off-by: Michel Normand <normand at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 8ac1b0bf82c5329fc6435ebb4309e15858dc7f6d
Author: Michel Normand <normand at fr.ibm.com>
Date:   Thu Nov 19 15:06:02 2009 +0100

    lxc_init better error reporting
    
    Display the 'rcfile' value on error
    
    Signed-off-by: Michel Normand <normand at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 16950ecb45ecfd7be5c4bb0b65d8dbe1a6e7bdc3
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Thu Nov 19 15:06:02 2009 +0100

    change network_netdev function parameter
    
    A mindless change to encapsulate a little more the function.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 33c945e0237c3f9c4593dc899c8220763e6b611f
Author: Michael Tokarev <mjt at tls.msk.ru>
Date:   Thu Nov 19 15:06:02 2009 +0100

    factor out common config evaluating code
    
    in confile.c we currently have a ton of functions each doing
    the same thing.  Clean them up by providing common routines
    to do the main work.
    
    Signed-off-by: Michael Tokarev <mjt at tls.msk.ru>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 9d0834025efa00c5bce49d66e9930ecd3ce934c2
Author: Michael Tokarev <mjt at tls.msk.ru>
Date:   Thu Nov 19 15:06:02 2009 +0100

    rename struct lxc_netdev fields to match reality
    
    struct lxc_netdev is used to hold information from cnfig file
    about a network device/configuration.  Make the fields of this
    structure to be named similarily with the config file keywords,
    namely:
     s/ifname/link/ - host-side link for the device (bridge or eth0)
     s/newname/name/ - container-side ifname
    It is insane to have completely different names in config file
    and in structure/variable names :)
    
    Signed-off-by: Michael Tokarev <mjt at tls.msk.ru>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 0f71d073eec849672b7f5a089fb4697f423c35bc
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Thu Nov 19 15:06:02 2009 +0100

    update the man pages
    
    Update the man pages regarding the modifications around the
    configuration option, volatile containers and new configuration
    file format.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                 |   16 +++--
 doc/lxc-execute.sgml.in      |   11 ----
 doc/lxc-start.sgml.in        |   21 +++++-
 doc/lxc.conf.sgml.in         |   17 +++++
 doc/lxc.sgml.in              |    2 +-
 src/lxc/Makefile.am          |    4 +-
 src/lxc/arguments.h          |    3 +-
 src/lxc/checkpoint.c         |   20 +------
 src/lxc/conf.c               |   24 ++++----
 src/lxc/conf.h               |    7 +-
 src/lxc/confile.c            |  137 +++++++++++++++++++-----------------------
 src/lxc/cr_plugin_columbia.c |  121 -------------------------------------
 src/lxc/lxc.h                |   29 +++++----
 src/lxc/lxc_checkpoint.c     |   46 ++++----------
 src/lxc/lxc_plugin.h         |    9 ---
 src/lxc/lxc_restart.c        |   26 +++++---
 src/lxc/restart.c            |   22 +------
 src/lxc/start.c              |    4 +-
 18 files changed, 174 insertions(+), 345 deletions(-)
 delete mode 100644 src/lxc/cr_plugin_columbia.c
 delete mode 100644 src/lxc/lxc_plugin.h


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list