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: BenSimsCitrix/xapi-storage-script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xapi-project/xapi-storage-script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 8 files changed
  • 6 contributors

Commits on Jul 23, 2019

  1. Use syslog from xcp-idl for now

    Core.Unix.Syslog got renamed to Syslog and made part of core.syslog.
    However we cannot link that as it conflicts with the Syslog module in
    xcp-idl.
    
    For now switch to using the syslog module from xcp-idl instead.
    
    Signed-off-by: Edwin Török <[email protected]>
    edwintorok committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    9a9adce View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. CP-31450: Add domid to Datapath.attach

    We now honour the existing API of Datapath.attach by
    passing the domid of vm that the vbd is being attached to.
    
    This will enable a qemu process per vm.
    
    Signed-off-by: ben sims <[email protected]>
    BenSimsCitrix committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    14d84e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Simplify travis and update to 4.07

    Signed-off-by: Edwin Török <[email protected]>
    edwintorok committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    23a8781 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Merge pull request xapi-project#86 from edwintorok/syslog

    Use syslog from xcp-idl for now
    robhoes authored Jul 30, 2019
    Configuration menu
    Copy the full SHA
    90be828 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Merge pull request xapi-project#85 from BenSimsCitrix/private/bensi/C…

    …P-31450
    
    CP-31450: Add domid to Datapath.attach
    edwintorok authored Aug 2, 2019
    Configuration menu
    Copy the full SHA
    91a0d42 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Fix Stdlib warning

    Signed-off-by: Christian Lindig <[email protected]>
    lindig committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    fa189b2 View commit details
    Browse the repository at this point in the history
  2. Fix Travis

    Signed-off-by: Christian Lindig <[email protected]>
    lindig committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    88a5840 View commit details
    Browse the repository at this point in the history
  3. Merge pull request xapi-project#87 from lindig/master

    Fix Stdlib warning
    lindig authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    b200a06 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. CP-34942: compatibility with Core 0.13

    When using core polymorphic comparison is not available anymore, so
    operator from a particular module are used.
    
    Signed-off-by: Pau Ruiz Safont <[email protected]>
    psafont committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    338912c View commit details
    Browse the repository at this point in the history
  2. maintenance: prepare repository for ocamlformat

    Signed-off-by: Pau Ruiz Safont <[email protected]>
    psafont committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    47259aa View commit details
    Browse the repository at this point in the history
  3. maintenance: format ocaml code with ocamlformat

    Signed-off-by: Pau Ruiz Safont <[email protected]>
    psafont committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    364c27f View commit details
    Browse the repository at this point in the history
  4. maintenance: adapt to message-switch usage of result

    Signed-off-by: Pau Ruiz Safont <[email protected]>
    psafont committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    4b8a00b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Merge pull request xapi-project#88 from psafont/rpclib_7

    CP-34942: compatibility with Core 0.13
    edwintorok authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    a917fdd View commit details
    Browse the repository at this point in the history
Loading