On 02.07.2014 18:53, Taowei wrote:
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
Okay, all the patches works for me. I think you can start rewriting more
APIs.
Michal