CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2016/12/26 01:55:09
Modified files: sys/arch/amd64/amd64: vmm.c Log message: Pass through cacheline size information to guest. This was pointed out to me by Christian Barthel who was encountering failures running Java on amd64 vmm(4) guests. Apparently Java queries the cacheline info and if we report "0", Java aborts. Verified on amd64 vmm(4) guest.