Skip to content
Snippets Groups Projects
  1. Jan 15, 2013
  2. Jan 14, 2013
  3. Jan 11, 2013
  4. Jan 10, 2013
    • Michael Hanselmann's avatar
      Generate documentation from build directory · 7cf58cad
      Michael Hanselmann authored
      
      When man pages should be included they need to be copied from man/*.rst.
      This means documentation can no longer be built from the static reST
      files alone (which are referenced using “abs_top_srcdir”). Similar to
      Python files, automake doesn't copy or link the input files for
      documentation into the build tree.
      
      This patch adds all files required to build the documentation to
      “srclink_files”, renames the “docrst" variable to “docinput”, and then
      references the files in the build tree using “abs_top_builddir”.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      7cf58cad
    • Dimitris Aragiorgis's avatar
      Add machine version in kvm runtime file · e6ba3320
      Dimitris Aragiorgis authored
      
      kvm -M ? returns the supported machines (e.g. pc-1.1).
      Add _GetDefaultMachineVersion() function to get the default value.
      
      Upon kvm runtime file creation (this is in _GenerateKVMRuntime() invoked
      only in StartInstance()) append this info in kvm_cmd. During
      live migration the -incoming kvm process is started based on this file.
      
      In case of different KVM versions between source and target nodes
      there is a possibility (e.g. due to a kvm bug) for migration to fail silently.
      
      This patch forces the target node to emulate the same machine version
      used by running process. If KVM on target node does not support it
      the -incoming kvm process will crash and migration will be aborted.
      
      Signed-off-by: default avatarDimitris Aragiorgis <dimara@grnet.gr>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      e6ba3320
Loading