CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2014/07/11 02:48:38
Modified files: sys/dev/pci : viomb.c Log message: add sensors to export what the actual size of the balloon is and what it should be, in bytes. currently uses SENSOR_INTEGER as sensor type, this may change in the future in favor of a new sensor type. ok sf@