-
Couldn't load subscription status.
- Fork 293
Tidy Xapi_pif.{ml,mli} #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tidy Xapi_pif.{ml,mli} #54
Conversation
$ git checkout master Switched to branch 'master' $ camlp4 -parser o -printer o -no_comments ocaml/xapi/xapi_pif.ml | md5sum 7c232fb2c8e865b49b38d1b07e38c33b - $ git checkout CP-2371 Switched to branch 'CP-2371' $ camlp4 -parser o -printer o -no_comments ocaml/xapi/xapi_pif.ml | md5sum 7c232fb2c8e865b49b38d1b07e38c33b - Signed-off-by: Xen Git User <xen-git@citrix.com>
…_internal" from the public interface of Xapi_pif. Signed-off-by: Jonathan Knowles <jonathan.knowles@eu.citrix.com>
…ndard library function. Signed-off-by: Jonathan Knowles <jonathan.knowles@eu.citrix.com>
Signed-off-by: Jonathan Knowles <jonathan.knowles@eu.citrix.com>
|
My patches for PR-1006 are scheduled to go in on Monday, and touch the same code. Could we please not merge anything like this before PR-1006 is in? |
Build succeeded. Can merge jonathanknowles/xen-api@1e852b0 with 2f63e3a. |
|
As these patches touch the same piece of code as Rob's patches, and because Rob's patches are scheduled to go in on Monday, I've retracted this pull request. Instead, I'll rebase my changes on top of Rob's changes, and make another pull request in future. |
Release.0.10.0
…-part Blkfront will always use .../vbd/... path
Misc updates
CA-125488, CA-43182
.travis.yml: update OCaml version to 4.04
CA-182722: Update RRDs only once per SR
Replaced jbuild files with dune.
…apath [Merge qemu-datapath/ Catch EAGAIN from sendfile and retry
CA-113824: Refactor code for getting devices
[opam/next] Update to support core/async >= v0.9.0
Update opam dependencies
A small clean-up of Xapi_pif.{ml,mli}: