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/nixpkgs
base: fce7cfc2a558
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b8b35816c392
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 23, 2019

  1. libvirtd: add onBoot option

    This adds a new ``onBoot`` option that allows specifying the action taken on
    guests when the host boots. Specifying "start" ensures all guests that were
    running prior to shutdown are started, regardless of their autostart settings.
    Specifying "ignore" will make libvirtd ignore such guests. Any guest marked as
    autostart will still be automatically started by libvirtd.
    alexbakker committed Aug 23, 2019
    Copy the full SHA
    d200220 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Merge pull request #67356 from alexbakker/libvirt-onboot

    libvirtd: add onBoot option
    mmahut committed Aug 24, 2019
    Copy the full SHA
    b8b3581 View commit details
    Browse the repository at this point in the history