On Wed, 1 Aug 2012 22:02:20 -0300 Luiz Capitulino <lcapitul...@redhat.com> wrote:
> Quick summary first, long introduction afterwards. > > From the rfc: > > o rebased on top of master > o dropped patch "qapi: qapi.py: allow the "'" character be escaped" > o split patch "qerror: drop qerror_abort()" into two patches > o fixed tcp_start_outgoing_migration() not to use QERR_ macros > o fixed qemu-ga to use the new error format > o dropped more unused stuff > o improved several changelogs > > Btw, please take a special look in patches 14/34, 15/34 and 16/34. I forgot saying here that this actually doesn't when building all targets: LINK i386-linux-user/qemu-i386 ../qapi/qmp-dispatch.o: In function `qmp_build_error_object': /home/lcapitulino/work/src/qmp-unstable/qapi/qmp-dispatch.c:114: undefined reference to `ErrorClass_lookup' collect2: ld returned 1 exit status This problem was introduced by patch 30/34, but I seem to get a different build breakage whenever I try to fix it...