Branch: refs/heads/next
  Home:   https://github.com/siemens/jailhouse
  Commit: 85d89c7fe2282b7ea3648ee717a607fc1b59cbae
      
https://github.com/siemens/jailhouse/commit/85d89c7fe2282b7ea3648ee717a607fc1b59cbae
  Author: Jean-Jacques Hiblot <[email protected]>
  Date:   2018-05-02 (Wed, 02 May 2018)

  Changed paths:
    M tools/jailhouse-cell-linux

  Log Message:
  -----------
  tools: jailhouse-cell-linux: fixed bug in command line generation

args.kernel.name + '-unzipped' if self._kernel_gz else '' is wrong
because '+' takes precedence over 'if ... else ...'. This results in the
kernel image name being absent from the generated command line if the
kernel is not compressed.
Fix it by using parenthesis to apply the condition only to '-unzipped'.

Signed-off-by: Jean-Jacques Hiblot <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>



      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to