1. 27 Oct, 2010 1 commit
  2. 26 Oct, 2010 1 commit
    • Stefano Stabellini's avatar
      xen: initialize cpu masks for pv guests in xen_smp_init · ea5b8f73
      Stefano Stabellini authored
      Pv guests don't have ACPI and need the cpu masks to be set
      correctly as early as possible so we call xen_fill_possible_map from
      xen_smp_init.
      On the other hand the initial domain supports ACPI so in this case we skip
      xen_fill_possible_map and rely on it. However Xen might limit the number
      of cpus usable by the domain, so we filter those masks during smp
      initialization using the VCPUOP_is_up hypercall.
      It is important that the filtering is done before
      xen_setup_vcpu_info_placement.
      Signed-off-by: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
      ea5b8f73
  3. 22 Oct, 2010 18 commits
  4. 21 Oct, 2010 1 commit
  5. 20 Oct, 2010 2 commits
  6. 18 Oct, 2010 17 commits