aboutsummaryrefslogtreecommitdiffstats
path: root/tools/remus/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
| | | | | | | | Otherwise make can search the path relative to certain standard paths such as /usr/include (e.g., the line '-include $(XEN_ROOT)/.config' in Config.mk suffers from this). Signed-off-by: Keir Fraser <keir@xen.org>
* remus: remove remus kernel extensions (now distributed with pvops kernel)Brendan Cully2010-09-071-2/+0
| | | | | | | | | Note that 2.6.18 doesn't have these extensions, so as of this patch Remus no longer supports 2.6.18 dom0 (2.6.18 is still the preferred kernel for domU, since it contains the suspend event channel). Signed-off-by: Brendan Cully <brendan@cs.ubc.ca> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
* remus: Skip Linux-specific build components on other OSesKeir Fraser2009-12-021-1/+1
| | | | | Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Acked-by: Brendan Cully <brendan@cs.ubc.ca>
* remus: Fix makefiles for indentationKeir Fraser2009-11-131-2/+2
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* Remus: support for network bufferingKeir Fraser2009-11-131-8/+5
| | | | | | | | | | | This currently relies on the third-party IMQ patch (linuximq.net) being present in dom0. The plan is to replace this with a direct hook into netback eventually. This patch includes a pared-down and patched copy of ebtables to install IMQ on a VIF. Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
* Remus: add control script to activate remus on a VMKeir Fraser2009-11-131-0/+20
Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>