1. 20 8月, 2014 25 次提交
  2. 19 8月, 2014 6 次提交
  3. 18 8月, 2014 6 次提交
  4. 15 8月, 2014 3 次提交
    • T
      vbox: Introducing vboxCommonDriver · cdba7c90
      Taowei 提交于
      After this patch, we will have only one common domain driver.
      So, the rewritten on domain driver is finished in this patch.
      cdba7c90
    • T
      vbox: Add registerDomainEvent · 37cf7594
      Taowei 提交于
      37cf7594
    • T
      vbox: Rewrite vboxNode functions · 1eda86b0
      Taowei 提交于
      Four functions are rewrite in this patch, that is:
      vboxNodeGetInfo
      vboxNodeGetCellsFreeMemory
      vboxNodeGetFreeMemory
      vboxNodeGetFreePages
      Since these functions has nothing to do with vbox,
      it can be directly moved to vbox_common.c. So, I
      merged these things into one patch.
      1eda86b0