Re: [PATCH 05/11] xen: Create per-node outstanding claims

2025-06-06 Thread Roger Pau Monné
On Fri, Mar 14, 2025 at 05:24:56PM +, Alejandro Vallejo wrote: > Extends domain_set_outstanding_claims() to allow staking claims on an > exact node. Also creates global per-node claim counts analogous to > `outstanding_claims`. Note that the per-node counts can't replace the > global one if we

Re: [PATCH 05/11] xen: Create per-node outstanding claims

2025-06-06 Thread Roger Pau Monné
On Fri, Mar 14, 2025 at 05:24:56PM +, Alejandro Vallejo wrote: > Extends domain_set_outstanding_claims() to allow staking claims on an > exact node. Also creates global per-node claim counts analogous to > `outstanding_claims`. Note that the per-node counts can't replace the > global one if we

[PATCH 05/11] xen: Create per-node outstanding claims

2025-03-14 Thread Alejandro Vallejo
Extends domain_set_outstanding_claims() to allow staking claims on an exact node. Also creates global per-node claim counts analogous to `outstanding_claims`. Note that the per-node counts can't replace the global one if we want exact-node claims to coexist with non-exact claims. Signed-off-by: Al