]> xenbits.xensource.com Git - xen.git/commit
mini-os: remove per-fd evtchn limit
authorAlex Zeffertt <alex.zeffertt@eu.citrix.com>
Thu, 9 Feb 2012 18:33:30 +0000 (18:33 +0000)
committerAlex Zeffertt <alex.zeffertt@eu.citrix.com>
Thu, 9 Feb 2012 18:33:30 +0000 (18:33 +0000)
commitca8a593cc7ff51d6360d16fce31f934c3026ded2
tree57d305c6f66f0ad303bce7e299d50ef4f2e41222
parentd45361b2ae45238fac9259d79daf32a022acdfcc
mini-os: remove per-fd evtchn limit

This changes the minios evtchn implementation to use a list instead of
an array which ahis allows it to grow as necessary to support any number
of ports, only limited by Xen (NR_EVS is 1024, should be enough for now).

Signed-off-by: Diego Ongaro <diego.ongaro@citrix.com>
Signed-off-by: Alex Zeffertt <alex.zeffertt@eu.citrix.com>
Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
extras/mini-os/include/lib.h
tools/libxc/xc_minios.c