On 30 October 2015 at 15:42, Markus Armbruster <arm...@redhat.com> wrote: > The following changes since commit fdf927621a99711bf1a81712bce054794f2d44c3: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-30' > into staging (2015-10-30 09:41:15 +0000) > > are available in the git repository at: > > git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2015-10-30 > > for you to fetch changes up to 2e6a2cf766d49ee41fc20eec8f0bee2fb6acf188: > > qapi-schema: mark InetSocketAddress as mandatory again (2015-10-30 15:50:29 > +0100) > > ---------------------------------------------------------------- > QAPI patches > > ---------------------------------------------------------------- > Daniel P. Berrange (1): > qapi-schema: mark InetSocketAddress as mandatory again > > Eric Blake (24): > tests/qapi-schema: Test for reserved names, empty struct > qapi: More idiomatic string operations > qapi: More robust conditions for when labels are needed > qapi: Reserve '*List' type names for list types > qapi: Reserve 'q_*' and 'has_*' member names > vnc: Hoist allocation of VncBasicInfo to callers > qapi-visit: Split off visit_type_FOO_fields forward decl > qapi-types: Refactor base fields output > qapi: Prefer typesafe upcasts to qapi base classes > qapi: Unbox base members > qapi-visit: Remove redundant functions for flat union base > qapi: Start converting to new qapi union layout > qapi-visit: Convert to new qapi union layout > tests: Convert to new qapi union layout > block: Convert to new qapi union layout > sockets: Convert to new qapi union layout > net: Convert to new qapi union layout > char: Convert to new qapi union layout > input: Convert to new qapi union layout > memory: Convert to new qapi union layout > tpm: Convert to new qapi union layout > qapi: Finish converting to new qapi union layout > qapi: Reserve 'u' member name > qapi: Simplify gen_struct_field()
Hi; I'm afraid this doesn't build on w32: /home/petmay01/linaro/qemu-for-merges/qemu-char.c: In function ‘qmp_chardev_open_file’: /home/petmay01/linaro/qemu-for-merges/qemu-char.c:4051: error: ‘ChardevBackend’ has no member named ‘file’ /home/petmay01/linaro/qemu-for-merges/qemu-char.c: In function ‘qmp_chardev_open_serial’: /home/petmay01/linaro/qemu-for-merges/qemu-char.c:4073: error: ‘ChardevBackend’ has no member named ‘serial’ thanks -- PMM