]> xenbits.xensource.com Git - people/pauldu/xenvif.git/commit
Only veto PDO start when InitSafeBootMode is set
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 1 Mar 2016 17:22:00 +0000 (17:22 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 1 Mar 2016 17:22:00 +0000 (17:22 +0000)
commitc0bf8d710f55b3f7b0f3533a11a53126a01fe963
tree142fab55909264d3dbed912494c47386c7f238f3
parentcb424a5130725324114a0b91fcd03aca2c7c52d1
Only veto PDO start when InitSafeBootMode is set

There is no need to prevent FDO or PDO creation to stop PV network devices
from coming up, we just need to prevent the PDOs from starting.

Thie patch removes the global veto and instead bails out of PdoStartDevice()
if the system is in safe mode.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenvif/driver.c
src/xenvif/driver.h
src/xenvif/pdo.c