aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [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>