Skip to content
Snippets Groups Projects
  1. Jan 25, 2013
    • Guido Trotter's avatar
      kvm: fix bug while fetching -device list · bc0fed4b
      Guido Trotter authored
      
      _GetKVMOutput expects the command to succeed, but unfortunately on some
      versions of kvm "-device ?" will output a correct list of devices, while
      exiting with an error code.
      
      To fix this we accept failure in that case (note that this doesn't
      change the situation when this command is not supported, as in that case
      the output will still not contain the correct string).
      
      This patch also updates the docstring, adding the parameter types and
      description.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      bc0fed4b
  2. Jan 24, 2013
  3. Jan 23, 2013
  4. Jan 22, 2013
  5. Jan 21, 2013
  6. Jan 18, 2013
  7. Jan 17, 2013
  8. Jan 16, 2013
Loading