Skip to content

Commit e68ccd1

Browse files
committedFeb 11, 2015
lguest: remove support for lguest bus.
The demonstration launcher now uses PCI entirely. Signed-off-by: Rusty Russell <[email protected]>
1 parent eb39f83 commit e68ccd1

File tree

2 files changed

+0
-543
lines changed

2 files changed

+0
-543
lines changed
 

‎drivers/lguest/Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Guest requires the device configuration and probing code.
2-
obj-$(CONFIG_LGUEST_GUEST) += lguest_device.o
3-
41
# Host requires the other files, which can be a module.
52
obj-$(CONFIG_LGUEST) += lg.o
63
lg-y = core.o hypercalls.o page_tables.o interrupts_and_traps.o \

‎drivers/lguest/lguest_device.c

-540
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.