aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/overrides.mk
Commit message (Collapse)AuthorAgeFilesLines
* linux pvdrv: generalize location of autoconf.hKeir Fraser2010-05-041-1/+1
| | | | | | | | The location of the file in the build tree changed in recent Linux; since there can be only one such file, using a wild card instead of an explicit directory name seems the easiest solution. Signed-off-by: Jan Beulich <jbeulich@novell.com>
* pv-on-hvm: fix for Centos 5.2Keir Fraser2008-12-091-0/+1
| | | | | From: Yoshisato YANAGISAWA <yanagisawa.yoshisato@lab.ntt.co.jp> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* ia64 pv-on-hvm: __XEN_INTERFACE_VERSION__ is needed to assembleKeir Fraser2008-05-121-6/+8
| | | | | | | platform-pci/xcom_asm.S, otherwise incompatible kernel module is built. Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
* [IA64] Add EXTRA_AFLAGS for platform-pci/xcom_asm.SAlex Williamson2008-02-051-0/+1
| | | | | Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com> Acked-by: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
* pv-on-hvm: fixes for unmodified drivers build and modern LinuxKeir Fraser2007-10-251-1/+1
| | | | | | | | | | | | | | | | | | - The adjustments to README and overrides.mk are generic. - The removal of explicit linux/config.h inclusion should also not cause any issues. - The introduction of irq_handler_t should eliminiate warnings on 2.6.19+ kernels (I didn't check they're there, but since the request_irq prototype changed, I'm sure there's at least one. However, as a result changes to the Linux tree are expected to be required. - The change setup_xen_features -> xen_setup_features follows the naming in mainline 2.6.23 but would apparently also require changes to the Linux tree. - The changes SA_* -> IRQF_ and pci_module_init -> pci_register_driver should also not cause issues. Signed-off-by: Jan Beulich <jbeulich@novell.com>
* PV-on-HVM: update build config overrides.kfraser@localhost.localdomain2007-04-051-1/+2
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* [LINUX] Purge include <linux/config.h>. It has been obsolete for some time now.Ian Campbell2007-02-231-0/+2
| | | | Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
* [IA64] Fix for compiling PV-on-HVM driver on IPFawilliam@xenbuild2.aw2007-02-051-0/+3
| | | | | | Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@jp.fujitsu.com> Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com> Signed-off-by: Anthony Xu <anthony.xu@intel.com>
* Cleanups for unmodified (pv-on-hvm) driver building.kaf24@localhost.localdomain2007-01-261-4/+0
| | | | | | | | | | - some cleanup to mkbuildtree - adjustment to the fake __supported_pte_mask definition (removing the export for x86-64 in native Linux is being discussed, so this shouldn't be i386 specific) - remove odd/unused defines (mostly CONFIG_*) in overrides.mk Signed-off-by: Jan Beulich <jbeulich@novell.com>
* PV-on-HVM: Add infrastructure for a compatibility shim in order toIan Campbell2006-10-251-1/+1
| | | | | | | | | | | support PV-on-HVM drivers for older kernel releases. The compatability code is included in the xen-platform-pci module since this module underpins all the others. Signed-off-by: Ian Campbell <ian.campbell@xensource.com> Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com> Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@jp.fujitsu.com>
* [HVM] Linux driver for the xen platform pseudo-PCI device.kfraser@localhost.localdomain2006-08-171-0/+12
Signed-off-by: Steven Smith <ssmith@xensource.com>