Displaying 1 result from an estimated 1 matches for "xc_linux_bulid_intern".
Did you mean:
xc_linux_bulid_internal
2008 Jun 16
8
Vcpu allocation for a newly created domU
...ble cpu''s and assigned to dom0. But its not
the case for domU creation.
1. So how will dom0 relinquish/share vcpu to/with a newly created domU.
Does this happen as part of the shared_info page mapping??
2. Till the end of DOMCTL_createdomain hypercall d->vcpu is null but by
the start of xc_linux_bulid_internal function d->vcpu is pointing to
some vcpu. How is this??
3. As part of the domU config file we can constraint the domU to a
specific CPU. How is this achieved unless there is an explict way of
assigning vcpu associated with that cpu number.
I apologise if the questions seem vague and sill...