aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/README
Commit message (Collapse)AuthorAgeFilesLines
* pv-on-hvm: fixes for unmodified drivers build and modern LinuxKeir Fraser2007-10-251-5/+5
| | | | | | | | | | | | | | | | | | - 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: Allow Linux and Xen paths to be overridden by the environment.kfraser@localhost.localdomain2007-06-061-2/+8
| | | | | Signed-off-by: Ben Guthro <bguthro@virtualiron.com> Signed-off-by: Keir Fraser <keir@xensource.com>
* [PV-ON-HVM] Correct some out of date documentation.Steven Smith2006-11-151-2/+2
| | | | | Noticed-by: Nowatzki, Thomas L <Thomas.Nowatzki@UNISYS.com> Signed-off-by: Steven Smith <sos22@cam.ac.uk>
* Add a small readme file explaining how to build PV-on-HVM drivers.kfraser@localhost.localdomain2006-08-171-0/+7
Signed-off-by: Steven Smith <ssmith@xensource.com>