1. 22 2月, 2016 14 次提交
  2. 20 2月, 2016 23 次提交
  3. 19 2月, 2016 3 次提交
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-19' into staging · 1b3337bb
      Peter Maydell 提交于
      Error reporting patches for 2016-02-19
      
      # gpg: Signature made Fri 19 Feb 2016 12:47:50 GMT using RSA key ID EB918653
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>"
      
      * remotes/armbru/tags/pull-error-2016-02-19:
        vl: Clean up machine selection in main().
        vl: Set error location when parsing memory options
        replay: Set error location properly when parsing options
        vl: Reset location after handling command-line arguments
        vl.c: Fix regression in machine error message
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1b3337bb
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-19' into staging · 5cfffc30
      Peter Maydell 提交于
      QAPI patches for 2016-02-19
      
      # gpg: Signature made Fri 19 Feb 2016 10:10:18 GMT using RSA key ID EB918653
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>"
      
      * remotes/armbru/tags/pull-qapi-2016-02-19:
        qapi: Change visit_start_implicit_struct to visit_start_alternate
        qapi: Don't box branches of flat unions
        qapi: Don't box struct branch of alternate
        qapi-visit: Use common idiom in gen_visit_fields_decl()
        qapi: Emit structs used as variants in topological order
        qapi: Adjust layout of FooList types
        qapi-visit: Less indirection in visit_type_Foo_fields()
        qapi-visit: Unify struct and union visit
        qapi: Visit variants in visit_type_FOO_fields()
        qapi-visit: Simplify how we visit common union members
        qapi: Add tests of complex objects within alternate
        qapi: Forbid 'any' inside an alternate
        qapi: Forbid empty unions and useless alternates
        qapi: Simplify excess input reporting in input visitors
        qapi-visit: Honor prefix of discriminator enum
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      5cfffc30
    • M
      vl: Clean up machine selection in main(). · 7580f231
      Markus Armbruster 提交于
      We set machine_class to the default first, and update it to the real
      one later.  Any use of machine_class in between is almost certainly
      wrong (there are no such uses right now).  Set it once and for all
      instead.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Reviewed-by: NLaszlo Ersek <lersek@redhat.com>
      Reviewed-by: NMarcel Apfelbaum <marcel@redhat.com>
      7580f231