Home | History | Annotate | Download | only in libnvmm
History log of /src/lib/libnvmm/shlib_version
RevisionDateAuthorComments
 1.1  10-Nov-2018  maxv branches: 1.1.2; 1.1.4;
Add libnvmm, NetBSD's new virtualization API. It provides a way for VMM
software to effortlessly create and manage virtual machines via NVMM.

It is mostly complete, only nvmm_assist_mem needs to be filled -- I have
a draft for that, but it needs some more care. This Mem Assist should
not be needed when emulating a system in x2apic mode, so theoretically
the current form of libnvmm is sufficient to emulate a whole class of
systems.

Generally speaking, there are so many modes in x86 that it is difficult
to handle each corner case without introducing a ton of checks that just
slow down the common-case execution. Currently we check a limited number
of things; we may add more checks in the future if they turn out to be
needed, but that's rather low priority.

Libnvmm is compiled and installed only on amd64. A man page (reviewed by
wiz@) is provided.
 1.1.4.2  10-Jun-2019  christos Sync with HEAD
 1.1.4.1  10-Nov-2018  christos file shlib_version was added on branch phil-wifi on 2019-06-10 22:05:25 +0000
 1.1.2.2  26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.1.2.1  10-Nov-2018  pgoyette file shlib_version was added on branch pgoyette-compat on 2018-11-26 01:52:13 +0000

RSS XML Feed