Commit 8e0b253
committed
xenctrlext: do not truncate the amount of memory in claims to 32 bits
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.
Signed-off-by: Pau Ruiz Safont <[email protected]>1 parent 29ab6b6 commit 8e0b253
1 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