Re: [Qemu-devel] [PATCH] hw: Clean up includes

2016-05-29 Thread Michael Tokarev
Aplied to -trivial, thanks! /mjt

Re: [Qemu-devel] [PATCH] hw: Clean up includes

2016-05-24 Thread Eric Blake
On 05/24/2016 09:28 AM, Peter Maydell wrote: > Clean up includes so that osdep.h is included first and headers > which it implies are not included manually. > > This commit was created with scripts/clean-includes. > > Signed-off-by: Peter Maydell > --- > hw/intc/aspeed_vic.c | 1 - > hw/timer

[Qemu-devel] [PATCH] hw: Clean up includes

2016-05-24 Thread Peter Maydell
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell --- hw/intc/aspeed_vic.c | 1 - hw/timer/mc146818rtc.c | 1 - include/exec/hwaddr.h | 1 - include/qem