Re: [Xen-devel] [PATCH] tools/kdd: remove unneeded packed attributes

2017-03-10 Thread Tim Deegan
Hi, At 12:02 +0900 on 10 Mar (1489147353), Roger Pau Monne wrote: > The layout of the structures make them already aligned, there's no need for > the > packed attributes. That's not right -- kdd_pkt gets 8 bytes longer with this patch. In fact this code has the bug that clang's new warning is s

[Xen-devel] [PATCH] tools/kdd: remove unneeded packed attributes

2017-03-09 Thread Roger Pau Monne
The layout of the structures make them already aligned, there's no need for the packed attributes. Signed-off-by: Roger Pau Monné --- Cc: Tim Deegan Cc: Ian Jackson Cc: Wei Liu --- tools/debugger/kdd/kdd.h | 44 +--- 1 file changed, 21 insertions(+), 23