Skip to content

Commit

Permalink
lguest: remove support for lguest bus.
Browse files Browse the repository at this point in the history
The demonstration launcher now uses PCI entirely.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Feb 11, 2015
1 parent eb39f83 commit e68ccd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 543 deletions.
3 changes: 0 additions & 3 deletions drivers/lguest/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Guest requires the device configuration and probing code.
obj-$(CONFIG_LGUEST_GUEST) += lguest_device.o

# Host requires the other files, which can be a module.
obj-$(CONFIG_LGUEST) += lg.o
lg-y = core.o hypercalls.o page_tables.o interrupts_and_traps.o \
Expand Down
Loading

0 comments on commit e68ccd1

Please sign in to comment.