Merge branch 'devel-2.5'
authorGuido Trotter <ultrotter@google.com>
Thu, 15 Sep 2011 13:10:00 +0000 (14:10 +0100)
committerGuido Trotter <ultrotter@google.com>
Thu, 15 Sep 2011 13:40:01 +0000 (14:40 +0100)
commite4f4896b5252c7faf4cf26674a59ea82ac2ee267
tree075a35056f8afc72130127fdfcb5a4dfd629b101
parent4f6396fd76d75d7a7cd234480b693e518e04f610
parent6804faa032e855304dec3dd5d264237722ebcd16
Merge branch 'devel-2.5'

* devel-2.5: (33 commits)
  htools: remove dead code
  hail: don't select the primary as new secondary
  hail: add an extra safety check in relocate
  Fix RAPI documentation for gnt-instance console
  Add SPICE compression and streaming options
  Add SPICE support to gnt-instance console
  Make KVM use the QXL vga driver with SPICE
  Use a loop to check SPICE parameters dependency
  import: Fix a logic error due to missing "not"
  import: Make sure the disk_dump path is in EXPORT_DIR
  Switch other commonprefix to IsBelowDir
  utils: Introduce IsBelowDir
  Fixed a typo in gnt_cluster.py
  Added password for SPICE sessions
  Draft implementation of QMP connection
  Pylint fixes for autogenerated files
  Version bump for 2.5.0~beta3
  Makefile: Use $(LN_S) instead of “ln -s”
  Fixes to errors/warnings raised by pylint 0.24
  PEP8 for QA
  ...

Conflicts:
Makefile.am
          - preserve both changes
lib/rapi/rlib2.py
          - keep master version

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: René Nussbaumer <rn@google.com>
14 files changed:
Makefile.am
autotools/build-bash-completion
configure.ac
doc/rapi.rst
lib/cmdlib.py
lib/constants.py
lib/hypervisor/hv_base.py
lib/hypervisor/hv_kvm.py
lib/objects.py
lib/opcodes.py
lib/rapi/baserlib.py
lib/rapi/connector.py
lib/rapi/rlib2.py
lib/utils/__init__.py