-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 183518 b: refs/heads/master c: 3a4d5c9 h: refs/heads/master v: v3
- Loading branch information
Michael S. Tsirkin
authored and
David S. Miller
committed
Jan 15, 2010
1 parent
9531275
commit 2164c9f
Showing
15 changed files
with
2,080 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 5da779c34ccff5e1e617892b6c8bd8260fb1f04c | ||
refs/heads/master: 3a4d5c94e959359ece6d6b55045c3f046677f55c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
config VHOST_NET | ||
tristate "Host kernel accelerator for virtio net (EXPERIMENTAL)" | ||
depends on NET && EVENTFD && EXPERIMENTAL | ||
---help--- | ||
This kernel module can be loaded in host kernel to accelerate | ||
guest networking with virtio_net. Not to be confused with virtio_net | ||
module itself which needs to be loaded in guest kernel. | ||
|
||
To compile this driver as a module, choose M here: the module will | ||
be called vhost_net. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
obj-$(CONFIG_VHOST_NET) += vhost_net.o | ||
vhost_net-y := vhost.o net.o |
Oops, something went wrong.