Commit b050c78
authored
xenctrlext: do not truncate the amount of memory in claims to 32 bits (xapi-project#6372)
Int_val truncates values to a 32-bit int. Instead use Long_val, which
does not suffer from this.
This is a problem when claiming more than ≈ 9706GiBs for a domain.
Found after reading this PR ocaml/ocaml#138521 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
| 681 | + | |
682 | 682 | | |
683 | 683 | | |
684 | 684 | | |
| |||
0 commit comments