[libvirt] [PATCHv5 0/4] Outline of rewriting vbox Driver

Taowei uaedante at gmail.com
Wed Jul 2 16:53:01 UTC 2014


Fix some problems in last patch. Includes:
 * Re-manage the patches in a better order, move some symbol definitions into the proper patch.
 * Make the API in vboxUniformedAPI hierarchical. So when more apis introduced into the
uniformed api, it wouldn't go to a mess.
 * Rewrite the vboxDomainSave in a better way.

Taowei (4):
  Define vboxUniformedAPI
  Implement vboxInitialize and vboxDomainSave
  Implement uniformed api for each vbox version
  Install vboxUniformedAPI

 po/POTFILES.in                |    1 +
 src/Makefile.am               |    4 +-
 src/vbox/vbox_common.c        |  183 +++++++++++++++
 src/vbox/vbox_common.h        |  151 ++++++++++++
 src/vbox/vbox_driver.c        |   22 +-
 src/vbox/vbox_tmpl.c          |  504 ++++++++++++++++++++++++-----------------
 src/vbox/vbox_uniformed_api.h |  211 +++++++++++++++++
 7 files changed, 868 insertions(+), 208 deletions(-)
 create mode 100644 src/vbox/vbox_common.c
 create mode 100644 src/vbox/vbox_common.h
 create mode 100644 src/vbox/vbox_uniformed_api.h

-- 
1.7.9.5




More information about the libvir-list mailing list