Bareflank Is A New Linux Hypervisor Written In C++11/14

Written by Michael Larabel in Virtualization on 21 July 2016 at 10:02 AM EDT. 21 Comments
VIRTUALIZATION
A Phoronix reader pointed out to us of a new Linux hypervisor released at the end of June by Assured Information Security Inc. This new hypervisor is named Bareflank and it's open-source.

Bareflank is described by its GitHub page as:
The Bareflank Hypervisor is an open source, lightweight hypervisor, lead by Assured Information Security, Inc. that provides the scaffolding needed to rapidly prototype new hypervisors. To ease development, Bareflank is written in C++, and includes support for exceptions and the C++ Standard Template Library (STL) via libc++. With the C++ STL, users can leverage shared pointers, complex data structures (e.g. hash tables, maps, lists, etc…), and several other modern C++ features. Existing open source hypervisors that are written in C are difficult to modify, and spend a considerable amount of time re-writing similar functionality instead of focusing on what matters most: hypervisor technologies. Furthermore, users can leverage inheritance to extend every part of the hypervisor to provide additional functionality above and beyond what is already provided.

Bareflank is more of a framework for building complete hypervisors like you'd expect from Xen or VirtualBox or as the developers say "any type of hypervisor." Bareflank is licensed under the LGPL v2.1.

More details on Bareflank via the ainfosec.com announcement.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week