-
Type: Improvement
-
Status: Deferred
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: virtio 1.0 csprd03
-
Labels:None
-
Proposal:
we have:
struct virtio_balloon_stat
_attribute_((packed));
val is 8 bytes but aligned at a 2 byte boundary.
this is ugly and unusual, and requires implementations
to use packed structures for access, which is error-prone.