On 03/11/2014 08:35 AM, prashanth
sunder wrote:
Just a couple things off the top of my head (keeping in mind that I've never actually used virtual box or the virtual box driver, but only have suffered the pain of reviewing a few virtualbox driver patches :-) 1) I recall that there is a lot of *almost* identical code for the various versions. Rather than just moving those nearly identical pieces of code into different files for each version, it would make maintenance simpler if the essence of the difference between versions could be extracted into smaller lower-level functions that had as little shared code as possible, and were called from common top-level functions. 2) If possible, it would be nice if the code for all versions of virtualbox was always compiled, and the decision of which set of functions to use was made at runtime. (Basically, each incompatible vbox version would have a separate "backend driver" in libvirt parlance, and the dispatch table for the backend drivers would essentially be the list of low-level functions from item (1)). This way it would be possible to upgrade to a new virtualbox version without requiring a lock-step update to a libvirt that had been compiled for the new virtualbox version. |
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list