Hello! Attached you will find another tiny patch. This time it is to linux-2.6.10-xen-sparse/arch/xen/Kconfig. This Patch addresses the following issue: * XEN_BLKDEV_BACKEND needs XEN_PHYSDEV_ACCESS to build, so depend on it. * Same applies to XEN_NETDEV_BACKEND. * XEN_NETDEV_FRONTEND_PIPELINED_TRANSMITTER now depends on XEN_NETDEV_FRONTEND. I hope that is the right thing to do:-) * XEN_BLKDEV_TAP_BE now depends on XEN_NETDEV_BACKEND. * The CPU type choice was moved into the XEN menu. I find it highly confusing to set XEN-macros in the top level menu. Signed-off-by: tobias@aquazul.com I was thinking about replacing the default-lines in the XEN_PHYSDEV_ACCESS config to read "default XEN_PRIVILEGED_GUEST", but then that would stop everybody from using a dom0 without HW access (i.e. to setup the other domains only with a dedecated domain for block and network IO) as you could no longer turn off PHYSDEV_ACCESS in PRIVILEGED_GUESTs. I hope you will find this tiny patch acceptable. -- Gruss, Tobias ------------------------------------------------------------ Tobias Hunger The box said: ''Windows 95 or better'' tobias@aquazul.com So I installed Linux. ------------------------------------------------------------
> This Patch addresses the following issue: > * XEN_BLKDEV_BACKEND needs XEN_PHYSDEV_ACCESS to build, > so depend on it.yep.> * Same applies to XEN_NETDEV_BACKEND.yep.> * XEN_NETDEV_FRONTEND_PIPELINED_TRANSMITTER now depends on > XEN_NETDEV_FRONTEND. I hope that is the right thing to do:-)yep.> * XEN_BLKDEV_TAP_BE now depends on XEN_NETDEV_BACKEND.Really? Andy, can you confirm this?> * The CPU type choice was moved into the XEN menu. I find it highly > confusing to set XEN-macros in the top level menu.This moves processor type to under the Xen menu, right? I guess that makes sense. Thanks, Ian ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> > * XEN_BLKDEV_TAP_BE now depends on XEN_NETDEV_BACKEND. > > Really? Andy, can you confirm this?It''s a typo -- the patch does the dependency on XEN_BLKDEV_BACKEND, which is correct. a. ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
On Saturday 22 January 2005 15:15, Ian Pratt wrote:> > * XEN_BLKDEV_TAP_BE now depends on XEN_NETDEV_BACKEND. > > Really? Andy, can you confirm this?ARG, you are right... That comment should read: * XEN_BLKDEV_TAP_BE now depends on XEN_BLKDEV_BACKEND. Sorry, Cut''n''Paste error when copying things for the mail. The patch actually does the right thing for me. -- Gruss, Tobias ------------------------------------------------------------ Tobias Hunger The box said: ''Windows 95 or better'' tobias@aquazul.com So I installed Linux. ------------------------------------------------------------