]> git.proxmox.com Git - qemu.git/commit
Merge remote-tracking branch 'luiz/queue/qmp' into staging
authorAnthony Liguori <anthony@codemonkey.ws>
Thu, 22 Aug 2013 14:29:25 +0000 (09:29 -0500)
committerAnthony Liguori <anthony@codemonkey.ws>
Thu, 22 Aug 2013 14:29:25 +0000 (09:29 -0500)
commit5211333bf77d5199d5f27cd306b2798d90a4c8fc
treeb348e71e5874fc649f33420c52d0e9e60d4ca962
parent9fe480695ad8c9126ac8f318a0241e10aad7a25b
parent21e0043bada1a24ae2ba6cd0051e104c0cbf9634
Merge remote-tracking branch 'luiz/queue/qmp' into staging

# By Laszlo Ersek (8) and others
# Via Luiz Capitulino
* luiz/queue/qmp:
  scripts/qapi.py: Avoid syntax not supported by Python 2.4
  monitor: print the invalid char in error message
  OptsVisitor: introduce unit tests, with test cases for range flattening
  add "test-int128" and "test-bitops" to .gitignore
  OptsVisitor: don't try to flatten overlong integer ranges
  OptsVisitor: opts_type_uint64(): recognize intervals when LM_IN_PROGRESS
  OptsVisitor: rebase opts_type_uint64() to parse_uint_full()
  OptsVisitor: opts_type_int(): recognize intervals when LM_IN_PROGRESS
  OptsVisitor: introduce list modes for interval flattening
  OptsVisitor: introduce basic list modes
  Convert stderr message calling error_get_pretty() to error_report()

Message-id: 1377015041-6567-1-git-send-email-lcapitulino@redhat.com
Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>