-
- Downloads
xenfront: initialize softc structure
The Xen hypervisor not always initialize its pages. The BSD drivers will however assume they are zeroed, and so things may break if they are not (misterious flag tests suddenly being true, for instance). Initialize manually the data we have just received from malloc when we deal with softc.
Please register or sign in to comment