Il 27/04/2013 15:19, Peter Maydell ha scritto: >>>> >> > The next patch will add a dependency of qemu/osdep.h on config-host.h. >>>> >> > It could be nicer to use qemu-common.h, but I prefer to be safer this >>>> >> > close to hard feature freeze. >>> >> Can't we just include config-host.h from osdep.h ? >> > >> > Yes, but that is also a bit more risky than I think we can afford at >> > this point. > Not sure I understand where the risk is -- all it does is > define a pile of CONFIG_* macros, right?
Yeah, I was unsure about triggering changes in all files that include osdep.h, but there aren't that many actually. Most files get it via qemu-common.h, and qemu-common.h includes config-host.h. Paolo
