On Mon, Jan 21, 2013 at 12:03:47PM +0000, Peter Maydell wrote: > Remove an unnecessary mutual inclusion loop between qemu-pixman.h and > console.h, since the former was only including the latter for > 'PixelFormat*', which can be provided by typedefs.h. This requires a > minor adjustment to the files which included qemu-pixman.h, since > they were relying on it implicitly dragging in all of console.h. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > Stefan: I've made the obvious change to fix the spice compile issue, > but none of my systems have a new enough spice-protocol/spice-server > to allow me to configure with spice enabled. I'd appreciate it if > you could check it does indeed compile OK now... > > include/ui/qemu-pixman.h | 2 +- > include/ui/spice-display.h | 1 + > ui/qemu-pixman.c | 3 ++- > 3 files changed, 4 insertions(+), 2 deletions(-)
Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan