> Please use [kvm-unit-tests PATCH ...] for the subject Oops, I'll resend v2 with the correct prefix. > Shouldn't this be '16', as in 16 bytes / 128 bits? > Or possibly sizeof(*mem)? Replaced with sizeof below. > use a pattern other than '0', if only for giggles? replaced uint8_t with uint32_t for more giggles and selected 0xdecafbad from the wikipedia page for Hexspeak. > And would it makes sense to use a pattern other than '0', if only for giggles? > Or possibly sizeof(*mem)?