K 10 svn:author V 4 neel K 8 svn:date V 27 2014-06-11T17:48:07.556673Z K 7 svn:log V 286 Disable global interrupts early so all the software state maintained by bhyve is sampled "atomically". Any interrupts after this point will be held pending by the CPU until the guest starts executing and will immediately trigger a #VMEXIT. Reviewed by: Anish Gupta (akgupt3@gmail.com) END