xen/cpupool: switch cpupool id to unsigned
authorJuergen Gross <jgross@suse.com>
Mon, 7 Dec 2020 15:17:50 +0000 (16:17 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 7 Dec 2020 15:17:50 +0000 (16:17 +0100)
commit30d430b2126697dda0bd53d19fe267fb4d30e9b8
tree9e6dd6bec49f20aeb38fb9d32f47fbf2b2615780
parent3ec53aa79905edc3891b8267123d88a221553370
xen/cpupool: switch cpupool id to unsigned

The cpupool id is an unsigned value in the public interface header, so
there is no reason why it is a signed value in struct cpupool.

Switch it to unsigned int.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/sched/core.c
xen/common/sched/cpupool.c
xen/common/sched/private.h
xen/include/xen/sched.h