Re: [Qemu-devel] [PATCH 09/29] net: use QEMU_IS_ALIGNED macro

2017-07-18 Thread Eric Blake
On 07/18/2017 01:09 AM, Philippe Mathieu-Daudé wrote: > Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci > > Signed-off-by: Philippe Mathieu-Daudé > --- > net/eth.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/eth.c b/net/eth.c > ind

[Qemu-devel] [PATCH 09/29] net: use QEMU_IS_ALIGNED macro

2017-07-17 Thread Philippe Mathieu-Daudé
Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci Signed-off-by: Philippe Mathieu-Daudé --- net/eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/eth.c b/net/eth.c index 5b9ba26a56..187a6812f6 100644 --- a/net/eth.c +++ b/net/eth.c @@ -332