Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops
base: 2d8b282114ff
Choose a base ref
...
head repository: NixOS/nixops
compare: fc43d9c97b4f
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 9, 2017

  1. virtualbox.{nix,py}: add .vcpu option

    We follow the naming convention used by libvirt, and convert this
    option to a "--cpu" command line option for VBoxManage.
    Cireo committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    cb9dd1e View commit details
    Browse the repository at this point in the history
  2. squash: Add vmFlags, make vcpu accept null

    I am not sure about the handling of nullOr, some places seem to assume
    null values will be populated as None, others seem to assume the key
    will be omitted.
    Cireo committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    e38443f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #540 from Cireo/vbox_vcpu_option

    virtualbox.{nix,py}: add .vcpu option
    domenkozar committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    fc43d9c View commit details
    Browse the repository at this point in the history