Re: [Qemu-devel] [PATCH 06/12] osdep.h: Move some OS header includes and fixups from qemu-common.h

2015-07-31 Thread Daniel P. Berrange
On Wed, Jul 22, 2015 at 05:44:05PM +0100, Peter Maydell wrote: > qemu-common.h has some system header includes and fixups for > things that might be missing. This is really an OS dependency > and belongs in osdep.h, so move it across. > > Signed-off-by: Peter Maydell > --- > include/qemu-common.

[Qemu-devel] [PATCH 06/12] osdep.h: Move some OS header includes and fixups from qemu-common.h

2015-07-22 Thread Peter Maydell
qemu-common.h has some system header includes and fixups for things that might be missing. This is really an OS dependency and belongs in osdep.h, so move it across. Signed-off-by: Peter Maydell --- include/qemu-common.h | 55 +-- include/qemu/osde