1. 01 May, 2015 6 commits
  2. 30 Apr, 2015 2 commits
    • Kirill Smelkov's avatar
      Merge branch 'wendelin' · 1357609f
      Kirill Smelkov authored
      Let's merge and switch wendelin development to master.
      
      For now we only add components which should be orthogonal to the rest
      and cannot break things. Yet master is a focal point for joint effort
      and people can try wendelin work-in-progress.
      Acked-by: Ivan Tyagov's avatarIvan Tyagov <ivan@nexedi.com>
      
      * wendelin:
        wendelin.core: Add part/recipe how to build it from git repository
        components: wendelin-core -> wendelin.core
        Add Ipython and pandas python libraries.
        Add wendelin-core.
        Add msgpack-python library.
      1357609f
    • Alain Takoudjou's avatar
      afdffb94
  3. 29 Apr, 2015 15 commits
  4. 28 Apr, 2015 2 commits
  5. 27 Apr, 2015 4 commits
  6. 24 Apr, 2015 2 commits
  7. 23 Apr, 2015 6 commits
  8. 22 Apr, 2015 1 commit
    • Alain Takoudjou's avatar
      kvm: can now accept parameters external-disk-format, cpu-options and numa · 2d79471e
      Alain Takoudjou authored
      kvm_run script can now create external disk with specified format (qcow2, raw, etc...)
      if kvm external disk is created it will never be replaced, even if user
      reduce the number of disk with parameter 'external-disk-number' or change the
      'external-disk-format' value. All created disk will be added to qemu run command.
      
      numa option can be used to create [fake] numa nodes and expose them to the guest
      OS instance. In this case it is important to know the host cpu topology and where
      the instance will be allocated.
      
      cpu-options are additional parameters like sockets=1,cores=5,threads=1
      in this case if cpu-count parameter is 1 qemu options will be:
      -smp 1,sockets=1,cores=5,threads=1
      2d79471e
  9. 20 Apr, 2015 2 commits