CVSROOT:        /cvs
Module name:    src
Changes by:     mi...@cvs.openbsd.org   2016/11/03 06:56:02

Modified files:
        sys/dev/pv     : hypervic.c hypervicreg.h 

Log message:
Implement a Key-Value Pair exchange interface

The implemented abstraction allows us to query and set little
endian UTF-16 keys exchanged between the Host and the Guest via
a text based pvbus(4) interface.

All keys are attached to one of several key pools: Auto, Guest,
External or Guest/Parameters.  The hostctl(8) is able to modify
values for keys in the Auto pool as well as set new keys in the
Guest pool while the Host provides its keys in External and
Guest/Parameters pools.

Discussed with reyk@

Reply via email to