On Mon, 2015-06-15 at 12:12 +0200, Dario Faggioli wrote:
> A parameter is either per-domain or per-vcpu, no matter how the user try
> to set or get it. In RTDS, all parameters are per-domain now and, with
> your work, all of them are becoming per-vcpu, and that's ok. But then,
> per-dom parameters should just no longer exist.

Are you saying there is going to be no domain wide default for a given
per-vcpu parameter? 

if that is the case then what happens if I hotplug a new VCPU without
settings its per-vcpu properties?

I expected something like.

domain_params_set (weight=10)
add vcpu0 (weight will be 10)
add vcpu1 (weight will be 10)
vcpu_params_set(0, weight=20)
add vcpu2 (weight will be 10, from domain wide default)

If not that then what weight should vcpu2 have at this point?

Ian.


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to