aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* unmodified_drivers: enable build of usbfront driverOlaf Hering2013-09-271-0/+1
| | | | Signed-off-by: Olaf Hering <olaf@aepfle.de>
* pv-on-hvm: add pvSCSI frontendKeir Fraser2008-12-091-0/+1
| | | | | Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com> Signed-off-by: Jun Kamada <kama@jp.fujitsu.com>
* PV-on-HVM: Fixes for save/restore. Also gets rid of separate moduleskfraser@localhost.localdomain2007-04-101-2/+0
| | | | | reboot.ko and xenbus.ko. These are now part of xen-platform-pci.ko. Signed-off-by: Keir Fraser <keir@xensource.com>
* Initial check-in to support PV balloon driver within HVM guests.Steven Hand2007-04-041-0/+1
| | | | | | | | | Still todo: - fix mapcache invalidation (should happen in Xen) - support 32-on-64 mode correctly Signed-off-by: Steven Hand <steven@xensource.com>
* [HVM][LINUX][TOOLS] Make xm {shutdown|reboot} do something sensible for HVMSteven Smith2006-10-311-0/+1
| | | | | | | | | | | | domains with PV drivers loaded. This patch creates a new PV-on-HVM module, reboot.ko, which, when loaded, creates control/reboot_module in the store. The tools notice this, and disable the watch which would normally destroy HVM domains which are the target of an xm shutdown command, allowing the reboot module to shut the domain down cleanly. Signed-off-by: Tetsu Yamamoto <yamamoto.tetsu@jp.fujitsu.com> (Checkin comments by Steven Smith <sos22@cam.ac.uk>)
* [NET] front: Allow driver to be built for an HVM guest.kfraser@localhost.localdomain2006-08-171-0/+1
| | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* [HVM] Allow blkfront driver to be built for an HVM guest.kfraser@localhost.localdomain2006-08-171-0/+1
| | | | | Signed-off-by: Steven Smith <ssmith@xensource.com>
* [HVM] Allow xenbus to run in an HVM guest.kfraser@localhost.localdomain2006-08-171-0/+1
| | | | | Signed-off-by: Steven Smith <ssmith@xensource.com>
* [HVM] Linux driver for the xen platform pseudo-PCI device.kfraser@localhost.localdomain2006-08-171-0/+3
Signed-off-by: Steven Smith <ssmith@xensource.com>