device: 0.950 performance: 0.805 socket: 0.748 network: 0.742 semantic: 0.691 vnc: 0.651 PID: 0.634 other: 0.593 files: 0.587 graphic: 0.563 permissions: 0.538 boot: 0.486 debug: 0.443 KVM: 0.350 hw/timer/altera_timer.c:207: bad size in memset ? hw/timer/altera_timer.c:207:5: warning: ‘memset’ used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] Source code is memset(t->regs, 0, ARRAY_SIZE(t->regs)); Maybe better code memset(t->regs, 0, R_MAX * sizeof( uint32_t)); On 28 January 2017 at 13:16, dcb