search for: get_dominfo

Displaying 1 result from an estimated 1 matches for "get_dominfo".

2005 Jun 07
8
[PATCH] add dom0 vcpu hotplug control
...that tracks whether a VCPU is up or down. My previous [1]patch added a new per-VCPU flag (VCPUF_down) which could be used to keep track of which VCPUS are up and down. Right now, there isn''t a hypercall that returns the per-VCPU flag status (something equivalent to the per-domain flags in get_dominfo ). Have we thought about a get_vcpu_info hypercall? I''d like to get that implemented so I can report VCPU state in the xm list --vcpus output. That would also make it easier to skip sending control messages that don''t change the VCPU''s state (e.g. sending a down messag...