lists-xen@pimb.org
2005-Nov-06 01:40 UTC
[Xen-devel] [PATCH 0/4] fleshing out the ioport support
This patchset fleshes out the support for ioport access control, adding the following features: * the ability to hide port ranges from dom0 at boot * control over port permissions from libxc/Xc * the ability to add port ranges to new domains from xend/xm All of the above has been build-tested, but only the first item has been run-tested, as the really old udev on the system I''m testing this on doesn''t want to work with a 2.6.12 kernel. J -- Jody Belka knew (at) pimb (dot) org _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
lists-xen@pimb.org
2005-Nov-06 01:43 UTC
[Xen-devel] [PATCH 1/4] ioports: disable ioports in dom0 at boot-time
1/3 -- Jody Belka knew (at) pimb (dot) org _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2/4 -- Jody Belka knew (at) pimb (dot) org _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
lists-xen@pimb.org
2005-Nov-06 01:45 UTC
[Xen-devel] [PATCH 3/4] ioports: xen.lowlevel.xc support
3/4 -- Jody Belka knew (at) pimb (dot) org _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
4/4 -- Jody Belka knew (at) pimb (dot) org _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Pratt
2005-Nov-06 10:59 UTC
RE: [Xen-devel] [PATCH 0/4] fleshing out the ioport support
> This patchset fleshes out the support for ioport access > control, adding the following features: > > * the ability to hide port ranges from dom0 at boot > * control over port permissions from libxc/Xc > * the ability to add port ranges to new domains from xend/xmCool - it''s been annoying having all the io bitmap emulation stuff but no dom0 ops to actually configure it. It would be good to have a variable in the domain config files that enables this to be controlled rather than requiring it to be set with xm. Thanks, Ian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Nov-06 15:06 UTC
Re: [Xen-devel] [PATCH 0/4] fleshing out the ioport support
On 6 Nov 2005, at 10:59, Ian Pratt wrote:>> This patchset fleshes out the support for ioport access >> control, adding the following features: >> >> * the ability to hide port ranges from dom0 at boot >> * control over port permissions from libxc/Xc >> * the ability to add port ranges to new domains from xend/xm > > Cool - it''s been annoying having all the io bitmap emulation stuff but > no dom0 ops to actually configure it. > > It would be good to have a variable in the domain config files that > enables this to be controlled rather than requiring it to be set with > xm.That''s what the patch provides (a config parameter for xm create). -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jody Belka
2005-Nov-06 20:09 UTC
[Xen-devel] [PATCH 5/4] ioports: iopif.py missing from last patch
5/4 Possibly i shouldn''t finish up patches and send them off in the early hours of the morning :) -- Jody Belka knew (at) pimb (dot) org _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel