diff options
author | kfraser@localhost.localdomain <kfraser@localhost.localdomain> | 2006-07-10 16:09:20 +0100 |
---|---|---|
committer | kfraser@localhost.localdomain <kfraser@localhost.localdomain> | 2006-07-10 16:09:20 +0100 |
commit | 16b671d72bd6836dd09c21feb238d9abe4034b2d (patch) | |
tree | bd05579838f0680347f28362c2b44c49bb892115 /tools/ioemu/hw/pl080.c | |
parent | c11016e71cb6173a5666428fc4f7cc691db38571 (diff) | |
download | xen-16b671d72bd6836dd09c21feb238d9abe4034b2d.tar.gz xen-16b671d72bd6836dd09c21feb238d9abe4034b2d.tar.bz2 xen-16b671d72bd6836dd09c21feb238d9abe4034b2d.zip |
Domain ID/index mapping in xenmon.
This patch addresses the problem of xenbaked/xenmon not dealing with
large domain ID's. Xen Domain ID's increase monotonically as domains
are created; The ID's are not (often) recycled. Xenbaked was using the
domain
ID's as indices to arrays of data, and this scheme blows up as soon as
a domain ID exceeds the array size. Code has been changed in xenbaked
and xenmon to isolate domain id's from array indices, so everything is
indirect. Users should not notice any difference in behavior.
From: Rob Gardner <rob.gardner@hp.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/ioemu/hw/pl080.c')
0 files changed, 0 insertions, 0 deletions