[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] pv-on-hvm: add pvSCSI frontend
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1228827979 0 # Node ID cd8c7d963af5099eb5887a0ad8119fc791045ab1 # Parent 11d12d61b138e1de9042359a89a4866a809b6104 pv-on-hvm: add pvSCSI frontend Signed-off-by: Tomonari Horikoshi <t.horikoshi@xxxxxxxxxxxxxx> Signed-off-by: Jun Kamada <kama@xxxxxxxxxxxxxx> --- unmodified_drivers/linux-2.6/Makefile | 1 + unmodified_drivers/linux-2.6/scsifront/Kbuild | 6 ++++++ unmodified_drivers/linux-2.6/scsifront/Makefile | 3 +++ 3 files changed, 10 insertions(+) diff -r 11d12d61b138 -r cd8c7d963af5 unmodified_drivers/linux-2.6/Makefile --- a/unmodified_drivers/linux-2.6/Makefile Tue Dec 09 13:00:52 2008 +0000 +++ b/unmodified_drivers/linux-2.6/Makefile Tue Dec 09 13:06:19 2008 +0000 @@ -4,3 +4,4 @@ obj-m += balloon/ obj-m += balloon/ obj-m += blkfront/ obj-m += netfront/ +obj-m += scsifront/ diff -r 11d12d61b138 -r cd8c7d963af5 unmodified_drivers/linux-2.6/scsifront/Kbuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unmodified_drivers/linux-2.6/scsifront/Kbuild Tue Dec 09 13:06:19 2008 +0000 @@ -0,0 +1,6 @@ +include $(M)/overrides.mk + +obj-m += xen-scsi.o + +xen-scsi-objs := scsifront.o xenbus.o + diff -r 11d12d61b138 -r cd8c7d963af5 unmodified_drivers/linux-2.6/scsifront/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unmodified_drivers/linux-2.6/scsifront/Makefile Tue Dec 09 13:06:19 2008 +0000 @@ -0,0 +1,3 @@ +ifneq ($(KERNELRELEASE),) +include $(src)/Kbuild +endif _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |