CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/07 14:08:55
Modified files:
sys/dev/pv : xbf.c
Log message:
Add required padding to the response descriptor
Xen source code relies on the compiler to pad members of the structure
representing the descriptor layout in memory; we're however trying to
be more defensive and define packed structures.
Figured out the hard way with reyk@.
