On Fri, Jan 01, 2016 at 11:32:25AM -0500, Ted Unangst wrote: > > unless something has actually changed, it should not be necessary to increment > this number. the vmm in 5.9 will still speak the same protocol as the vmm that > appeared after 5.8.
Yes, this does not need to be changed (yet). -ml > > Michal Mazurek wrote: > > Index: vmmvar.h > > =================================================================== > > RCS file: /cvs/src/sys/arch/amd64/include/vmmvar.h,v > > retrieving revision 1.6 > > diff -u -p -r1.6 vmmvar.h > > --- vmmvar.h 17 Dec 2015 09:29:28 -0000 1.6 > > +++ vmmvar.h 1 Jan 2016 16:06:10 -0000 > > @@ -21,7 +21,7 @@ > > #ifndef _MACHINE_VMMVAR_H_ > > #define _MACHINE_VMMVAR_H_ > > > > -#define VMM_HV_SIGNATURE "OpenBSDVMM58" > > +#define VMM_HV_SIGNATURE "OpenBSDVMM59" > > > > #define VMM_MAX_DISKS_PER_VM 2 > > #define VMM_MAX_PATH_DISK 128 > > > > > > -- > > Michal Mazurek > > >
